Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [Snort-users] 2.4.0 snort/snort-mysql RPM conflict |
|---|---|
| Date: | Fri, 29 Jul 2005 05:59:53 -0700 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looks like my guess was about right. I wasnt sure how strict
'requires' was about %{epoch} but it looks like it bit you this
time... Since I don't know what you guys have in mind for the
future, here are 2 possiblities:
1. Don't define %{epoch}:
- --- ./snort.spec 2005-07-22 09:56:49.000000000 -0400
+++ snort.spec.fix1 2005-07-29 08:28:55.000000000 -0400
@@ -86,5 +86,4 @@
%{?_with_inline:%define Name: %{realname}-inline }
Version: 2.4.0
- -Epoch: 1
Release: %{release}
Summary: An open source Network Intrusion Detection System (NIDS)
2. If you must define it, then require it:
- --- ./snort.spec 2005-07-22 09:56:49.000000000 -0400
+++ snort.spec.fix2 2005-07-29 08:29:40.000000000 -0400
@@ -115,5 +115,5 @@
Summary: Snort with MySQL support
Group: Applications/Internet
- -Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%if %{mysql}
BuildRequires: mysql-devel
Might be a more "RPM purist" way but it builds and installs either
way.
Earl
On Thu, 28 Jul 2005 14:00:45 -0700 Martin Roesch
<roesch@sourcefire.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I could have very well have screwed something up when building the RPMs, I'll get the SRPMS up on the site ASAP. -Marty On Jul 28, 2005, at 3:37 PM, Earl Sammons wrote:-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All, Is it me or is ther an epoch/requires problem between currently posted: snort-2.4.0-1.FC3.i386.rpm and snort-mysql-2.4.0-1.FC3.i386.rpm?Changelog mentions: "- Added Epoch back in so that way upgrades will work correctly. It will be removed at some point breaking upgrades for thatversion"Put both in a yum repo and 'yum install snort-mysql': - --> Populating transaction set with selected packages. Pleasewait.- ---> Package snort-mysql.i386 1:2.4.0-1 set to be updated - --> Running transaction check - --> Processing Dependency: snort = 2.4.0-1 for package: snort-mysql- --> Finished Dependency Resolution Error: Missing Dependency: snort = 2.4.0-1 is needed by package snort-mysql I don't see the spec or srpm used to generate the posted RPMS so cant figure much else out... Total guess but maybe snort (main) and subpackage snort-mysqlbothhave epoch of "1" but snort-mysql is set to require "snort =2.4.0-1" (with no epoch) and is therfore failing.... thoughts? PS: Thanks for bundling "inline" support :) Earl -----BEGIN PGP SIGNATURE----- Note: This signature can be verified athttps://www.hushtools.com/verify Version: Hush 2.4wkYEARECAAYFAkLpM+sACgkQk7+e+4lPSm2oJwCfXiiPw307RhTAjsbNoAnwBfgnk2g An2lTo8/KNRW8dnahB4cQZpllidPe =qZRU -----END PGP SIGNATURE----- ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference &EXPOSeptember 19-22, 2005 * San Francisco, CA * Development LifecyclePracticesAgile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement *http://www.sqe.com/bsce5sf _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users- -- Martin Roesch - Founder/CTO, Sourcefire Inc. - +1-410-290-1616 Sourcefire - Network Defense for the Real World - http:// www.sourcefire.com Snort: Open Source Intrusion Detection and Prevention - http:// www.snort.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFC6UeAqj0FAQQ3KOARAlgAAJ4hxDrDdfO7oFqRMaraFrF7E0UGOgCeO5UX EJFiXG/JkgeYkNyBkR6Fbw8= =4Vgf -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.4 wkYEARECAAYFAkLqKDgACgkQk7+e+4lPSm1tFgCgn3Z8QVTp/EJDsrTCzLaK8p8ib08A n1uVbD85+YtrHBCvCjSTt3qkZqPc =QJju -----END PGP SIGNATURE----- ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [Snort-users] 2.4.0 snort/snort-mysql RPM conflict, Martin Roesch |
|---|---|
| Next by Date: | [Snort-users] 2.4.0 RPM - inline conflics w/ snort, Earl Sammons |
| Previous by Thread: | Re: [Snort-users] 2.4.0 snort/snort-mysql RPM conflict, Martin Roesch |
| Next by Thread: | [Snort-users] 2.4.0 RPM - inline conflics w/ snort, Earl Sammons |
| Indexes: | [Date] [Thread] [Top] [All Lists] |