Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,7 +1,15 @@
# $NetBSD: Makefile,v 1.35 2013/02/01 22:21:12 wiz Exp $
# $NetBSD: Makefile,v 1.40 2014/01/01 11:52:33 wiz Exp $
#
# The following packages use the same distfile, even if they
# currently do not use a common Makefile fragment. Please look at
# them when updating this package
# pkgsrc/security/pinentry-gtk
# pkgsrc/security/pinentry-gtk2
# pkgsrc/security/pinentry-qt
# pkgsrc/security/pinentry-qt4
DISTNAME= pinentry-0.8.2
DISTNAME= pinentry-0.8.3
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
EXTRACT_SUFX= .tar.bz2
@@ -9,6 +17,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/
COMMENT= Applications for entering PINs or Passphrases
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}

View File

@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.10 2012/08/15 17:47:56 drochner Exp $
$NetBSD: distinfo,v 1.13 2013/07/04 17:04:58 wiz Exp $
SHA1 (pinentry-0.8.2.tar.bz2) = eeee9e80ea02f63bdac1cb03eb1785ab2cd57f90
RMD160 (pinentry-0.8.2.tar.bz2) = 955b70a8a88aac2b5e9d1392c626324cc5fb48e4
Size (pinentry-0.8.2.tar.bz2) = 428514 bytes
SHA1 (patch-aa) = cd30ad4f3a3737687dc5786ebd861ef3b17c600e
SHA1 (pinentry-0.8.3.tar.bz2) = fc0efe5d375568f90ddbb23ee68e173411a49d4a
RMD160 (pinentry-0.8.3.tar.bz2) = c081810a8cb7a281098625b3ac621ae3ae2acf7b
Size (pinentry-0.8.3.tar.bz2) = 430753 bytes

View File

@@ -1,16 +0,0 @@
$NetBSD: patch-aa,v 1.3 2010/02/22 17:19:09 drochner Exp $
--- pinentry/pinentry-curses.c.orig 2009-04-16 15:06:53.000000000 +0000
+++ pinentry/pinentry-curses.c
@@ -819,8 +819,10 @@ dialog_run (pinentry_t pinentry, const c
if (pin_utf8)
{
pinentry_setbufferlen (pinentry, strlen (pin_utf8) + 1);
- if (pinentry->pin)
+ if (pinentry->pin) {
strcpy (pinentry->pin, pin_utf8);
+ diag.pin_len = strlen (pin_utf8);
+ }
secmem_free (pin_utf8);
pinentry->locale_err = 0;
}