pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/netpgp



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Mar 15 20:14:14 UTC 2018

Modified Files:
        pkgsrc/security/netpgp: Makefile distinfo
Added Files:
        pkgsrc/security/netpgp/patches: patch-src_netpgp_netpgp.1

Log Message:
Correct option "--armor" and document alternate option "--detach"

Originally submitted on tech-pkg@ as:
[PATCH 07/11] Correct option "--armor"
[PATCH 08/11] Also document alternate option "--detach"

As also applied in NetBSD's src repository.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/netpgp/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/netpgp/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/netpgp/patches/patch-src_netpgp_netpgp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/netpgp/Makefile
diff -u pkgsrc/security/netpgp/Makefile:1.27 pkgsrc/security/netpgp/Makefile:1.28
--- pkgsrc/security/netpgp/Makefile:1.27        Thu Mar 15 20:00:43 2018
+++ pkgsrc/security/netpgp/Makefile     Thu Mar 15 20:14:14 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2018/03/15 20:00:43 khorben Exp $
+# $NetBSD: Makefile,v 1.28 2018/03/15 20:14:14 khorben Exp $
 
 DISTNAME=              netpgp-20140220
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
 

Index: pkgsrc/security/netpgp/distinfo
diff -u pkgsrc/security/netpgp/distinfo:1.21 pkgsrc/security/netpgp/distinfo:1.22
--- pkgsrc/security/netpgp/distinfo:1.21        Thu Mar 15 20:00:43 2018
+++ pkgsrc/security/netpgp/distinfo     Thu Mar 15 20:14:14 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2018/03/15 20:00:43 khorben Exp $
+$NetBSD: distinfo,v 1.22 2018/03/15 20:14:14 khorben Exp $
 
 SHA1 (netpgp-20140220.tar.gz) = 815418cbae5d02a1385cd7947618303e5aa06d5c
 RMD160 (netpgp-20140220.tar.gz) = 970f55292852d5dbfde3eb17a5fefd6a7c820c4e
@@ -6,3 +6,4 @@ SHA512 (netpgp-20140220.tar.gz) = ec6cfa
 Size (netpgp-20140220.tar.gz) = 1521820 bytes
 SHA1 (patch-src_lib_keyring.c) = b924af4877aaab98e542425b5d9427830ddd5b75
 SHA1 (patch-src_lib_reader.c) = 2ebaddebbc2f6f42f7391933ebfef39e3a73a367
+SHA1 (patch-src_netpgp_netpgp.1) = a9b2345ced1d80ee14a4e100181fa34121543509

Added files:

Index: pkgsrc/security/netpgp/patches/patch-src_netpgp_netpgp.1
diff -u /dev/null pkgsrc/security/netpgp/patches/patch-src_netpgp_netpgp.1:1.1
--- /dev/null   Thu Mar 15 20:14:14 2018
+++ pkgsrc/security/netpgp/patches/patch-src_netpgp_netpgp.1    Thu Mar 15 20:14:14 2018
@@ -0,0 +1,25 @@
+$NetBSD: patch-src_netpgp_netpgp.1,v 1.1 2018/03/15 20:14:14 khorben Exp $
+
+Correct option "--armor".
+Also document alternate option "--detach".
+
+--- src/netpgp/netpgp.1.orig   2014-02-17 07:23:18.000000000 +0000
++++ src/netpgp/netpgp.1
+@@ -203,7 +203,7 @@ library.
+ In addition to one of the preceding commands, a number of qualifiers
+ or options may be given.
+ .Bl -tag -width Ar
+-.It Fl Fl armour , Fl armor
++.It Fl Fl armour , Fl Fl armor
+ This option, however it is spelled, wraps the signature as an
+ ASCII-encoded piece of text, for ease of use.
+ .It Fl Fl cipher Ar ciphername
+@@ -216,7 +216,7 @@ access to the cipher used.
+ The default cipher algorithm is the
+ .Dq CAST5
+ algorithm.
+-.It Fl Fl detached
++.It Fl Fl detach , Fl Fl detached
+ When signing a file, place the resulting signature in a separate
+ file from the one being signed.
+ .It Fl Fl hash-alg Ar hash-algorithm



Home | Main Index | Thread Index | Old Index