pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 Update to 2.3. Update HOMEPAGE and M...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0b37b23aa89
branches: trunk
changeset: 397135:e0b37b23aa89
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 09 08:02:07 2009 +0000
description:
Update to 2.3. Update HOMEPAGE and MASTER_SITES. Set packager information.
* Noteworthy changes in release 2.3 (2009-07-29) [stable]
- Libtasn1 is now an official GNU project.
- Solve build problem on Tru64 related to TRUE/FALSE.
- More careful decoding of OIDs.
- Fixed warning in ASN1.y.
- Use "Software libraries" info dircategory.
- Drop GPL/LGPL copies from the manual (not needed there).
- New configure parameters to set packaging specific information.
The parameters are --with-packager, --with-packager-version, and
--with-packager-bug-reports. See
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
details.
diffstat:
security/libtasn1/Makefile | 14 ++++++++------
security/libtasn1/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (46 lines):
diff -r 56c741b1a7b9 -r e0b37b23aa89 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Sun Aug 09 08:01:47 2009 +0000
+++ b/security/libtasn1/Makefile Sun Aug 09 08:02:07 2009 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.43 2009/07/18 13:11:57 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2009/08/09 08:02:07 wiz Exp $
-DISTNAME= libtasn1-2.2
+DISTNAME= libtasn1-2.3
CATEGORIES= security devel
-MASTER_SITES= ${MASTER_SITE_GNU:=gnutls/} \
- ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
- ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/
+MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.gnutls.org/
+HOMEPAGE= http://www.gnu.org/software/libtasn1/
COMMENT= ASN.1 structure parser library
LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
@@ -20,6 +18,10 @@
TEST_TARGET= check
INFO_FILES= yes
+CONFIGURE_ARGS+= --with-packager="pkgsrc"
+CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}"
+CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/"
+
.include "../../mk/bsd.prefs.mk"
# Mac OS X has no prototype for getopt_long and no declaration for
# struct option, so ignore getopt_long() even though the test succeeds.
diff -r 56c741b1a7b9 -r e0b37b23aa89 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo Sun Aug 09 08:01:47 2009 +0000
+++ b/security/libtasn1/distinfo Sun Aug 09 08:02:07 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2009/07/18 13:11:58 wiz Exp $
+$NetBSD: distinfo,v 1.26 2009/08/09 08:02:07 wiz Exp $
-SHA1 (libtasn1-2.2.tar.gz) = d6e0d449cf2da04c93f498d2cf4415f572611b46
-RMD160 (libtasn1-2.2.tar.gz) = 5d89120b85d10dad543738a5383b133857d2d600
-Size (libtasn1-2.2.tar.gz) = 1641693 bytes
+SHA1 (libtasn1-2.3.tar.gz) = 71607f846e83849f0722ffdd93247028c9c88384
+RMD160 (libtasn1-2.3.tar.gz) = 9820c1e5e1d59bbe21b0cd90bbd1877c8782ee0d
+Size (libtasn1-2.3.tar.gz) = 1483422 bytes
SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33
Home |
Main Index |
Thread Index |
Old Index