Re: [Cooker] snort is crippled...

2003-02-03 Thread Oden Eriksson
måndagen den 3 februari 2003 21.01 skrev Ben Reser:
> On Wed, Jan 29, 2003 at 09:32:39AM +0100, Oden Eriksson wrote:
> > > Use bzme for .gz -> .bz2
> >
> > "bzme - recompress gziped, ziped, ... files into bzip2"
> >
> > Ha ha ha, didn't know that ;)
>
> FYI bzme is a Mandrake thing.  It's just a shell script Thierry Vignaud
> wrote.

Aha, ok. Thanks.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] snort is crippled...

2003-02-03 Thread Ben Reser
On Wed, Jan 29, 2003 at 09:32:39AM +0100, Oden Eriksson wrote:
> > Use bzme for .gz -> .bz2
> 
> "bzme - recompress gziped, ziped, ... files into bzip2"
> 
> Ha ha ha, didn't know that ;)

FYI bzme is a Mandrake thing.  It's just a shell script Thierry Vignaud
wrote.

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

"America does not go abroad in search of monsters to destroy. She is
the well-wisher to the freedom and independence of all. She is the
champion only of her own." -- John Quincy Adams, July 4th, 1821




Re: [Cooker] snort is crippled...

2003-02-01 Thread Oden Eriksson
lördagen den 1 februari 2003 19.41 skrev Florin:
> there are conflicts between libnet-snmp50-devel-5.0.7-2mdk
> and libsnmp0-devel-4.2.3-4mdk from main ...

Yes I know this is happening on the file base level. I could not have the 
net-snmp obsolete ucd-snmp as I belive that would have made the gendistrib(?) 
stuff crazy on the mirrors. There are uncommented stuff in my net-snmp spec 
file that fixes this rpm magic.

I think net-snmp could replace ucd-snmp now, there's not that many 
applications to rebuild against it. But then this may be too late for 9.1. I 
tried to have the ucd-snmp packager update to net-snmp in perfect timing just 
before 9.0, but that never happened. This is why I packed net-snmp myself, as 
it's a totally different name I could do it, so why not, so I did it ;)

> >Oden Eriksson <[EMAIL PROTECTED]> writes:
> >
> > Hi.
> >
> > I just remembered there's missing crucial stuff in the snort package.
> > This is very important, please get this right for 9.1
> >
> > Fix attached.
> >
> > Chears.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] snort is crippled...

2003-02-01 Thread Florin

there are conflicts between libnet-snmp50-devel-5.0.7-2mdk
and libsnmp0-devel-4.2.3-4mdk from main ...


>Oden Eriksson <[EMAIL PROTECTED]> writes:

> Hi.
> 
> I just remembered there's missing crucial stuff in the snort package. This is 
> very important, please get this right for 9.1
> 
> Fix attached.
> 
> Chears.

-- 
Florin  http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/




Re: [Cooker] snort is crippled...

2003-02-01 Thread Oden Eriksson
lördagen den 1 februari 2003 18.47 skrev Florin:
> Oden Eriksson <[EMAIL PROTECTED]> writes:
> > Hi.
> >
> > I just remembered there's missing crucial stuff in the snort package.
> > This is very important, please get this right for 9.1
> >
> > Fix attached.
> >
> > Chears.
>
> the last snort soes noty compile on the cluster ... I have to have a
> closer look :
>
> something like
>
> gcc -g -O2 -g -O2 -Wall -L/usr/lib  -L/usr/lib -o snort  codes.o debug.o
> decode.o log.o mstring.o parser.o plugbase.o snort.o snprintf.o strlcatu.o
> strlcpyu.o tag.o ubi_BinTree.o ubi_SplayTree.o util.o detect.o substr.o
> trie.o signature.o mempool.o sf_sdlist.o perf.o perf-flow.o perf-base.o
> perf-event.o threshold.o output-plugins/libspo.a detection-plugins/libspd.a
> preprocessors/libspp.a  -lpcap -lm -lnsl -lssl -lcrypto -lsnmp
> /usr/lib/libsnmp.so: undefined reference to `des_cbc_encrypt'
> /usr/lib/libsnmp.so: undefined reference to `des_key_sched'
> /usr/lib/libsnmp.so: undefined reference to `des_ncbc_encrypt'
>
> or I  might remove the snmp part for the moment

Or build it against my new net-snmp packages? It builds just fine on klama.

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] snort is crippled...

2003-02-01 Thread Florin
Oden Eriksson <[EMAIL PROTECTED]> writes:

> Hi.
> 
> I just remembered there's missing crucial stuff in the snort package. This is 
> very important, please get this right for 9.1
> 
> Fix attached.
> 
> Chears.

the last snort soes noty compile on the cluster ... I have to have a
closer look :

something like 

gcc -g -O2 -g -O2 -Wall -L/usr/lib  -L/usr/lib -o snort  codes.o debug.o decode.o 
log.o mstring.o parser.o plugbase.o snort.o snprintf.o strlcatu.o strlcpyu.o tag.o 
ubi_BinTree.o ubi_SplayTree.o util.o detect.o substr.o trie.o signature.o mempool.o 
sf_sdlist.o perf.o perf-flow.o perf-base.o perf-event.o threshold.o 
output-plugins/libspo.a detection-plugins/libspd.a preprocessors/libspp.a  -lpcap -lm 
-lnsl -lssl -lcrypto -lsnmp 
/usr/lib/libsnmp.so: undefined reference to `des_cbc_encrypt'
/usr/lib/libsnmp.so: undefined reference to `des_key_sched'
/usr/lib/libsnmp.so: undefined reference to `des_ncbc_encrypt'

