pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pear-Crypt_GPG
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 9 12:30:30 UTC 2016
Modified Files:
pkgsrc/security/pear-Crypt_GPG: Makefile distinfo
pkgsrc/security/pear-Crypt_GPG/patches: patch-.._package.xml
Log Message:
Update pear-Crypt_GPG to 1.4.3.
Changelog:
This release fixes following bugs:
* Fix Bug #21121: Searching for keys with pattern containing non-ascii
characters.
* Fix Bug #21119: Parsing of user identifier without name.
* Added POSIX method to isRunning() consistent with terminate().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pear-Crypt_GPG/Makefile \
pkgsrc/security/pear-Crypt_GPG/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pear-Crypt_GPG/Makefile
diff -u pkgsrc/security/pear-Crypt_GPG/Makefile:1.1 pkgsrc/security/pear-Crypt_GPG/Makefile:1.2
--- pkgsrc/security/pear-Crypt_GPG/Makefile:1.1 Sun Aug 21 08:26:39 2016
+++ pkgsrc/security/pear-Crypt_GPG/Makefile Sun Oct 9 12:30:30 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/08/21 08:26:39 taca Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/09 12:30:30 taca Exp $
-DISTNAME= Crypt_GPG-1.4.2
+DISTNAME= Crypt_GPG-1.4.3
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/pear-Crypt_GPG/distinfo
diff -u pkgsrc/security/pear-Crypt_GPG/distinfo:1.1 pkgsrc/security/pear-Crypt_GPG/distinfo:1.2
--- pkgsrc/security/pear-Crypt_GPG/distinfo:1.1 Sun Aug 21 08:26:39 2016
+++ pkgsrc/security/pear-Crypt_GPG/distinfo Sun Oct 9 12:30:30 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/08/21 08:26:39 taca Exp $
+$NetBSD: distinfo,v 1.2 2016/10/09 12:30:30 taca Exp $
-SHA1 (pear/Crypt_GPG-1.4.2.tgz) = 85e829d5e2fb5c1614182ffafaee95407df17584
-RMD160 (pear/Crypt_GPG-1.4.2.tgz) = cc9378127a4162298e67fce5ee4eb4bf3eec9fdb
-SHA512 (pear/Crypt_GPG-1.4.2.tgz) = c0384f0b4a35f8e7d7189b0b08c277c2629e7fa84e13f2c8c92aaafbeace7a60b6e18f2347571e7bcdf4bc504fd9463f080d9c2938063fdfcabc8f44dd7f4950
-Size (pear/Crypt_GPG-1.4.2.tgz) = 345962 bytes
-SHA1 (patch-.._package.xml) = edb34e042e3271f3d8a3b9be9723097dae03eef5
+SHA1 (pear/Crypt_GPG-1.4.3.tgz) = d6cdb8f148c21998aac6217e01b44c5c42abe1f1
+RMD160 (pear/Crypt_GPG-1.4.3.tgz) = 1b3ac7847ef2f5550d1ee3d20fa5f7cd77a8c5fd
+SHA512 (pear/Crypt_GPG-1.4.3.tgz) = f0a425e6bdb3ef0689a18b84aa7a5fa89a07f0d8fd3b2c31efd1a75b170e7388251cab9a92dcef0e1e5bcc5e4ed56ab9a8c17295689091b12a89a4139e05f2d5
+Size (pear/Crypt_GPG-1.4.3.tgz) = 346001 bytes
+SHA1 (patch-.._package.xml) = 921cb2548b8c387600da25525c33c2d0f1f454af
Index: pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml
diff -u pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml:1.1 pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml:1.2
--- pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml:1.1 Sun Aug 21 08:26:40 2016
+++ pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml Sun Oct 9 12:30:30 2016
@@ -1,9 +1,9 @@
-$NetBSD: patch-.._package.xml,v 1.1 2016/08/21 08:26:40 taca Exp $
+$NetBSD: patch-.._package.xml,v 1.2 2016/10/09 12:30:30 taca Exp $
---- ../package.xml.orig 2016-06-19 07:54:44.000000000 +0000
+--- ../package.xml.orig 2016-10-07 13:50:33.000000000 +0000
+++ ../package.xml
-@@ -73,7 +73,7 @@ Feature #21079: Added Crypt_GPG::exportP
- <file baseinstalldir="/" md5sum="548b27fa4f1b2aedf9bde59105e5e54c" name="data/pinentry-cli.xml" role="data">
+@@ -71,7 +71,7 @@ Added POSIX method to isRunning() consis
+ <file baseinstalldir="/" md5sum="edfcefbb570bc3a5a4df32b1ad7b0699" name="data/pinentry-cli.xml" role="data">
<tasks:replace from="@package-version@" to="version" type="package-info" />
</file>
- <file baseinstalldir="/" md5sum="4fb41cc616854bc332aec7a5e6dddab0" name="scripts/crypt-gpg-pinentry" role="script">
Home |
Main Index |
Thread Index |
Old Index