From 246a59bb1a3a94febe71f94e2d58ff0e3e302fd8 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 4 Feb 2002 07:22:00 +0000 Subject: * Upgrade to version 3.1.6, which fixes numerous bugs, and one possible security problem that was present in the unpatched 3.1.5. * Update the master sites list. * Configure more precisely several important directories, partly to compensate for some of the new defaults, and partly to avoid potential future security problems regarding remote users being able to read files specified as config files. This vulnerability was patched already, and the fix is included in this version. However, a little paranoia never hurt anyone. * Remove the patches, as they have either been made obsolete by the new version, or as in the pthreads issue, I'm doing them differently in the Makefile. * Make the patching in the Makefile smarter. * Put my name in the pkg-descr.... overlooked previously. * Adjust the pkg-plist, and sort it since the bloat is the same either way. Thanks to Palle Girgensohn for the suggestion in the PR to place the conf file in its own directory. PR: ports/26058 --- textproc/htdig/files/patch-ab | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 textproc/htdig/files/patch-ab (limited to 'textproc/htdig/files/patch-ab') diff --git a/textproc/htdig/files/patch-ab b/textproc/htdig/files/patch-ab deleted file mode 100644 index 8cac20bc895f..000000000000 --- a/textproc/htdig/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- db/dist/configure.orig Thu Feb 24 18:29:00 2000 -+++ db/dist/configure Sat Feb 26 13:25:13 2000 -@@ -3056,7 +3056,7 @@ - - case "$host_os" in - freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS" -- LIBS="-lc_r";; -+ LIBS="-pthread";; - irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; - osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; - solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" ---- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000 -+++ db/dist/configure.in Sat Feb 26 13:25:13 2000 -@@ -405,7 +405,7 @@ - dnl libraries for threaded applications - case "$host_os" in - freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS" -- LIBS="-lc_r";; -+ LIBS="-pthread";; - irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; - osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; - solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" -- cgit v1.2.3