summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-22Bring forward the dependency information from Makefile version 1.4, vianetbsd_1_6agc1-2/+2
patch, as requested by Manuel Bouyer, onto the netbsd-1-6 pkgsrc branch. Pick up the correct version of gtar.
2002-12-22Update gtar* to 1.13.25 on the netbsd-1-6 pkgsrc branch, for securityagc8-31/+135
reasons. Requested by Manuel Bouyer. The files are synced with the following revisions, with changes necessary for the 1.6 pkgsrc environnement (USE_BUILDLINK2, USE_PKGLOCALEDIR). gtar/Makefile 1.17 gtar-base/Makefile 1.23 gtar-base/PLIST 1.3 gtar-base/distinfo 1.8 gtar-base/files/gtar.1 1.3 gtar-base/patches/patch-aa 1.5 gtar-base/patches/patch-ab 1.8 gtar-base/patches/patch-ac removed gtar-base/patches/patch-ad removed gtar-base/patches/patch-ae 1.4 gtar-base/patches/patch-af 1.1 (new file) gtar-base/patches/patch-ag 1.1 (new file) gtar-info/Makefile 1.8 gtar-info/PLIST 1.3 gtar-info/distinfo 1.3
2002-12-22*** empty log message ***agc2-52/+0
2002-12-22Update gtar* to 1.13.25 on the netbsd-1-6 pkgsrc branch, for securityagc7-566/+360
reasons. Requested by Manuel Bouyer. The files are synced with the following revisions, with changes necessary for the 1.6 pkgsrc environnement (USE_BUILDLINK2, USE_PKGLOCALEDIR). gtar/Makefile 1.17 gtar-base/Makefile 1.23 gtar-base/PLIST 1.3 gtar-base/distinfo 1.8 gtar-base/files/gtar.1 1.3 gtar-base/patches/patch-aa 1.5 gtar-base/patches/patch-ab 1.8 gtar-base/patches/patch-ac removed gtar-base/patches/patch-ad removed gtar-base/patches/patch-ae 1.4 gtar-base/patches/patch-af 1.1 (new file) gtar-base/patches/patch-ag 1.1 (new file) gtar-info/Makefile 1.8 gtar-info/PLIST 1.3 gtar-info/distinfo 1.3
2002-11-29Pull upagc2-4/+4
pkgsrc/databases/rrdtool/distinfo version 1.8 pkgsrc/databases/rrdtool/patches/patch-ak version 1.8 to the netbsd-1-6 pkgsrc branch. Requested by Manuel Bouyer. "The module RRDs.so depends on libraries from X11. $X11BASE/lib is in LD_RUN_PATH, but it seems the linker ignores it when there are explicit -Wl,-R on the command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS."
2002-11-29Pull up the change from rev 1.13 to 1.14 of pkgsrc/x11/kdelibs3/Makefileagc1-5/+10
to the netbsd-1-6 pkgsrc branch. Requested by Dan Mcmahill. The change is to lower the optimization on sparc to allow this to build.
2002-11-13Pullup the differences between versions 1.13 and 1.14 ofagc1-1/+8
pkgsrc/lang/stalin/Makefile to the netbsd-1-6 pkgsrc branch. Requested by Dan Mcmahill. Decrease optimization level on sparc and also unlimit resources to allow this to compile.
2002-11-12Pullup a fix from -current pkgsrc to the netbsd-1-6 pkgsrc branchagc1-1/+14
for pkgsrc/graphics/glu/Makefile. Requested by Manuel Bouyer. "I discovered a problem with graphics/glu: its buildlink.mk checks if glu is already part of base system, but not the Makefile itself, so during a bulk build the base system libglu will be overwritten by the package. Our base system has libglu.1 where the package installs libglu.3, in the same place. This results in some packages having an effective dependancy to the glu package (because of the lib majuor number difference), which is not recorded in the package. So installing e.g. kde2 won't pullup glu, but it won't run because of the missing libglu.so.3 The attached patch solves this problem. The code comes from pkgsrc-current,"
2002-11-12Pullup the change between rev 1.24 and 1.25 ofagc1-5/+5
pkgsrc/emulators/xmess/Makefile to the netbsd-1-6 pkgsrc branch. Requested by Dan Mcmahill. This reduces the optimization level on sparc to allow compilation there.
2002-11-12Pullup the change between rev 1.78 and 1.79 ofagc1-4/+4
pkgsrc/emulators/xmame/Makefile to the netbsd-1-6 pkgsrc branch. Requested by Dan Mcmahill. This reduces the optimization level on sparc to allow compilation there.
2002-11-12Pull up pkgsrc/mail/squirrelmailagc3-11/+34
Makefile 1.27 PLIST 1.8 distinfo 1.10 to the netbsd-1-6 pkgsrc branch. Requested by Manuel Bouyer. This updates squirrelmail to version 1.2.9 because of security issues. The files are synced to HEAD, exept for ${APACHE_GROUP} which doesn't exist in the 1.6 branch.
2002-10-24Pull the following up to the 1.6 branch (requested by agc):wiz20-68/+61
Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-10-23Update the apache6 package on the netbsd-1-6 pkgsrc branch to versionagc3-12/+13
1.3.27, thereby including the security fix. Pull up versions: Makefile 1.59 PLIST 1.5 distinfo 1.14 Requested by Manuel Bouyer. Tested by Feico Dillema on www2.no.netbsd.org
2002-10-14Update fetchmail and fetchmailconf to version 6.1.0 on the pkgsrcagc3-8/+9
netbsd-1-6 branch for a security issue. Files pulled up: fetchmail/Makefile 1.118 and 1.119 fetchmail/distinfo 1.18 Requested by Manuel Bouyer. and fetchmailconf/Makefile 1.42 Original log message: > Because of the recent vulnerability, it is strongly encouraged to update > (http://security.e-matters.de/advisories/032002.html). > > Thanx to Alan Post <apost@interwoven.com> for giving me a note. > > fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines: > > * Updated French translation. > * Stefan Esser's fix for potential remote vulnerability in multidrop mode. > This is an important security fix! > > fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines: > > * Applied Matt Kraai's fix for minor Debian bug #144539. > * Nerijus Baliunas's patch to support STARTTLS over IMAP. > * More cleanups and minor bugfixes from Sunil Shetye. > * Default antispam-response list is now empty. > * Updated de and po translations, > > fetchmail-5.9.14 (Fri Sep 6 05:03:25 EDT 2002), 21932 lines: > > * Sunil Shetye's patch to eliminate multiple bounces. > * Moritz Jodeit <moritz@jodeit.org>'s patch for re-exec with no args. > * Sunil Shetye's patch to solve the re-exec problem with relative files. > * Cygwin portability patch (use ROOT_UID) from Jason Tishler. > * Workaround for the CAPA error problem is documented in the FAQ. > * Updated Polish, Danish, and Catalan translations. > * Sunil Shetye's patch to improve CAPA error handling. > * Sunil Shetye's patch to improve handling of unreadable boxes in POP3. > * Berkeley port fix for Kerberos IV.
2002-10-12Pull up the following revisionsagc7-86/+278
Makefile 1.12, 1.15-1.16 PLIST 1.7-1.9 distinfo 1.10-1.12 patches/patch-aa 1.7 patches/patch-al 1.2 patches/patch-an 1.4 patches/patch-ao 1.4 of pkgsrc/www/apache2 files to the netbsd-1-6 pkgsrc branch. Requested by Manuel Bouyer. They update apache2 to 2.0.43 for security issues. Tested by Manuel on 1.6/sparc with IPv6 connectivity.
2002-10-11Pullup the following versions:agc5-37/+38
ap-ssl/Makefile 1.61 ap-ssl/distinfo 1.14 apache/Makefile 1.108 apache/PLIST 1.7 apache/distinfo 1.23 to the netbsd-1-6 branch of pkgsrc. Requested by Manuel Bouyer. These patches update apache and ap-ssl for securities issues. Tested on one 1.6 and 2 1.5.3 servers with a few other modules (ap-php, ap-roaming) without problems.
2002-10-09Pullup revision 1.3 of pkgsrc/lang/siod/patches/patch-aa onto theagc2-4/+4
netbsd-1-6 pkgsrc branch, and regen distinfo file. Requested by Dan McMahill. This patch adds -fPIC -DPIC to the CFLAGS for NetBSD. This is needed for sparc and almost certainly ppc as well.
2002-10-09Pullup rev 1.1 of pkgsrc/print/LPRng-core/patches/patch-aa onto theagc2-1/+17
netbsd-1-6 pkgsrc branch, and regen the distinfo file. Requested by Dan McMahill. Use the result of the autoconf check for inet_ntop and don't include a bad prototype if this exists. Fixes compilation problems seen on sparc.
2002-10-09Pullup version 1.3 of pkgsrc/mbone/common-mml, revs 1.1 ofagc6-2/+67
patches/patch-a{d,e,f} and rev 1.2 of patches/patch-ag, and a regenned distinfo file, onto the netbsd-1-6 pkgsrc branch. Requested by Dan McMahill. Correctly uses the autoconf checks for inet_ntop and inet_pton. Fixes this package on sparc (and probably all other big endian machines). Change has also been tested on alpha (little endian) to make sure it didn't break things there. There are still some issues on the alpha but they appear to be LP64 and alignment related, not endian related and they were present before this change too.
2002-10-09Pull up version 1.2 of patches/patch-ad to the netbsd-1-6 branch of pkgsrc.agc2-1/+15
Regen distinfo accordingly. Requested by Dan McMahill. ---------------------------- revision 1.2 date: 2002/09/26 05:46:11; author: dmcmahill; state: Exp; lines: +2 -2 make this work on alpha too. Now this pkg builds ok on both sparc and alpha. ---------------------------- revision 1.1 date: 2002/09/26 00:17:57; author: dmcmahill; state: Exp; make this build on sparc. Should also fix other platforms. Patch derived from patches to textproc/jade by mycroft. ----------------------------
2002-09-25Bring forward the mod from 1.21 of games/crafty/Makefile to the 1.6agc1-1/+3
pkgsrc branch. Requested by Dan McMahill. Portability mod: on NetBSD/sparc, reduce the level of optimisation.
2002-09-25Pullup version 1.14 of graphics/blender/Makefile to the 1.6 pkgsrc branch.agc1-7/+12
Requested by Dan McMahill. > Correctly sets PLIST_ARCH on sparc systems so that the package installs > and deinstalls cleanly. In addition, only check for compat_svr4 on > NetBSD systems as it clearly isn't needed on a SunOS system.
2002-09-12Pull up 1.4, requested by jschauma:wiz1-3/+7
Add a couple of MASTER_SITES that work -> comment out BROKEN due to unstable MASTER_SITES.
2002-09-12Pullup v1.34, requested by agc, tested by hubertf:wiz1-9/+4
Fix the "MAKEOBJDIRPREFIX being set causes problems" in a different way. Explicitly add "USETOOLS=no" to the MAKE_ENV. Overload the SETENV definition to unset MAKEOBJDIRPREFIX properly.
2002-09-05Pullup Makefile versions 1.12-1.13, with a manual edit to removeagc2-8/+8
Buildlink2 lines, and distinfo versions 1.7-1.8, to the netbsd-1-6 pkgsrc branch. Requested by Matthias Scheler. > Module Name: pkgsrc > Committed By: tron > Date: Sat Aug 31 05:25:32 UTC 2002 > > Modified Files: > pkgsrc/www/opera6: Makefile distinfo > > Log Message: > Update "opera6" package to version 6.03. Changes since version 6.02: > - Applied OpenSSL ASN.1 patch > - New Certum CA root certificate and updated old roots > - Fixed problem with untrusted HTML content being inserted into > Directory listings (buffer overrun)
2002-09-05Pull up versions 1.42-1.44 of Makefile, and version 1.4 of PLIST, to theagc2-2/+10
netbsd-1-6 pkgsrc branch. Requested by Grant Beattie. > From: grant beattie <grant@netbsd.org> > Date: Tue, 20 Aug 2002 04:38:18 +0300 (EEST) > > Module Name: pkgsrc > Committed By: grant > Date: Tue Aug 20 01:38:18 UTC 2002 > > Modified Files: > pkgsrc/net/bind9: Makefile PLIST > > Log Message: > deal with optional installation of ipv6.h on non-ipv6 platforms.
2002-09-05Pull up version 1.3 of Makefile, and version 1.2 of distinfo, to theagc2-5/+5
pkgsrc netbsd-1-6 branch. Requested by Takahiro Kambe > Date: Wed, 4 Sep 2002 15:59:14 +0300 (EEST) > From: Takahiro Kambe <taca@netbsd.org> > > Module Name: pkgsrc > Committed By: taca > Date: Wed Sep 4 12:59:14 UTC 2002 > > Modified Files: > pkgsrc/net/ruby-drb: Makefile distinfo > > Log Message: > Update ruby-drb package to 1.3.7. > > This fixes a bug which can call private methods (potential security hole).
2002-09-05Pull up versions 1.2 of Makefile PLIST and distinfo to the netbsd-1-6 pkgsrcagc10-24/+26
branch. Requested by Takahiro Kambe. > Date: Wed, 4 Sep 2002 15:52:29 +0300 (EEST) > From: Takahiro Kambe <taca@netbsd.org> > > Module Name: pkgsrc > Committed By: taca > Date: Wed Sep 4 12:52:29 UTC 2002 > > Modified Files: > pkgsrc/textproc/namazu2: Makefile PLIST distinfo > Removed Files: > pkgsrc/textproc/namazu2/patches: patch-af patch-ag patch-ah patch-ai > patch-am patch-an patch-ao > > Log Message: > Update namazu package to 2.0.12. > > It fixes some Cross Site Scripting security problem.
2002-09-05Pull up revision 1.9 of Makefile to the netbsd-1-6 branch for pkgsrc.agc1-3/+3
Requested by Thomas Klausner. > Date: Wed, 4 Sep 2002 19:00:42 +0300 (EEST) > From: Thomas Klausner <wiz@netbsd.org> > > Module Name: pkgsrc > Committed By: wiz > Date: Wed Sep 4 16:00:42 UTC 2002 > > Modified Files: > pkgsrc/devel/cmdline: Makefile > > Log Message: > Make it build again.
2002-09-02Pull up version 1.3 of Makefile, and version 1.3 of distinfo, to theagc2-8/+6
pkgsrc 1.6 branch. Requested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp> > Date: Sat, 31 Aug 2002 02:48:23 +0300 (EEST) > From: Takahiro Kambe <taca@netbsd.org> > > Module Name: pkgsrc > Committed By: taca > Date: Fri Aug 30 23:48:23 UTC 2002 > > Modified Files: > pkgsrc/security/ruby-openssl: Makefile distinfo > > Log Message: > Update ruby-openssl pacakge to 0.1.2.1(0.1.2a). > It should be fixed in error of bulk build, too.
2002-09-02Pull up version 1.39 of Makefile to the pkgsrc 1.6 branch.agc1-1/+2
Requested by Fred Bruckman. > Module Name: pkgsrc > Committed By: fredb > Date: Fri Aug 30 23:26:43 UTC 2002 > > Modified Files: > pkgsrc/games/gnome-games: Makefile > > Log Message: > Fix ${PKGLOCALEDIR} handling.
2002-08-29Pull up version 1.20 of the Makefile onto the netbsd-1-6 pkgsrc branch.agc1-3/+2
Requested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp> > Date: Thu, 29 Aug 2002 03:11:50 +0300 (EEST) > From: Takahiro Kambe <taca@netbsd.org> > > Module Name: pkgsrc > Committed By: taca > Date: Thu Aug 29 00:11:49 UTC 2002 > > Modified Files: > pkgsrc/fonts/jisx0208fonts: Makefile > > Log Message: > Use USE_GMAKE instead of BUILD_DEPENDS to gmake. > > Proposed by agc and now, it is unknown why not use USE_GMAKE by itojun.
2002-08-28Pull up revision 1.19 of Makefile to netbsd-1-6 branch of pkgsrc.agc1-2/+2
Requested by Takahiro Kambe <taca@sky.yamashina.kyoto.jp> > Date: Wed, 28 Aug 2002 16:44:04 +0300 (EEST) > From: Takahiro Kambe <taca@netbsd.org> > > Module Name: pkgsrc > Committed By: taca > Date: Wed Aug 28 13:44:04 UTC 2002 > > Modified Files: > pkgsrc/fonts/jisx0208fonts: Makefile > > Log Message: > Build depends to gmake 3.79.1 and later instead of exactly 3.79.1.
2002-08-21Pullup the update of the arla package to version 0.35.9 onto the 1.6agc19-6/+1030
pkgsrc branch. This is necessary for security - arla-0.35.8 and older contain two security problems. Requested by Lex Wennmacher. > From: Lex Wennmacher <wennmach@netbsd.org> > Date: 08/20/2002 20:47:47 > > Module Name: pkgsrc > Committed By: wennmach > Date: Tue Aug 20 17:47:46 UTC 2002 > > Modified Files: > pkgsrc/net/arla: Makefile PLIST distinfo > Added Files: > pkgsrc/net/arla/patches: patch-bd patch-be patch-bf patch-bg patch-bh > patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn patch-bo > patch-bp patch-bq patch-br patch-bs > > Log Message: > Upgrade arla to 0.35.9 > > Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and > xfs failes to check for negative numbers in pioctl. > > Additional changes: NetBSD/sparc64 now supported, 'themis' added, > local locking, bug fixes. > > See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html
2002-08-21Pull up revision 1.52 of the package Makefile onto the 1.6 pkgsrc branch.agc1-1/+5
Requested by Stoned Elipot. > From: Stoned Elipot <seb@netbsd.org> > Date: Wed, 21 Aug 2002 10:47:07 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Wed Aug 21 07:47:06 UTC 2002 > > Modified Files: > pkgsrc/mail/sendmail: Makefile > > Log Message: > If using SASL cyrus-sasl package is actually needed.
2002-08-21Pullupagc2-11/+133
1.3 pkgsrc/security/tripwire/distinfo 1.3 pkgsrc/security/tripwire/patches/patch-ac onto the 1.6 pkgsrc branch. Requested by Stoned Elipot. > From: Stoned Elipot <seb@netbsd.org> > Date: Tue, 20 Aug 2002 20:19:36 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Tue Aug 20 17:19:35 UTC 2002 > > Modified Files: > pkgsrc/security/tripwire: distinfo > pkgsrc/security/tripwire/patches: patch-ac > > Log Message: > Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 of > basesrc/lib/libc/hash/sha1.c.
2002-08-20Pull upwiz3-8/+8
1.18 and 1.19 Makefile 1.5 distinfo 1.5 patches/patch-af to the 1.6 branch, as requested by agc. distinfo+patch-af: Fix the WAD version number printf(), which is very obviously broken. Makefile: Fix the special-case do-build target to respect MAKE_ENV. Crank PKGREVISION.
2002-08-20Pull upwiz3-8/+11
1.4 Makefile 1.4 distinfo 1.2 patches/patch-df to the 1.6 branch, as requested by skrll: Plug the memory leak introduced into ksysguardd. Fixes pkg/17962 from hclsmith at yahoo dot ca. One day I might even get round to finishing NetBSD support for ksysguardd. PKGREVISION++
2002-08-20Pullup version 1.6 of patch-ac onto the pkgsrc 1.6 branch, and regenagc2-4/+4
the checksum. Requested by Frederick Bruckman. > From: fredb@netbsd.org (Frederick Bruckman) > Date: 19 Aug 2002 18:34:57 GMT > > Module Name: pkgsrc > Committed By: fredb > Date: Mon Aug 19 18:34:56 UTC 2002 > > Modified Files: > pkgsrc/security/openssl: distinfo > pkgsrc/security/openssl/patches: patch-ac > > Log Message: > Let build on sparc v7.
2002-08-20Pullup versionsagc7-23/+51
1.36 pkgsrc/devel/gettext/Makefile 1.5 pkgsrc/devel/gettext/distinfo 1.13 pkgsrc/devel/gettext-lib/Makefile 1.4 pkgsrc/devel/gettext-m4/Makefile 1.8 pkgsrc/devel/gettext/patches/patch-aa 1.3 pkgsrc/devel/gettext/patches/patch-ac 1.2 pkgsrc/devel/gettext/patches/patch-ak to the pkgsrc 1.6 branch. Requested by Stoned Elipot. > From: Stoned Elipot <seb@netbsd.org> > Date: Mon, 19 Aug 2002 22:20:35 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Mon Aug 19 19:20:35 UTC 2002 > > Modified Files: > pkgsrc/devel/gettext: Makefile distinfo > pkgsrc/devel/gettext-lib: Makefile > pkgsrc/devel/gettext-m4: Makefile > pkgsrc/devel/gettext/patches: patch-aa patch-ac patch-ak > > Log Message: > Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris > fix build and PLIST: > - obey PKGLOCALEDIR > - fix libtool's install mode invocation.
2002-08-20Pull up 1.12 of patches/patch-ab (new file) to the 1.6 branch, andwiz2-2/+3
regen distinfo (sync with 1.17 of that file).
2002-08-20Pullup version 1.30 of devel/gmake/Makefile, and version 1.82 ofagc2-2/+17
mk/bsd.pkg.defaults.mk onto the pkgsrc 1.6 branch. Requested by Stoned Elipot. (This is a no-op on NetBSD, BTW). > From: Stoned Elipot <seb@netbsd.org> > Date: Mon, 19 Aug 2002 21:39:17 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Mon Aug 19 18:39:16 UTC 2002 > > Modified Files: > pkgsrc/devel/gmake: Makefile > pkgsrc/mk: bsd.pkg.defaults.mk > > Log Message: > Now by default the support of micro- and nano-second timestamp values provided > by stat(2) is disabled: it causes grief even for package building. > > This is adjustable by the GMAKE_NSEC_TIMESTAMPS variable. > > Bump PKGREVISION.
2002-08-20Pull up 1.23, requested by hubertf:wiz1-2/+2
Add CVS_FLAGS that will be passed to 'cvs update' before builds. Allows specifying a branch ("-rnetbsd-1-6") or the trunk ("-A") easily from the build.conf file.
2002-08-20Pull up 1.12, requested by hubertf:wiz1-1/+5
Add CVS_FLAGS that will be passed to 'cvs update' before builds. Allows specifying a branch ("-rnetbsd-1-6") or the trunk ("-A") easily from the build.conf file.
2002-08-20Pullup version 1.1 of patch-ag to the pkgsrc 1.6 branch, and regenagc2-2/+3
the distinfo checksums. Requested by Stoned Elipot. > From: Stoned Elipot <seb@netbsd.org> > Date: Mon, 19 Aug 2002 21:26:23 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Mon Aug 19 18:26:22 UTC 2002 > > Modified Files: > pkgsrc/net/bind8: distinfo > Added Files: > pkgsrc/net/bind8/patches: patch-ag > > Log Message: > Fix sparc64 build by patching lib/cylink/sha.c like the revision 1.6 of > basesrc/lib/libc/hash/sha1.c.
2002-08-20Pullup PLIST.SunOS version 1.4 to the 1.6 pkgsrc branch.agc1-3/+3
Requested by Stoned Elipot. > From: Stoned Elipot <seb@netbsd.org> > Date: Mon, 19 Aug 2002 21:20:10 +0300 (EEST) > > Module Name: pkgsrc > Committed By: seb > Date: Mon Aug 19 18:20:09 UTC 2002 > > Modified Files: > pkgsrc/lang/gcc: PLIST.SunOS > > Log Message: > It seems that the new combo patchfile dropped the silly `nb1' suffix > on shared libs in $PREFIX/lib. So adjust the PLIST.
2002-08-20Pullup revisions 1.58 and 1.59 to the 1.6 pkgsrc branch.agc94-4440/+2275
Requested by Thomas Klausner. > Date: Mon, 19 Aug 2002 18:17:57 +0300 (EEST) > From: Thomas Klausner <wiz@netbsd.org> > > Module Name: pkgsrc > Committed By: wiz > Date: Mon Aug 19 15:17:56 UTC 2002 > > Modified Files: > pkgsrc/security/openssl: Makefile > > Log Message: > Compile no-shared on 1.4.x. This makes the package install and work for me > on 1.4.2/i386. Approved by agc. > Date: Mon, 19 Aug 2002 19:00:07 +0300 (EEST) > From: Thomas Klausner <wiz@netbsd.org> > > Module Name: pkgsrc > Committed By: wiz > Date: Mon Aug 19 16:00:07 UTC 2002 > > Modified Files: > pkgsrc/security/openssl: Makefile > > Log Message: > Fix a comment, and improve pattern to also work on netbsd-1-4.
2002-08-19Make lsof 4.64 build under 1.5 again. Once 4.65 comes out, this patchatatat2-1/+20
can be removed.
2002-08-19Add and enable ispell-romanian (hi jim!)wiz1-1/+2
2002-08-19Update to version 2.7d. From the NEWS file:fredb3-28/+5
Bug Fixes: Discard POST/PUT requests that have negative content-lengths. Make the CanonicaliseHost() function robust to bad IP addresses. Fix some memory leaks, free some unfreed memory. Don't give socket error using '-f' option. Fix compilation on Cygwin. Fix IPv6 compilation on Solaris 9. Bug fix for v2.7c Cookie change. Don't replace '//' in a URL path with '/'.