pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gnupg
Module Name: pkgsrc
Committed By: gdt
Date: Mon Sep 7 13:08:28 UTC 2020
Modified Files:
pkgsrc/security/gnupg: Makefile PLIST distinfo
Added Files:
pkgsrc/security/gnupg/patches: patch-tools_Makefile.in
Log Message:
devel/gnupg: Stop installing gpgsplit, because it conflicts with gnupg2
gpgsplit has been installed by gnupg(1) since 2002. gpgsplit has also
been in tools/ within gnupg-2, but upstream recently moved it from
noinst_PROGRAMS to bin_PROGRAMS without noting this in NEWS.
Because gnugp2 is normal and gnupg remains for special cases, simply
drop gpgsplit from gnupg; we have no intent to save people from
installing gnupg2 -- only to continue to allow them to use the old gpg
binary for special uses.
To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/security/gnupg/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/gnupg/PLIST
cvs rdiff -u -r1.72 -r1.73 pkgsrc/security/gnupg/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/gnupg/patches/patch-tools_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gnupg/Makefile
diff -u pkgsrc/security/gnupg/Makefile:1.156 pkgsrc/security/gnupg/Makefile:1.157
--- pkgsrc/security/gnupg/Makefile:1.156 Fri May 22 10:56:36 2020
+++ pkgsrc/security/gnupg/Makefile Mon Sep 7 13:08:28 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.156 2020/05/22 10:56:36 adam Exp $
+# $NetBSD: Makefile,v 1.157 2020/09/07 13:08:28 gdt Exp $
DISTNAME= gnupg-1.4.23
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/
Index: pkgsrc/security/gnupg/PLIST
diff -u pkgsrc/security/gnupg/PLIST:1.28 pkgsrc/security/gnupg/PLIST:1.29
--- pkgsrc/security/gnupg/PLIST:1.28 Sat Feb 28 00:13:25 2015
+++ pkgsrc/security/gnupg/PLIST Mon Sep 7 13:08:28 2020
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.28 2015/02/28 00:13:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2020/09/07 13:08:28 gdt Exp $
bin/gpg
bin/gpg-zip
-bin/gpgsplit
bin/gpgv
info/gnupg1.info
libexec/gnupg/gpgkeys_curl
Index: pkgsrc/security/gnupg/distinfo
diff -u pkgsrc/security/gnupg/distinfo:1.72 pkgsrc/security/gnupg/distinfo:1.73
--- pkgsrc/security/gnupg/distinfo:1.72 Fri Jun 15 21:51:23 2018
+++ pkgsrc/security/gnupg/distinfo Mon Sep 7 13:08:28 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.72 2018/06/15 21:51:23 tez Exp $
+$NetBSD: distinfo,v 1.73 2020/09/07 13:08:28 gdt Exp $
SHA1 (gnupg-1.4.23.tar.bz2) = 13747486ed5ff707f796f34f50f4c3085c3a6875
RMD160 (gnupg-1.4.23.tar.bz2) = 087c494ff78bd1e85873ac383e0c6e236b6a9869
SHA512 (gnupg-1.4.23.tar.bz2) = 78dc52a2010202a4afc8814b29fda657a6c9fe230d5e7db11ae040edd2b0ca819e1baa4dbd6c0d04d36cd353df484e83f52d17759d2891c2cf7025c0b5d36612
Size (gnupg-1.4.23.tar.bz2) = 3749353 bytes
SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8
+SHA1 (patch-tools_Makefile.in) = 55227d3932b49eae8689051df249c69a6568ef63
Added files:
Index: pkgsrc/security/gnupg/patches/patch-tools_Makefile.in
diff -u /dev/null pkgsrc/security/gnupg/patches/patch-tools_Makefile.in:1.1
--- /dev/null Mon Sep 7 13:08:28 2020
+++ pkgsrc/security/gnupg/patches/patch-tools_Makefile.in Mon Sep 7 13:08:28 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-tools_Makefile.in,v 1.1 2020/09/07 13:08:28 gdt Exp $
+
+--- tools/Makefile.in.orig 2018-06-11 08:47:56.000000000 +0000
++++ tools/Makefile.in
+@@ -98,7 +98,8 @@ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+ @HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DLOCALEDIR="\"$(localedir)\""
+-bin_PROGRAMS = gpgsplit$(EXEEXT)
++#gpgsplit is now in gnupg-2
++#bin_PROGRAMS = gpgsplit$(EXEEXT)
+ noinst_PROGRAMS = mpicalc$(EXEEXT) bftest$(EXEEXT) clean-sat$(EXEEXT) \
+ mk-tdata$(EXEEXT) shmtest$(EXEEXT) make-dns-cert$(EXEEXT) \
+ $(am__EXEEXT_1)
Home |
Main Index |
Thread Index |
Old Index