diff options
author | mycroft <mycroft> | 2001-10-23 03:37:44 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2001-10-23 03:37:44 +0000 |
commit | d549558c5e6372a7d26c77542bee4d15c1e5b94d (patch) | |
tree | 435d08cdd0e2b88a6624eac4c3acbe24a6b06f91 /lang/librep | |
parent | 14b7acae9d453876b4138d826f8fdc865d3237cc (diff) | |
download | pkgsrc-d549558c5e6372a7d26c77542bee4d15c1e5b94d.tar.gz |
Update to librep 0.15.1.
Only change is to fix intermittent memory corruption in the PRNG.
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 4 | ||||
-rw-r--r-- | lang/librep/distinfo | 6 | ||||
-rw-r--r-- | lang/librep/pkg/PLIST | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 7f34d979b7f..01ba9b049f6 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2001/10/22 02:23:53 mycroft Exp $ +# $NetBSD: Makefile,v 1.18 2001/10/23 03:37:44 mycroft Exp $ # DISTNAME= librep-${REP_VERS} -REP_VERS= 0.15 +REP_VERS= 0.15.1 CATEGORIES= lang devel MASTER_SITES= http://prdownloads.sourceforge.net/librep/ diff --git a/lang/librep/distinfo b/lang/librep/distinfo index 5326453f973..822f63c6417 100644 --- a/lang/librep/distinfo +++ b/lang/librep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/10/22 02:23:53 mycroft Exp $ +$NetBSD: distinfo,v 1.5 2001/10/23 03:37:44 mycroft Exp $ -SHA1 (librep-0.15.tar.gz) = da20efbc010380bc51010d19ed6832a7bad027fb -Size (librep-0.15.tar.gz) = 895277 bytes +SHA1 (librep-0.15.1.tar.gz) = 1f0a785d49b0b43149951e7ab27f31d9c8415f6c +Size (librep-0.15.1.tar.gz) = 895480 bytes SHA1 (patch-ac) = 562f8a25b2da564fa4372101bfa1199b0c755ee3 diff --git a/lang/librep/pkg/PLIST b/lang/librep/pkg/PLIST index e1acb283d86..763fc3f20d0 100644 --- a/lang/librep/pkg/PLIST +++ b/lang/librep/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/10/22 02:23:54 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/10/23 03:37:45 mycroft Exp $ bin/rep bin/rep-config bin/rep-remote @@ -24,7 +24,7 @@ lib/librep.a lib/librep.la lib/librep.so lib/librep.so.11 -lib/librep.so.11.0 +lib/librep.so.11.1 libexec/rep/${MACHINE_GNU_PLATFORM}/install-aliases libexec/rep/${MACHINE_GNU_PLATFORM}/libtool libexec/rep/${MACHINE_GNU_PLATFORM}/rep_config.h |