or I  might remove the snmp part for the moment
-- 
Florin  http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/




Re: [Cooker] snort is crippled...

2003-01-29 Thread Oden Eriksson
onsdagen den 29 januari 2003 09.10 skrev Sebastian Dransfeld:
> On Wed, 2003-01-29 at 08:56, Oden Eriksson wrote:
> > Hi.
> >
> > I just remembered there's missing crucial stuff in the snort package.
> > This is very important, please get this right for 9.1
> >
> > Fix attached.
> >
> > Chears.
>
> Use bzme for .gz -> .bz2

"bzme - recompress gziped, ziped, ... files into bzip2"

Ha ha ha, didn't know that ;)

Thanks for the tip!

-- 
Regards // Oden Eriksson, Deserve-IT.com




Re: [Cooker] snort is crippled...

2003-01-29 Thread Sebastian Dransfeld
On Wed, 2003-01-29 at 08:56, Oden Eriksson wrote:
> Hi.
> 
> I just remembered there's missing crucial stuff in the snort package. This is 
> very important, please get this right for 9.1
> 
> Fix attached.
> 
> Chears.

Use bzme for .gz -> .bz2
-- 
Sebastian Dransfeld <[EMAIL PROTECTED]>





[Cooker] snort is crippled...

2003-01-28 Thread Oden Eriksson
Hi.

I just remembered there's missing crucial stuff in the snort package. This is 
very important, please get this right for 9.1

Fix attached.

Chears.
-- 
Regards // Oden Eriksson, Deserve-IT.com
--- snort.spec	2002-11-26 12:21:56.0 +0100
+++ snort.spec.oden	2003-01-29 08:49:34.0 +0100
@@ -12,7 +12,7 @@
 Summary: An intrusion detection system
 Name: snort
 Version: %{snort_version}
-Release: 4mdk
+Release: 5mdk
 License: GPL
 Group: Networking/Other
 Source0: http://www.snort.org/releases/%{name}-%{snort_version}.tar.bz2
@@ -326,7 +326,12 @@
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
-#remove the contrib archive files
+# remove some of the contrib archive files
+gunzip snort_archdb-90a.tar.gz
+gunzip snortdb-extra.gz
+bzip2 snort_archdb-90a.tar
+bzip2 snortdb-extra
+
 rm -rf contrib/*.gz
 cp contrib/README doc/README.contrib
 
@@ -408,6 +413,10 @@
 if [ -L %{_sbindir}/%{name} ]; then ln -sf %{_sbindir}/%{name}-bloat %{_sbindir}/%{name}; fi
 
 %changelog
+* Wed Jan 29 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.9.0-5mdk
+- repack some of the contrib/*.gz stuff as it's crucial and needed for 
+  applications like acid, etc. (why cripple snort???)
+
 * Tue Nov 26 2002 Gwenole Beauchesne <[EMAIL PROTECTED]> 1.9.0-4mdk
 - Patch1: Make it lib64-aware, do regenerate configure script
 - Fix %%doc, try to make it a little more -bi --short-circuit'able