+*) 2005-08-2
+
+- more stage3 fixes/updates
+
*) 2005-08-1
- updated some early stage3 packages
--- /dev/null
+# hdw - linux libelf package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 0.8.5
+# [S] 3-1
+# [D] libelf-0.8.5.tar.gz http://www.mr511.de/software/
# [S] 3-1
# [D] zip231.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/
+pre_install() {
+ sed "s/(INSTALL)/(INSTALL_PROGRAM)/g" unix/Makefile > tmp~
+ mv tmp~ unix/Makefile
+ }
+
build_main() {
make $make_conf generic -f unix/Makefile prefix=$prefix
make $install_conf install -f unix/Makefile prefix=$prefix
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 3.0.1
+# [V] 3.0.3
# [S] 3-1
-# [D] dhcp-3.0.1.tar.gz ftp://ftp.isc.org/isc/dhcp/
+# [D] dhcp-3.0.3.tar.gz ftp://ftp.isc.org/isc/dhcp/
pre_install() {
cat >> site.conf <<-EOF
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 0.8.3
+# [V] 0.9.3
# [S] 3-1
-# [D] libpcap-0.8.3.tar.gz http://www.tcpdump.org/release/
+# [D] libpcap-0.9.3.tar.gz http://www.tcpdump.org/release/
#
# [V] 4.2.0
# [S] 3-1
-# [D] ntp-4.2.0.tar.gz ftp://ftp.udel.edu/pub/ntp/ntp4/
+# [D] ntp-4.2.0.tar.gz http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
#
# [V] 1.5.2
# [S] 3-1
-# [D] pwlib_1.5.2.tar.gz http://www.openh323.org/bin/
+# [D] pwlib-v1_9_1-src-tar.gz http://www.voxgratia.org/releases/
+# [D] pwlib-v1_9_1-htmldoc-tar.gz http://www.voxgratia.org/releases/
make_conf="optshared"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/lib"
ldconfig
}
+
+post_install() {
+ mkdir -p $docdir
+ tar --use-compress-program=gunzip -xvf \
+ $archdir/pwlib-v1_9_1-htmldoc-tar.gz -C $docdir/
+ }
+++ /dev/null
---- ./tcpdump.c.orig 2004-07-15 03:29:29.000000000 +0200
-+++ ./tcpdump.c 2004-07-15 03:31:55.000000000 +0200
-@@ -600,13 +600,15 @@
- case 'Y':
- {
- /* Undocumented flag */
--#ifdef HAVE_PCAP_DEBUG
-- extern int pcap_debug;
-- pcap_debug = 1;
--#else
-- extern int yydebug;
-- yydebug = 1;
--#endif
-+/* for some reason configure thinks we have pcap_debug which is not the case */
-+//#ifdef HAVE_PCAP_DEBUG
-+// extern int pcap_debug;
-+// pcap_debug = 1;
-+//#else
-+// extern int yydebug;
-+// yydebug = 1;
-+//#endif
-+ printf("sorry, pcap_debug/yydebug not available\n");
- }
- break;
- #endif
#
# author: hackbard@hackdaworld.dyndns.org
#
-# [V] 3.8.3
+# [V] 3.9.3
# [S] 3-1
-# [D] tcpdump-3.8.3.tar.gz http://www.tcpdump.org/release/
+# [D] tcpdump-3.9.3.tar.gz http://www.tcpdump.org/release/
# author: hackbard
# [S] 3-1
-# [V] 0.9.7g
-# [D] openssl-0.9.7g.tar.gz http://www.openssl.org/source/
+# [V] 0.9.8
+# [D] openssl-0.9.8.tar.gz http://www.openssl.org/source/
build_main() {
case "$hdw_arch_opt" in
# author: hackbard
# [S] 3-1
-# [V] 1.6.7p5
-# [D] sudo-1.6.7p5.tar.gz http://www.courtesan.com/sudo/dist/
+# [V] 1.6.8p9
+# [D] sudo-1.6.8p9.tar.gz http://www.courtesan.com/sudo/dist/
confopt="$confopt --with-insults --with-all-insults"
confopt="$confopt --enable-log-host --with-tty-tickets"