diff --git a/arpwatch/.md5sum b/arpwatch/.md5sum index ef0d604..d6c2951 100644 --- a/arpwatch/.md5sum +++ b/arpwatch/.md5sum @@ -1 +1 @@ -ef016a78c05865a81111618d334ec24e arpwatch-NG1.5.tar.bz2 +8bf8cc67e9fe41d412bc014a09683cc7 arpwatch-NG1.7.tar.bz2 diff --git a/arpwatch/Pkgfile b/arpwatch/Pkgfile index 3822b75..dcca213 100644 --- a/arpwatch/Pkgfile +++ b/arpwatch/Pkgfile @@ -6,14 +6,15 @@ # Depends on: libpcap name=arpwatch -version=1.5 +version=1.7 release=1 source=(http://freequaos.host.sk/$name/$name-NG$version.tar.bz2) build() { cd $name-NG$version ./configure --prefix=/usr - install -d $PKG/usr/{man/man8,sbin} + install -d -m 0755 $PKG/usr/{man/man8,sbin} make && make DESTDIR=$PKG install + install -d -m 0755 $PKG/usr/sbin chown -R root:root $PKG } diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile index 41e4ecc..ae41f6f 100644 --- a/cmatrix/Pkgfile +++ b/cmatrix/Pkgfile @@ -8,7 +8,7 @@ name=cmatrix version=1.2a release=1 -source=(http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz) +source=(http://www.asty.org/old/cmatrix/dist/$name-$version.tar.gz) build() { cd $name-$version diff --git a/dhcp/.footprint b/dhcp/.footprint index b005338..7e3f768 100644 --- a/dhcp/.footprint +++ b/dhcp/.footprint @@ -14,11 +14,16 @@ drwxr-xr-x root/root usr/include/dhcpctl/ -rw-r--r-- root/root usr/include/dhcpctl/dhcpctl.h drwxr-xr-x root/root usr/include/isc-dhcp/ -rw-r--r-- root/root usr/include/isc-dhcp/boolean.h +-rw-r--r-- root/root usr/include/isc-dhcp/commandline.h -rw-r--r-- root/root usr/include/isc-dhcp/dst.h +-rw-r--r-- root/root usr/include/isc-dhcp/formatcheck.h -rw-r--r-- root/root usr/include/isc-dhcp/int.h -rw-r--r-- root/root usr/include/isc-dhcp/lang.h -rw-r--r-- root/root usr/include/isc-dhcp/list.h +-rw-r--r-- root/root usr/include/isc-dhcp/mem.h +-rw-r--r-- root/root usr/include/isc-dhcp/print.h -rw-r--r-- root/root usr/include/isc-dhcp/result.h +-rw-r--r-- root/root usr/include/isc-dhcp/string.h -rw-r--r-- root/root usr/include/isc-dhcp/types.h drwxr-xr-x root/root usr/include/omapip/ -rw-r--r-- root/root usr/include/omapip/alloc.h diff --git a/dhcp/.md5sum b/dhcp/.md5sum index dcbced4..ca3e169 100644 --- a/dhcp/.md5sum +++ b/dhcp/.md5sum @@ -1,3 +1,3 @@ -9d3f34b05e622bdb3466ca725af454d1 default-config.diff -029211d6d09a3eac0fd65deee40e8f71 dhcp-4.0.0b3.tar.gz +efc3dbabdb2e1127fddc590922ec46b6 default-config.diff +31d79b27ce4a94089a0b9ce7f72307fa dhcp-4.0.0.tar.gz 82393e9302e5d8da24ece3ec8717cd7e dhcpd diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile index d3bb588..88b53cd 100644 --- a/dhcp/Pkgfile +++ b/dhcp/Pkgfile @@ -6,7 +6,7 @@ # Depends on: name=dhcp -version=4.0.0b3 +version=4.0.0 release=1 source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz dhcpd @@ -15,7 +15,7 @@ source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz build() { cd dhcp-$version patch -p1 -i $SRC/default-config.diff - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install mkdir $PKG/etc/ diff --git a/dhcp/default-config.diff b/dhcp/default-config.diff index a5f9f74..a942162 100644 --- a/dhcp/default-config.diff +++ b/dhcp/default-config.diff @@ -1,6 +1,6 @@ -diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf ---- dhcp-3.0.5-orig/client/dhclient.conf 1997-06-03 01:50:44.000000000 +0300 -+++ dhcp-3.0.5/client/dhclient.conf 2007-01-10 17:56:10.000000000 +0200 +diff -ur dhcp-4.0.0.orig/client/dhclient.conf dhcp-4.0.0/client/dhclient.conf +--- dhcp-4.0.0.orig/client/dhclient.conf 1997-06-03 00:50:44.000000000 +0200 ++++ dhcp-4.0.0/client/dhclient.conf 2008-02-23 23:49:14.538607761 +0100 @@ -1,3 +1,7 @@ +# +# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5) @@ -24,9 +24,9 @@ diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf } + +# End of file -diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf ---- dhcp-3.0.5-orig/server/dhcpd.conf 2001-01-25 10:33:11.000000000 +0200 -+++ dhcp-3.0.5/server/dhcpd.conf 2007-01-10 17:56:20.000000000 +0200 +diff -ur dhcp-4.0.0.orig/server/dhcpd.conf dhcp-4.0.0/server/dhcpd.conf +--- dhcp-4.0.0.orig/server/dhcpd.conf 2002-08-13 02:55:17.000000000 +0200 ++++ dhcp-4.0.0/server/dhcpd.conf 2008-02-23 23:50:52.132354533 +0100 @@ -1,11 +1,11 @@ -# dhcpd.conf # @@ -42,7 +42,7 @@ diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf default-lease-time 600; max-lease-time 7200; -@@ -99,3 +99,5 @@ +@@ -102,3 +102,5 @@ range 10.0.29.10 10.0.29.230; } } diff --git a/fping/Pkgfile b/fping/Pkgfile index 12da0bf..4e5b188 100644 --- a/fping/Pkgfile +++ b/fping/Pkgfile @@ -8,7 +8,7 @@ name=fping version=2.4b2_to release=1 -source=(http://www.fping.com/download/$name-$version.tar.gz) +source=(http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/fping/$name-$version.tar.gz) build () { cd $name-$version diff --git a/getmail/.footprint b/getmail/.footprint index 0f80fe0..b1cb070 100644 --- a/getmail/.footprint +++ b/getmail/.footprint @@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.5/ drwxr-xr-x root/root usr/lib/python2.5/site-packages/ --rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.7.2-py2.5.egg-info +-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.8.0-py2.5.egg-info drwxr-xr-x root/root usr/lib/python2.5/site-packages/getmailcore/ -rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.py -rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.pyc diff --git a/getmail/.md5sum b/getmail/.md5sum index 85866ee..8bb20cb 100644 --- a/getmail/.md5sum +++ b/getmail/.md5sum @@ -1,2 +1,2 @@ -17eda7b41ef9bf3eccccd907ecec5f3d getmail-4.7.2.tar.gz -31c54fec5587b8d6076eafe42c091a66 getmail.diff +140070e58510cf42468eb965189735cd getmail-4.8.0.tar.gz +d57e8b8c7ad253b51bbf0d672a9aa25e getmail.diff diff --git a/getmail/Pkgfile b/getmail/Pkgfile index 7f46288..6a4f887 100644 --- a/getmail/Pkgfile +++ b/getmail/Pkgfile @@ -6,8 +6,8 @@ # Depends on: python name=getmail -version=4.7.2 -release=2 +version=4.8.0 +release=1 source=(http://pyropus.ca/software/$name/old-versions/$name-$version.tar.gz getmail.diff) diff --git a/getmail/getmail.diff b/getmail/getmail.diff index d5467ce..77a896f 100644 --- a/getmail/getmail.diff +++ b/getmail/getmail.diff @@ -1,5 +1,5 @@ ---- setup.py.orig Tue Aug 10 12:32:15 2004 -+++ setup.py Tue Aug 10 12:32:49 2004 +--- setup.py.orig 2008-02-23 23:26:03.133227807 +0100 ++++ setup.py 2008-02-23 23:26:28.927916648 +0100 @@ -44,7 +44,6 @@ GETMAILMANDIR = os.path.join( @@ -8,3 +8,11 @@ 'man', 'man1' ) +@@ -100,7 +99,6 @@ + data_files=[ + (GETMAILDOCDIR, [ + './README', +- './getmail.spec', + 'docs/BUGS', + 'docs/COPYING', + 'docs/CHANGELOG', diff --git a/keychain/.md5sum b/keychain/.md5sum index 4f69064..728adb3 100644 --- a/keychain/.md5sum +++ b/keychain/.md5sum @@ -1 +1 @@ -b20933be0fdbb0b32aa5eb7b5b082852 keychain-2.6.2.tar.bz2 +2a23b311e438ecebed5639b568738d28 keychain-2.6.8.tar.bz2 diff --git a/keychain/Pkgfile b/keychain/Pkgfile index 75abdc7..6b43d4c 100644 --- a/keychain/Pkgfile +++ b/keychain/Pkgfile @@ -6,9 +6,9 @@ # Depends on: name=keychain -version=2.6.2 +version=2.6.8 release=1 -source=(http://dev.gentoo.org/~agriffis/$name/$name-$version.tar.bz2) +source=(http://agriffis.n01se.net/$name/$name-$version.tar.bz2) build() { install -D -m755 -groot -oroot $name-$version/keychain $PKG/usr/bin/keychain diff --git a/remind/.footprint b/remind/.footprint index 6e2ab1b..d06d0da 100644 --- a/remind/.footprint +++ b/remind/.footprint @@ -1,15 +1,13 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cm2rem.tcl --rwxr-xr-x root/root usr/bin/kall --rwxr-xr-x root/root usr/bin/rem +lrwxrwxrwx root/root usr/bin/rem -> remind -rwxr-xr-x root/root usr/bin/rem2ps -rwxr-xr-x root/root usr/bin/remind -rwxr-xr-x root/root usr/bin/tkremind drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/cm2rem.1.gz --rw-r--r-- root/root usr/man/man1/kall.1.gz -rw-r--r-- root/root usr/man/man1/rem.1.gz -rw-r--r-- root/root usr/man/man1/rem2ps.1.gz -rw-r--r-- root/root usr/man/man1/remind.1.gz diff --git a/remind/.md5sum b/remind/.md5sum index 9292822..61ce072 100644 --- a/remind/.md5sum +++ b/remind/.md5sum @@ -1 +1 @@ -41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz +de8eb47fed72c347c840e337a1f8cf85 remind-03.01.04.tar.gz diff --git a/remind/Pkgfile b/remind/Pkgfile index b70a06f..7c6cbf8 100644 --- a/remind/Pkgfile +++ b/remind/Pkgfile @@ -6,13 +6,13 @@ # Depends on: name=remind -version=03.00.24 +version=03.01.04 release=1 source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install chown -R root:root $PKG diff --git a/wyrd/.md5sum b/wyrd/.md5sum index aac31ca..bc8b9b8 100644 --- a/wyrd/.md5sum +++ b/wyrd/.md5sum @@ -1 +1 @@ -9de1c07c4f662a2b28d4cf29ed6818b9 wyrd-1.4.2.tar.gz +a376c05ba614625da06082d850c742c7 wyrd-1.4.4.tar.gz diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile index eac3ac3..a17d3a8 100644 --- a/wyrd/Pkgfile +++ b/wyrd/Pkgfile @@ -6,9 +6,9 @@ # Depends on: remind, ocaml name=wyrd -version=1.4.2 +version=1.4.4 release=1 -source=(http://www.eecs.umich.edu/~pelzlpj/$name/$name-$version.tar.gz) +source=(http://pessimization.com/software/$name/$name-$version.tar.gz) build() { cd $name-$version