Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.18 2014/02/13 18:12:36 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2015/06/29 11:06:49 ryoon Exp $
|
||||
|
||||
DISTNAME= epg-0.0.16
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= security mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/29289/}
|
||||
MASTER_SITES= ${MASTER_SITE_OSDN:=epg/29289/}
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://www.easypg.org/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.556 2015/06/14 07:28:43 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.561 2015/08/23 14:21:43 leot Exp $
|
||||
#
|
||||
|
||||
COMMENT= Security tools
|
||||
@@ -88,6 +88,7 @@ SUBDIR+= gnu-pw-mgr
|
||||
SUBDIR+= gnupg
|
||||
SUBDIR+= gnupg-pkcs11-scd
|
||||
SUBDIR+= gnupg2
|
||||
SUBDIR+= gnupg21
|
||||
SUBDIR+= gnutls
|
||||
SUBDIR+= go-oauth2
|
||||
SUBDIR+= google-authenticator
|
||||
@@ -98,7 +99,6 @@ SUBDIR+= gpgme
|
||||
SUBDIR+= gpshell
|
||||
SUBDIR+= gsasl
|
||||
SUBDIR+= gss
|
||||
SUBDIR+= gtk-systrace
|
||||
SUBDIR+= guardtime
|
||||
SUBDIR+= hackbot
|
||||
SUBDIR+= hashcash
|
||||
@@ -356,6 +356,7 @@ SUBDIR+= py-asn1
|
||||
SUBDIR+= py-asn1-modules
|
||||
SUBDIR+= py-backports.ssl_match_hostname
|
||||
SUBDIR+= py-bcrypt
|
||||
SUBDIR+= py-certifi
|
||||
SUBDIR+= py-crack
|
||||
SUBDIR+= py-cryptkit
|
||||
SUBDIR+= py-crypto
|
||||
@@ -469,7 +470,6 @@ SUBDIR+= stegtunnel
|
||||
SUBDIR+= stud
|
||||
SUBDIR+= stunnel
|
||||
SUBDIR+= sudo
|
||||
SUBDIR+= systrace-policies
|
||||
SUBDIR+= tacshell
|
||||
SUBDIR+= tcl-tls
|
||||
SUBDIR+= tcp_wrappers
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.15 2015/06/12 10:51:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:27 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= antonym-1.9
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym
|
||||
COMMENT= Anonymous nymserver account maintenance tool
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
||||
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
||||
DEPENDS+= pgp-2.*:../../security/pgp2
|
||||
|
||||
WRKSRC= ${WRKDIR}/antonym
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2015/05/20 21:57:10 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
DISTNAME= Botan-1.11.16
|
||||
PKGNAME= ${DISTNAME:tl}
|
||||
@@ -42,6 +42,10 @@ PLIST.x86= yes
|
||||
PLIST.x86= yes
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
MAKE_FLAGS+= USER_APP_LINKS_TO=-lnsl
|
||||
.endif
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/05/14 18:39:24 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2015/09/13 02:29:48 joerg Exp $
|
||||
bin/botan
|
||||
include/botan-1.11/botan/adler32.h
|
||||
include/botan-1.11/botan/aead.h
|
||||
@@ -202,7 +202,7 @@ include/botan-1.11/botan/serpent.h
|
||||
include/botan-1.11/botan/serp_simd.h
|
||||
include/botan-1.11/botan/sha160.h
|
||||
${PLIST.x86}include/botan-1.11/botan/sha1_sse2.h
|
||||
${PLIST.x86}include/botan-1.11/botan/sha1_x86_64.h
|
||||
${PLIST.x86_64}include/botan-1.11/botan/sha1_x86_64.h
|
||||
include/botan-1.11/botan/sha2_32.h
|
||||
include/botan-1.11/botan/sha2_64.h
|
||||
include/botan-1.11/botan/siphash.h
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
$NetBSD: distinfo,v 1.5 2015/05/20 21:57:10 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
SHA1 (Botan-1.11.16.tgz) = 7214da75a638a7b4a233aca4eccd94d8c688fd52
|
||||
RMD160 (Botan-1.11.16.tgz) = 7b82dd41243b7bb53d3d667db58afd7e2f948871
|
||||
Size (Botan-1.11.16.tgz) = 2843785 bytes
|
||||
SHA1 (patch-src_build-data_arch_arm.txt) = 977a5917ee94e1bafb50f467e99d0f6e1e561ec9
|
||||
SHA1 (patch-src_lib_alloc_locking__allocator_locking__allocator.cpp) = dd051c7707d99bef32dd0f822cac0926a9f61141
|
||||
SHA1 (patch-src_build-data_makefile_header.in) = 517fbad5ef23dbda56759b80fb4981f04db20d8a
|
||||
SHA1 (patch-src_lib_alloc_locking__allocator_locking__allocator.cpp) = a3cf1a6433ba04a4ff9dc52d04239f65c2f03916
|
||||
SHA1 (patch-src_lib_pubkey_mce_gf2m__small__m.cpp) = b0cbb16f0a6ded2f907aae0281b9e39f984ee968
|
||||
SHA1 (patch-src_lib_utils_read__cfg.cpp) = 026ca2ef8782e6caa960f3af15e6442c1ecef6d2
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_build-data_makefile_header.in,v 1.3 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
--- src/build-data/makefile/header.in.orig 2015-08-23 22:18:08.463841376 +0000
|
||||
+++ src/build-data/makefile/header.in
|
||||
@@ -9,7 +9,7 @@ SO_OBJ_FLAGS = %{shared_flags}
|
||||
LIB_LINK_CMD = %{so_link}
|
||||
|
||||
LIB_LINKS_TO = %{link_to}
|
||||
-APP_LINKS_TO = $(LIB_LINKS_TO)
|
||||
+APP_LINKS_TO = $(LIB_LINKS_TO) $(USER_APP_LINKS_TO)
|
||||
TEST_LINKS_TO = $(LIB_LINKS_TO)
|
||||
|
||||
LIB_FLAGS = $(SO_OBJ_FLAGS) $(LANG_FLAGS) $(LIB_OPT) $(WARN_FLAGS)
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.3 2015/05/20 21:57:10 joerg Exp $
|
||||
$NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.4 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
--- src/lib/alloc/locking_allocator/locking_allocator.cpp.orig 2015-05-19 20:33:25.000000000 +0000
|
||||
--- src/lib/alloc/locking_allocator/locking_allocator.cpp.orig 2015-03-30 02:14:22.000000000 +0000
|
||||
+++ src/lib/alloc/locking_allocator/locking_allocator.cpp
|
||||
@@ -8,6 +8,7 @@
|
||||
@@ -8,10 +8,14 @@
|
||||
#include <botan/locking_allocator.h>
|
||||
#include <botan/mem_ops.h>
|
||||
#include <algorithm>
|
||||
@@ -10,3 +10,41 @@ $NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.3 201
|
||||
#include <string>
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <sys/resource.h>
|
||||
+#ifdef __sun
|
||||
+#include <priv.h>
|
||||
+#endif
|
||||
|
||||
namespace Botan {
|
||||
|
||||
@@ -25,6 +31,7 @@ const size_t ALIGNMENT_MULTIPLE = 2;
|
||||
|
||||
size_t reset_mlock_limit(size_t max_req)
|
||||
{
|
||||
+#ifdef RLIMIT_MEMLOCK
|
||||
struct rlimit limits;
|
||||
::getrlimit(RLIMIT_MEMLOCK, &limits);
|
||||
|
||||
@@ -36,6 +39,22 @@ size_t reset_mlock_limit(size_t max_req)
|
||||
}
|
||||
|
||||
return std::min<size_t>(limits.rlim_cur, max_req);
|
||||
+#elif defined(__sun)
|
||||
+ priv_set_t *priv_set = priv_allocset();
|
||||
+ if (priv_set == nullptr)
|
||||
+ return 0;
|
||||
+ bool can_mlock = false;
|
||||
+
|
||||
+ if(getppriv(PRIV_EFFECTIVE, priv_set) == 0)
|
||||
+ can_mlock = priv_ismember(priv_set, PRIV_PROC_LOCK_MEMORY);
|
||||
+
|
||||
+ priv_freeset(priv_set);
|
||||
+
|
||||
+ /* XXX how to obtain the real limit? */
|
||||
+ return can_mlock ? std::min<size_t>(512 * 1024, max_req) : 0;
|
||||
+#else
|
||||
+ return 0;
|
||||
+#endif
|
||||
}
|
||||
|
||||
size_t mlock_limit()
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
$NetBSD: patch-src_lib_pubkey_mce_gf2m__small__m.cpp,v 1.1 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
--- src/lib/pubkey/mce/gf2m_small_m.cpp.orig 2015-08-23 21:58:46.266355850 +0000
|
||||
+++ src/lib/pubkey/mce/gf2m_small_m.cpp
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <botan/gf2m_small_m.h>
|
||||
#include <botan/code_based_util.h>
|
||||
#include <string>
|
||||
+#include <stdexcept>
|
||||
|
||||
namespace Botan {
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
$NetBSD: patch-src_lib_utils_read__cfg.cpp,v 1.1 2015/09/13 02:31:22 joerg Exp $
|
||||
|
||||
--- src/lib/utils/read_cfg.cpp.orig 2015-08-23 22:01:34.263572670 +0000
|
||||
+++ src/lib/utils/read_cfg.cpp
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include <botan/parsing.h>
|
||||
+#include <stdexcept>
|
||||
|
||||
namespace Botan {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.36 2015/06/12 10:51:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2015/08/14 20:07:34 wiz Exp $
|
||||
|
||||
VERSION= 2.0
|
||||
VERSION= 2.1
|
||||
DISTNAME= signing-party_${VERSION}.orig
|
||||
PKGNAME= caff-${VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.23 2015/04/19 18:41:48 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.24 2015/08/14 20:07:34 wiz Exp $
|
||||
|
||||
SHA1 (signing-party_2.0.orig.tar.gz) = 110fdd81e99e92ae1e27015105ca4a4d7d0be166
|
||||
RMD160 (signing-party_2.0.orig.tar.gz) = 6d1bda32cd549a9c17d18e3cf3f4793153c00d57
|
||||
Size (signing-party_2.0.orig.tar.gz) = 236249 bytes
|
||||
SHA1 (signing-party_2.1.orig.tar.gz) = 021161fbb3365ded4a9c9bee0eacc870300863bd
|
||||
RMD160 (signing-party_2.1.orig.tar.gz) = d50a5f1e9c366d0102341e38fd4606a228d13737
|
||||
Size (signing-party_2.1.orig.tar.gz) = 237478 bytes
|
||||
SHA1 (patch-keyanalyze_pgpring_configure.in) = 970a31b75721abb885cd6d7af3bad8efc73c11a2
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.20 2015/06/12 10:51:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2015/09/07 19:16:21 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ccid-1.4.18
|
||||
PKGREVISION= 1
|
||||
DISTNAME= ccid-1.4.20
|
||||
CATEGORIES= security
|
||||
# Note that the MASTER_SITES URL is not stable with version changes,
|
||||
# and one can end up with an old version if DISTNAME is changed but
|
||||
# not the magic number in MASTER_SITES.
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4111/
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4140/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.12 2014/10/01 16:24:57 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.13 2015/09/07 19:16:21 gdt Exp $
|
||||
|
||||
SHA1 (ccid-1.4.18.tar.bz2) = e739fe13c6d38f503d142dd1c4f0eadacc603284
|
||||
RMD160 (ccid-1.4.18.tar.bz2) = d350491fbe2292e7435fb110e99fef0037471a4b
|
||||
Size (ccid-1.4.18.tar.bz2) = 492113 bytes
|
||||
SHA1 (ccid-1.4.20.tar.bz2) = c77b98b1aa7fdac80ed993e0d87623daf3872ca1
|
||||
RMD160 (ccid-1.4.20.tar.bz2) = fe5d140a7d9a4dcd13f47f1a43b16a78cc51fb28
|
||||
Size (ccid-1.4.20.tar.bz2) = 567553 bytes
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.24 2015/05/20 21:15:26 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:01 wiz Exp $
|
||||
|
||||
DISTNAME= clamav-${CLAMAV_VERSION}
|
||||
#PKGREVISION= 2
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/12/24 07:11:05 kefren Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2015/08/18 07:31:01 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= clamav
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= clamav
|
||||
CLAMAV_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.clamav+= clamav>=0.95.3nb1
|
||||
BUILDLINK_ABI_DEPENDS.clamav+= clamav>=0.95.3nb2
|
||||
BUILDLINK_ABI_DEPENDS.clamav+= clamav>=0.98.7nb2
|
||||
BUILDLINK_PKGSRCDIR.clamav?= ../../security/clamav
|
||||
|
||||
.include "../../archivers/bzip2/buildlink3.mk"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/08/12 18:16:12 gls Exp $
|
||||
|
||||
DISTNAME= App-ClusterSSH-4.01_05
|
||||
DISTNAME= App-ClusterSSH-4.03_06
|
||||
PKGNAME= p5-${DISTNAME:S/_/./}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/
|
||||
|
||||
@@ -16,8 +15,11 @@ DEPENDS+= p5-Tk>=804.030:../../x11/p5-Tk
|
||||
DEPENDS+= p5-X11-Protocol>=0.56:../../x11/p5-X11-Protocol
|
||||
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny
|
||||
|
||||
BUILD_DEPENDS+= p5-CPAN-Changes>=0.400002:../../devel/p5-CPAN-Changes
|
||||
BUILD_DEPENDS+= p5-File-Which>=1.09:../../devel/p5-File-Which
|
||||
BUILD_DEPENDS+= p5-File-Slurp>=9999.19:../../devel/p5-File-Slurp
|
||||
BUILD_DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
|
||||
BUILD_DEPENDS+= p5-Test-Differences>=0.6300:../../devel/p5-Test-Differences
|
||||
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
|
||||
BUILD_DEPENDS+= p5-Test-Trap>=0.2.1:../../devel/p5-Test-Trap
|
||||
BUILD_DEPENDS+= p5-Test-Pod>=1.45:../../devel/p5-Test-Pod
|
||||
@@ -26,6 +28,13 @@ BUILD_DEPENDS+= p5-Test-DistManifest>=1.012:../../devel/p5-Test-DistManifest
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/App/ClusterSSH/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= perl
|
||||
|
||||
REPLACE_PERL+= bin_PL/ccon
|
||||
REPLACE_PERL+= bin_PL/crsh
|
||||
REPLACE_PERL+= bin_PL/cssh
|
||||
REPLACE_PERL+= bin_PL/ctel
|
||||
REPLACE_PERL+= t/external_cluster_command
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/31 16:54:10 imil Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/08/12 18:16:12 gls Exp $
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Base.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Cluster.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Config.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Getopt.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Helper.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Host.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/L10N.pm
|
||||
@@ -10,7 +11,6 @@ ${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/L10N/en.pm
|
||||
${PERL5_SUB_INSTALLVENDORARCH}/auto/App/ClusterSSH/.packlist
|
||||
${PERL5_SUB_INSTALLVENDORBIN}/ccon
|
||||
${PERL5_SUB_INSTALLVENDORBIN}/crsh
|
||||
${PERL5_SUB_INSTALLVENDORBIN}/cscp
|
||||
${PERL5_SUB_INSTALLVENDORBIN}/cssh
|
||||
${PERL5_SUB_INSTALLVENDORBIN}/ctel
|
||||
${PERL5_SUB_INSTALLVENDORMAN1DIR}/ccon.1
|
||||
@@ -21,6 +21,7 @@ ${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Base.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Cluster.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Config.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Getopt.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Helper.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Host.3
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::L10N.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/08/06 19:26:00 gls Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/08/12 18:16:12 gls Exp $
|
||||
|
||||
SHA1 (App-ClusterSSH-4.01_05.tar.gz) = 705b87ae2faa333c96e4808a2a65c9736bc93a1b
|
||||
RMD160 (App-ClusterSSH-4.01_05.tar.gz) = 86cb73cb674ce1911f34f9b27104ab475b37e93c
|
||||
Size (App-ClusterSSH-4.01_05.tar.gz) = 71502 bytes
|
||||
SHA1 (App-ClusterSSH-4.03_06.tar.gz) = 7edb0a5deb414d43eb43772caf23f30ed38692e9
|
||||
RMD160 (App-ClusterSSH-4.03_06.tar.gz) = 2b30cf046232eb7d3123c0a99c2654f9f05d183a
|
||||
Size (App-ClusterSSH-4.03_06.tar.gz) = 81476 bytes
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
# $NetBSD: Makefile.common,v 1.9 2014/07/22 09:47:37 manu Exp $
|
||||
# $NetBSD: Makefile.common,v 1.10 2015/08/07 11:16:16 wiz Exp $
|
||||
#
|
||||
# used by security/cy2-saml/Makefile
|
||||
# used by security/pam-saml/Makefile
|
||||
|
||||
DISTNAME= crudesaml-1.4
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.9 2012/03/01 16:27:57 hans Exp $
|
||||
$NetBSD: distinfo,v 1.10 2015/07/09 11:49:44 jperkin Exp $
|
||||
|
||||
SHA1 (destroy-20040415.tar.gz) = c2a24155858e9236c8cba2bb5f45687d778b1fde
|
||||
RMD160 (destroy-20040415.tar.gz) = b1132ee8c226b6239c1da5591081d9fbccb9c284
|
||||
Size (destroy-20040415.tar.gz) = 4261 bytes
|
||||
SHA1 (patch-Makefile) = 04d541387a969b2f96342699bb97ae9bb1148aca
|
||||
SHA1 (patch-aa) = b7447b4c3abc553594b8dab779037086e1572c03
|
||||
SHA1 (patch-Makefile) = d0dcf65e23697631a190789993f12c5dac05f8f6
|
||||
SHA1 (patch-aa) = 8f306959799a0b988d6260cda49f229bb0f9b4fa
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
$NetBSD: patch-Makefile,v 1.1 2012/03/01 16:27:57 hans Exp $
|
||||
$NetBSD: patch-Makefile,v 1.2 2015/07/09 11:49:44 jperkin Exp $
|
||||
|
||||
--- Makefile.orig 2012-03-01 16:16:00.542669085 +0100
|
||||
+++ Makefile 2004-04-15 17:19:49.000000000 +0200
|
||||
Append CPPFLAGS and LIBS.
|
||||
|
||||
--- Makefile.orig 2004-04-15 15:19:49.000000000 +0000
|
||||
+++ Makefile
|
||||
@@ -14,4 +14,4 @@ CFLAGS?= ${CFLAGS}
|
||||
LDFLAGS?=
|
||||
|
||||
|
||||
@@ -1,8 +1,23 @@
|
||||
$NetBSD: patch-aa,v 1.3 2005/11/01 18:52:45 tv Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2015/07/09 11:49:44 jperkin Exp $
|
||||
|
||||
--- destroy.c.orig 2004-04-15 11:21:38.000000000 -0400
|
||||
Use nbcompat.
|
||||
|
||||
--- destroy.c.orig 2004-04-15 15:21:38.000000000 +0000
|
||||
+++ destroy.c
|
||||
@@ -196,6 +196,7 @@ void traverse(char **argv, int fflag, in
|
||||
@@ -43,7 +43,12 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
+#if defined(HAVE_NBCOMPAT_H)
|
||||
+#include <nbcompat.h>
|
||||
+#include <nbcompat/fts.h>
|
||||
+#else
|
||||
#include <fts.h>
|
||||
+#endif
|
||||
|
||||
#define MAXBUFFSIZE 8192
|
||||
|
||||
@@ -196,6 +201,7 @@ void traverse(char **argv, int fflag, in
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -10,7 +25,7 @@ $NetBSD: patch-aa,v 1.3 2005/11/01 18:52:45 tv Exp $
|
||||
case S_IFWHT: /* whiteout */
|
||||
if(fflag) {
|
||||
if(!qflag) {
|
||||
@@ -206,6 +207,7 @@ void traverse(char **argv, int fflag, in
|
||||
@@ -206,6 +212,7 @@ void traverse(char **argv, int fflag, in
|
||||
fprintf(stderr, "Whiteout: \t %s \t Skipping... no '-f' flag set!\n", p->fts_accpath);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.52 2015/03/11 01:31:02 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2015/07/05 00:00:11 ryoon Exp $
|
||||
|
||||
DISTNAME= dirmngr-1.1.1
|
||||
CATEGORIES= security
|
||||
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnupg.org/aegypten2/
|
||||
COMMENT= X509 certificate and CRL downloader
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
CONFLICTS= gnupg2-2.1.[0-9]*
|
||||
|
||||
DIRMNGR_USER?= dirmngr
|
||||
DIRMNGR_GROUP?= dirmngr
|
||||
PKG_GROUPS= ${DIRMNGR_GROUP}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/06/01 12:57:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/21 15:20:33 wiz Exp $
|
||||
|
||||
DISTNAME= gnu-pw-mgr-1.4
|
||||
DISTNAME= gnu-pw-mgr-1.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnu.org/gnu/gnu-pw-mgr/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/06/01 12:57:14 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/08/21 15:20:33 wiz Exp $
|
||||
|
||||
SHA1 (gnu-pw-mgr-1.4.tar.gz) = b9bb480a343aaa565ba3b06d61ed433ed0e8b11b
|
||||
RMD160 (gnu-pw-mgr-1.4.tar.gz) = d207c289e0d8e486c88f814b5f7cf87c828de701
|
||||
Size (gnu-pw-mgr-1.4.tar.gz) = 1154362 bytes
|
||||
SHA1 (gnu-pw-mgr-1.5.tar.gz) = a5c372bef293a6aa24718c61e6a3c12c946426d7
|
||||
RMD160 (gnu-pw-mgr-1.5.tar.gz) = 94afb7b8e4abf46f6caa0e9a8c538cc300cf9fe2
|
||||
Size (gnu-pw-mgr-1.5.tar.gz) = 1156033 bytes
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:32 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/08/23 14:30:40 wiz Exp $
|
||||
#
|
||||
|
||||
VERSION= 0.7.0
|
||||
DISTNAME= gnupg-pkcs11-scd-${VERSION}
|
||||
PKGREVISION= 6
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupg-pkcs11/gnupg-pkcs11-scd/${VERSION}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.60 2015/06/16 13:41:23 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.63 2015/09/09 18:15:34 wiz Exp $
|
||||
|
||||
DISTNAME= gnupg-2.0.28
|
||||
DISTNAME= gnupg-2.0.29
|
||||
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
|
||||
@@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.gnupg.org/
|
||||
COMMENT= GNUpg with OpenPGP and S/MIME capabilities
|
||||
COMMENT= GnuPG with OpenPGP and S/MIME capabilities
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
INFO_FILES= yes
|
||||
@@ -31,6 +31,8 @@ CONFIGURE_ENV+= gl_cv_absolute_stdint_h=/usr/include/stdint.h
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
DEPENDS+= pinentry-[0-9]*:../../security/pinentry
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../archivers/bzip2/buildlink3.mk"
|
||||
@@ -47,6 +49,5 @@ BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.4
|
||||
.include "../../security/libgpg-error/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libksba+= libksba>=1.0.2
|
||||
.include "../../security/libksba/buildlink3.mk"
|
||||
.include "../../security/pinentry/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.35 2015/06/03 21:00:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.36 2015/09/09 18:15:34 wiz Exp $
|
||||
|
||||
SHA1 (gnupg-2.0.28.tar.bz2) = 9a1050f72b6c9afe2b4a0a3f2e9dca2abba8e4ef
|
||||
RMD160 (gnupg-2.0.28.tar.bz2) = ba35deebf89284f5e2debc0bd82b229f594d0306
|
||||
Size (gnupg-2.0.28.tar.bz2) = 4435779 bytes
|
||||
SHA1 (patch-ai) = 4445d30150518f71f996e3b368a81523daded2e2
|
||||
SHA1 (patch-aj) = bfd21504e0d55f99df543912b1cdf2c573de2f98
|
||||
SHA1 (patch-al) = ef7c698ed102c4e27bbf707ae5d1fce4c2b5d8d4
|
||||
SHA1 (patch-ao) = 2f91b33271d5e79d48b392cc58978da08ee46e8a
|
||||
SHA1 (gnupg-2.0.29.tar.bz2) = 87eb0df18f9953675f979405a1af10ab6c5322b3
|
||||
RMD160 (gnupg-2.0.29.tar.bz2) = 364388c339b4bb9bb040ddbcbe3fa4d66ec62cb5
|
||||
Size (gnupg-2.0.29.tar.bz2) = 4416251 bytes
|
||||
SHA1 (patch-ao) = b0d0dfb9234ec332f826e3c93008c2fbb1c955f5
|
||||
SHA1 (patch-tools_gpgkey2ssh.c) = 38ccb1980d6248b11316ccc49cd3dda06bab0d3b
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
$NetBSD: patch-ai,v 1.4 2011/01/20 08:54:56 adam Exp $
|
||||
|
||||
--- autogen.sh.orig 2007-06-22 10:18:30.000000000 -0600
|
||||
+++ autogen.sh
|
||||
@@ -184,9 +184,9 @@ fi
|
||||
if check_version $AUTOMAKE $automake_vers_num $automake_vers; then
|
||||
check_version $ACLOCAL $automake_vers_num $autoconf_vers automake
|
||||
fi
|
||||
-if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
|
||||
- check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext
|
||||
-fi
|
||||
+#if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
|
||||
+# check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext
|
||||
+#fi
|
||||
|
||||
if test "$DIE" = "yes"; then
|
||||
cat <<EOF
|
||||
@@ -1,13 +0,0 @@
|
||||
$NetBSD: patch-aj,v 1.3 2011/01/20 08:54:56 adam Exp $
|
||||
|
||||
--- po/Makefile.in.in.orig 2007-05-07 11:56:51.000000000 -0600
|
||||
+++ po/Makefile.in.in
|
||||
@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
|
||||
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
|
||||
# versions, $(mkinstalldirs) and $(install_sh) are unused.
|
||||
-mkinstalldirs = $(SHELL) @install_sh@ -d
|
||||
+mkinstalldirs = @install_sh@ -d
|
||||
install_sh = $(SHELL) @install_sh@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
mkdir_p = @mkdir_p@
|
||||
@@ -1,17 +0,0 @@
|
||||
$NetBSD: patch-al,v 1.1 2009/12/18 17:49:51 drochner Exp $
|
||||
|
||||
--- g10/seckey-cert.c.orig 2009-08-06 17:32:40.000000000 +0000
|
||||
+++ g10/seckey-cert.c
|
||||
@@ -209,6 +209,12 @@ do_check( PKT_secret_key *sk, const char
|
||||
csum += checksum (buffer, ndata);
|
||||
gcry_mpi_release (sk->skey[i]);
|
||||
|
||||
+/* http://www.kfwebs.net/articles/article/42/GnuPG-2.0---IDEA-support */
|
||||
+ if (sk->protect.algo == CIPHER_ALGO_IDEA) {
|
||||
+ buffer[0] = 0;
|
||||
+ buffer[1] = 0;
|
||||
+ }
|
||||
+
|
||||
err = gcry_mpi_scan( &sk->skey[i], GCRYMPI_FMT_PGP,
|
||||
buffer, ndata, &ndata );
|
||||
xfree (buffer);
|
||||
@@ -1,7 +1,8 @@
|
||||
$NetBSD: patch-ao,v 1.3 2011/05/05 08:55:23 adam Exp $
|
||||
$NetBSD: patch-ao,v 1.4 2015/09/09 18:15:34 wiz Exp $
|
||||
|
||||
gpg-zip script will not be installed, so man page also should not be installed.
|
||||
If will introduce conflict with security/gnupg.
|
||||
https://bugs.gnupg.org/gnupg/issue2095
|
||||
|
||||
--- doc/Makefile.in.orig 2010-07-19 07:05:40.000000000 +0000
|
||||
+++ doc/Makefile.in
|
||||
@@ -14,12 +15,3 @@ If will introduce conflict with security/gnupg.
|
||||
|
||||
man_MANS = $(myman_pages)
|
||||
noinst_MANS = gnupg.7
|
||||
@@ -905,7 +905,7 @@ uninstall-man: uninstall-man1 uninstall-
|
||||
|
||||
|
||||
yat2m: yat2m.c
|
||||
- $(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
|
||||
+ $(CC_FOR_BUILD) $(CPPFLAGS) -o $@ $(srcdir)/yat2m.c
|
||||
|
||||
.fig.png:
|
||||
fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
|
||||
|
||||
9
security/gnupg21/DESCR
Normal file
9
security/gnupg21/DESCR
Normal file
@@ -0,0 +1,9 @@
|
||||
GnuPG-2 provides several utilities that are used by mail clients,
|
||||
such as Kmail and Balsa, including OpenPGP and S/MIME support.
|
||||
GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.5) in that
|
||||
it splits up functionality into several modules. However, both
|
||||
versions may be installed alongside without any conflict. In fact,
|
||||
the gpg version from GnuPG-1 is able to make use of the gpg-agent as
|
||||
included in GnuPG-2 and allows for seamless passphrase caching. The
|
||||
advantage of GnuPG-1 is its smaller size and the lack of dependency on
|
||||
other modules at run and build time.
|
||||
33
security/gnupg21/Makefile
Normal file
33
security/gnupg21/Makefile
Normal file
@@ -0,0 +1,33 @@
|
||||
# $NetBSD: Makefile,v 1.6 2015/07/15 20:45:58 szptvlfn Exp $
|
||||
|
||||
DISTNAME= gnupg-2.1.6
|
||||
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= ada@netbsdfr.org
|
||||
HOMEPAGE= https://www.gnupg.org/
|
||||
COMMENT= GnuPG with OpenPGP and S/MIME capabilities
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= pinentry-[0-9]*:../../security/pinentry
|
||||
|
||||
CONFLICTS= dirmngr-[0-9]*
|
||||
|
||||
BUILD_DEFS+= VARBASE
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake pkg-config makeinfo
|
||||
USE_LIBTOOL= yes
|
||||
INFO_FILES= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.16
|
||||
.include "../../security/libgpg-error/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.1.0
|
||||
.include "../../security/libassuan2/buildlink3.mk"
|
||||
.include "../../security/libksba/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.npth+= npth>=0.91
|
||||
.include "../../devel/npth/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
114
security/gnupg21/PLIST
Normal file
114
security/gnupg21/PLIST
Normal file
@@ -0,0 +1,114 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/07/04 05:26:21 ryoon Exp $
|
||||
bin/dirmngr
|
||||
bin/dirmngr-client
|
||||
bin/g13
|
||||
bin/gpg-agent
|
||||
bin/gpg-connect-agent
|
||||
bin/gpg2
|
||||
bin/gpgconf
|
||||
bin/gpgkey2ssh
|
||||
bin/gpgparsemail
|
||||
bin/gpgsm
|
||||
bin/gpgsm-gencert.sh
|
||||
bin/gpgtar
|
||||
bin/gpgv2
|
||||
bin/kbxutil
|
||||
bin/watchgnupg
|
||||
info/gnupg.info
|
||||
libexec/dirmngr_ldap
|
||||
libexec/gpg-check-pattern
|
||||
libexec/gpg-preset-passphrase
|
||||
libexec/gpg-protect-tool
|
||||
libexec/scdaemon
|
||||
man/man1/dirmngr-client.1
|
||||
man/man1/gpg-agent.1
|
||||
man/man1/gpg-connect-agent.1
|
||||
man/man1/gpg-preset-passphrase.1
|
||||
man/man1/gpg2.1
|
||||
man/man1/gpgconf.1
|
||||
man/man1/gpgparsemail.1
|
||||
man/man1/gpgsm-gencert.sh.1
|
||||
man/man1/gpgsm.1
|
||||
man/man1/gpgv2.1
|
||||
man/man1/scdaemon.1
|
||||
man/man1/symcryptrun.1
|
||||
man/man1/watchgnupg.1
|
||||
man/man7/gnupg.7
|
||||
man/man8/addgnupghome.8
|
||||
man/man8/applygnupgdefaults.8
|
||||
man/man8/dirmngr.8
|
||||
sbin/addgnupghome
|
||||
sbin/applygnupgdefaults
|
||||
share/doc/gnupg/DCO
|
||||
share/doc/gnupg/DETAILS
|
||||
share/doc/gnupg/FAQ
|
||||
share/doc/gnupg/HACKING
|
||||
share/doc/gnupg/KEYSERVER
|
||||
share/doc/gnupg/OpenPGP
|
||||
share/doc/gnupg/README
|
||||
share/doc/gnupg/TRANSLATE
|
||||
share/doc/gnupg/examples/README
|
||||
share/doc/gnupg/examples/gpgconf.conf
|
||||
share/doc/gnupg/examples/pwpattern.list
|
||||
share/doc/gnupg/examples/scd-event
|
||||
share/doc/gnupg/examples/trustlist.txt
|
||||
share/gnupg/com-certs.pem
|
||||
share/gnupg/distsigkey.gpg
|
||||
share/gnupg/gpg-conf.skel
|
||||
share/gnupg/help.be.txt
|
||||
share/gnupg/help.ca.txt
|
||||
share/gnupg/help.cs.txt
|
||||
share/gnupg/help.da.txt
|
||||
share/gnupg/help.de.txt
|
||||
share/gnupg/help.el.txt
|
||||
share/gnupg/help.eo.txt
|
||||
share/gnupg/help.es.txt
|
||||
share/gnupg/help.et.txt
|
||||
share/gnupg/help.fi.txt
|
||||
share/gnupg/help.fr.txt
|
||||
share/gnupg/help.gl.txt
|
||||
share/gnupg/help.hu.txt
|
||||
share/gnupg/help.id.txt
|
||||
share/gnupg/help.it.txt
|
||||
share/gnupg/help.ja.txt
|
||||
share/gnupg/help.nb.txt
|
||||
share/gnupg/help.pl.txt
|
||||
share/gnupg/help.pt.txt
|
||||
share/gnupg/help.pt_BR.txt
|
||||
share/gnupg/help.ro.txt
|
||||
share/gnupg/help.ru.txt
|
||||
share/gnupg/help.sk.txt
|
||||
share/gnupg/help.sv.txt
|
||||
share/gnupg/help.tr.txt
|
||||
share/gnupg/help.txt
|
||||
share/gnupg/help.zh_CN.txt
|
||||
share/gnupg/help.zh_TW.txt
|
||||
share/gnupg/qualified.txt
|
||||
share/locale/ca/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/cs/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/da/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/de/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/el/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/en@quot/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/eo/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/es/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/et/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/fi/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/fr/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/gl/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/hu/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/id/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/it/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/ja/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/nb/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/pl/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/pt/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/ro/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/ru/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/sk/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/sv/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/tr/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/uk/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnupg2.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnupg2.mo
|
||||
6
security/gnupg21/distinfo
Normal file
6
security/gnupg21/distinfo
Normal file
@@ -0,0 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/07/04 05:26:21 ryoon Exp $
|
||||
|
||||
SHA1 (gnupg-2.1.6.tar.bz2) = 9e8157b3386da04760657ce3117fc4dc570c57c5
|
||||
RMD160 (gnupg-2.1.6.tar.bz2) = 42db712fe0669caf246dbf46aca429b392614e2b
|
||||
Size (gnupg-2.1.6.tar.bz2) = 4917722 bytes
|
||||
SHA1 (patch-doc_Makefile.in) = 1f5dc55c6751322e2a5436b0a66a530d231b4a75
|
||||
15
security/gnupg21/patches/patch-doc_Makefile.in
Normal file
15
security/gnupg21/patches/patch-doc_Makefile.in
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-doc_Makefile.in,v 1.1 2015/07/04 05:26:21 ryoon Exp $
|
||||
|
||||
* gpg-zip command is not installed. Rmove man page too.
|
||||
|
||||
--- doc/Makefile.in.orig 2015-07-01 12:17:03.000000000 +0000
|
||||
+++ doc/Makefile.in
|
||||
@@ -498,7 +498,7 @@ myman_sources = gnupg7.texi gpg.texi gpg
|
||||
myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 gpgv2.1 \
|
||||
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
|
||||
gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
|
||||
- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1 \
|
||||
+ gpgsm-gencert.sh.1 applygnupgdefaults.8 \
|
||||
dirmngr-client.1
|
||||
|
||||
man_MANS = $(myman_pages) gnupg.7
|
||||
@@ -1,7 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.155 2015/06/12 10:51:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.158 2015/09/14 00:29:45 mef Exp $
|
||||
|
||||
DISTNAME= gnutls-3.3.15
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gnutls-3.3.18
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@@ -58,7 +57,6 @@ post-install:
|
||||
.include "../../devel/gmp/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
|
||||
.include "../../security/libtasn1/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libnettle+= nettle<3
|
||||
.include "../../security/nettle/buildlink3.mk"
|
||||
# guile is useful for selftests, but bindings should be separate pkgs
|
||||
#.include "../../lang/guile/buildlink3.mk"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.29 2015/06/01 21:50:22 spz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.30 2015/08/23 14:30:35 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= gnutls
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnutls
|
||||
GNUTLS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.3.0
|
||||
BUILDLINK_ABI_DEPENDS.gnutls+= gnutls>=3.3.0
|
||||
BUILDLINK_ABI_DEPENDS.gnutls+= gnutls>=3.3.17.1nb1
|
||||
BUILDLINK_PKGSRCDIR.gnutls?= ../../security/gnutls
|
||||
|
||||
.include "../../archivers/lzo/buildlink3.mk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.115 2015/06/08 13:44:56 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.117 2015/09/14 00:29:45 mef Exp $
|
||||
|
||||
SHA1 (gnutls-3.3.15.tar.xz) = d7f66b0aeaf48ff8621cc1913230635ef672f0a4
|
||||
RMD160 (gnutls-3.3.15.tar.xz) = 0c812034b3b8356c31d69074ec92382545eb808b
|
||||
Size (gnutls-3.3.15.tar.xz) = 6286288 bytes
|
||||
SHA1 (gnutls-3.3.18.tar.xz) = c47b43e5b7c60133cac8de18ce7a6494e21b539a
|
||||
RMD160 (gnutls-3.3.18.tar.xz) = 76ccb9fb302284ac1ad4966bf76a8c6d9249c2ab
|
||||
Size (gnutls-3.3.18.tar.xz) = 6275948 bytes
|
||||
SHA1 (patch-ae) = 5e020483ac14ef6ccc45a53e351242ab16c860f1
|
||||
SHA1 (patch-gl_stdio.in.h) = 298cc0e27087f086e9d47c67f81c8d10f6a7a8f1
|
||||
SHA1 (patch-lib_Makefile.in) = d0e292e632a91a9f19e39bd2c2d205a086ba5588
|
||||
@@ -13,5 +13,5 @@ SHA1 (patch-src_libopts_compat_compat.h) = 240fbfc0ba20af35e0634ba873fe9e34bfbcc
|
||||
SHA1 (patch-src_libopts_libopts.c) = ce5e7681def882e95ed5ab770564d1f999b97039
|
||||
SHA1 (patch-src_libopts_makeshell.c) = e5b7d66caaec45e12ae5490d515fc9fc75de3d92
|
||||
SHA1 (patch-src_libopts_proto.h) = 78f845bdcbac8de74953a3cee0b77fa9c5b05386
|
||||
SHA1 (patch-tests_Makefile.in) = b76dfb38f057b9094a5f46eef33b27492a79301e
|
||||
SHA1 (patch-tests_Makefile.in) = a6505d834ac660ef6343c0ecdbff9f4aca324954
|
||||
SHA1 (patch-tests_openpgp-certs_Makefile.in) = 2e7074312e67d747bd0ecfa839187f8bf33f4f09
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
$NetBSD: patch-tests_Makefile.in,v 1.4 2015/06/04 09:43:53 jperkin Exp $
|
||||
$NetBSD: patch-tests_Makefile.in,v 1.5 2015/08/14 11:48:55 wiz Exp $
|
||||
|
||||
Disable dsa test. Hangs on NetBSD-6.99.28/amd64 in gnutls-3.8.2.1.
|
||||
Please retest during updates.
|
||||
|
||||
--- tests/Makefile.in.orig 2015-05-03 17:30:57.000000000 +0000
|
||||
--- tests/Makefile.in.orig 2015-08-09 19:26:53.000000000 +0000
|
||||
+++ tests/Makefile.in
|
||||
@@ -1151,7 +1151,7 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER)
|
||||
@@ -1160,7 +1160,7 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER)
|
||||
$(TEST_LOG_FLAGS)
|
||||
DIST_SUBDIRS = . rsa-md5-collision pkcs1-padding pkcs8-decode \
|
||||
pkcs12-decode userid cert-tests key-tests sha2 \
|
||||
- safe-renegotiation dsa scripts ecdsa slow dtls srp \
|
||||
+ safe-renegotiation scripts ecdsa slow dtls srp \
|
||||
openpgp-certs suite
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
am__relativize = \
|
||||
am__DIST_COMMON = $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/build-aux/depcomp \
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/05/11 13:27:16 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/09/13 14:34:25 bsiegert Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oauth2
|
||||
PKGNAME= go-${DISTNAME}-20150508
|
||||
PKGREVISION= 1
|
||||
GITHUB_PROJECT= ${DISTNAME}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.46 2015/04/25 14:24:48 tnn Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.47 2015/07/05 18:33:01 wiz Exp $
|
||||
|
||||
DISTNAME= gpa-0.7.0
|
||||
PKGREVISION= 27
|
||||
DISTNAME= gpa-0.9.7
|
||||
CATEGORIES= x11 security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pr@alles.prima.de
|
||||
HOMEPAGE= http://www.gnupg.org/related_software/gpa/
|
||||
COMMENT= GUI frontend to gnupg
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= YES
|
||||
@@ -20,5 +20,6 @@ CONFIGURE_ENV+= ac_cv_path_GPG=${GPGME_GPG:Q}
|
||||
|
||||
.include "../../devel/libgetopt/buildlink3.mk"
|
||||
.include "../../security/gpgme/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,13 +1,20 @@
|
||||
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:13:29 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2015/07/05 18:33:01 wiz Exp $
|
||||
bin/gpa
|
||||
share/gpa/gpa_tips.en
|
||||
share/gpa/gpa_tips.de
|
||||
share/gpa/gpa_logo.ppm
|
||||
man/man1/gpa.1
|
||||
share/applications/gpa.desktop
|
||||
share/gpa/gpa-logo.ppm
|
||||
share/gpa/gpa.png
|
||||
share/locale/ar/LC_MESSAGES/gpa.mo
|
||||
share/locale/cs/LC_MESSAGES/gpa.mo
|
||||
share/locale/de/LC_MESSAGES/gpa.mo
|
||||
share/locale/es/LC_MESSAGES/gpa.mo
|
||||
share/locale/fr/LC_MESSAGES/gpa.mo
|
||||
share/locale/ja/LC_MESSAGES/gpa.mo
|
||||
share/locale/nl/LC_MESSAGES/gpa.mo
|
||||
share/locale/pl/LC_MESSAGES/gpa.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gpa.mo
|
||||
share/locale/ru/LC_MESSAGES/gpa.mo
|
||||
share/locale/sv/LC_MESSAGES/gpa.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gpa.mo
|
||||
share/locale/tr/LC_MESSAGES/gpa.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gpa.mo
|
||||
share/pixmaps/gpa.png
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.6 2005/02/24 13:10:06 agc Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/07/05 18:33:01 wiz Exp $
|
||||
|
||||
SHA1 (gpa-0.7.0.tar.gz) = cdaf03fab206b91b7b425673c2526bf56a482419
|
||||
RMD160 (gpa-0.7.0.tar.gz) = 052349f75663c235e7f12aa3ac9e4a215535f8f1
|
||||
Size (gpa-0.7.0.tar.gz) = 647457 bytes
|
||||
SHA1 (gpa-0.9.7.tar.bz2) = 9eb07bcceeb986c7b6dbce8a18b82a2c344b50ce
|
||||
RMD160 (gpa-0.9.7.tar.bz2) = 82bc56336c23f66b8cb77ff50296360ad1a07d12
|
||||
Size (gpa-0.9.7.tar.bz2) = 734750 bytes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.74 2014/09/04 08:25:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.76 2015/08/27 03:39:20 mef Exp $
|
||||
|
||||
DISTNAME= gpgme-1.5.1
|
||||
DISTNAME= gpgme-1.6.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:13:29 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2015/07/05 18:26:44 wiz Exp $
|
||||
bin/gpgme-config
|
||||
bin/gpgme-tool
|
||||
include/gpgme.h
|
||||
info/gpgme.info
|
||||
lib/libgpgme-pthread.la
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
$NetBSD: distinfo,v 1.33 2014/09/04 08:25:55 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.35 2015/08/27 03:39:20 mef Exp $
|
||||
|
||||
SHA1 (gpgme-1.5.1.tar.bz2) = a91c258e79acf30ec86a667e07f835e5e79342d8
|
||||
RMD160 (gpgme-1.5.1.tar.bz2) = 395031d286486cf9622dd211ad2506546c415c02
|
||||
Size (gpgme-1.5.1.tar.bz2) = 964623 bytes
|
||||
SHA1 (gpgme-1.6.0.tar.bz2) = 21510323495f6220f8f67610c3c27a23d761d43d
|
||||
RMD160 (gpgme-1.6.0.tar.bz2) = 0ce3451911bba6dcce7b120f9c8387cd41e3f514
|
||||
Size (gpgme-1.6.0.tar.bz2) = 983573 bytes
|
||||
SHA1 (patch-aa) = dcea4fd232a8e3e3656ae9cf5319060a009f3c59
|
||||
SHA1 (patch-ac) = c7df3fc77834286ffcc675f4c55a19553bf2c2f1
|
||||
SHA1 (patch-ae) = 1259739c4690db656bc5b6113842b1d5c4623616
|
||||
SHA1 (patch-af) = 99787938b677f291a84eae57fa29be60890f444b
|
||||
SHA1 (patch-ag) = c45777a312bb5ed7f57852e9410270a4fafee9f8
|
||||
SHA1 (patch-ah) = 84c9ad8c0c0e16584261cbb9c92e3073ce94da48
|
||||
SHA1 (patch-aj) = 42e765b524767e880357c844235baabef1beedf4
|
||||
SHA1 (patch-aj) = 8464f57c871f055cfb6c83b1458e6906c625ca5b
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
$NetBSD: patch-aj,v 1.7 2013/05/03 16:36:05 drochner Exp $
|
||||
$NetBSD: patch-aj,v 1.8 2015/07/05 18:26:45 wiz Exp $
|
||||
|
||||
--- src/Makefile.in.orig 2013-05-01 12:18:06.000000000 +0000
|
||||
--- src/Makefile.in.orig 2015-06-08 13:03:50.000000000 +0000
|
||||
+++ src/Makefile.in
|
||||
@@ -551,7 +551,7 @@ libgpgme_pthread_la_LDFLAGS = $(no_undef
|
||||
@@ -632,7 +632,7 @@ libgpgme_pthread_la_LDFLAGS = \
|
||||
|
||||
libgpgme_pthread_la_DEPENDENCIES = @LTLIBOBJS@ $(srcdir)/libgpgme.vers
|
||||
libgpgme_pthread_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \
|
||||
- -lpthread @GPG_ERROR_LIBS@
|
||||
+ $(PTHREAD_LDFLAGS) $(PTHREAD_LIBS) @GPG_ERROR_LIBS@
|
||||
|
||||
@BUILD_W32_GLIB_TRUE@libgpgme_glib_la_LDFLAGS = $(no_undefined) \
|
||||
@BUILD_W32_GLIB_TRUE@ $(export_symbols) $(libgpgme_version_script_cmd) -version-info \
|
||||
@BUILD_W32_GLIB_TRUE@libgpgme_glib_la_LDFLAGS = \
|
||||
@BUILD_W32_GLIB_TRUE@ $(no_undefined) $(export_symbols) $(extra_ltoptions) \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.40 2014/02/12 23:18:32 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2015/08/23 14:30:40 wiz Exp $
|
||||
|
||||
DISTNAME= gsasl-1.8.0
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
|
||||
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
Systrace enforces system call policies for applications by constraining the
|
||||
application's access to the system. The policy is generated interactively.
|
||||
Operations not covered by the policy raise an alarm and allow an user to refine
|
||||
the currently configured policy.
|
||||
|
||||
For complicated applications, it is difficult to know the correct policy before
|
||||
running them. Initially, Systrace notifies the user about all system calls that
|
||||
an applications tries to execute. The user configures a policy for the specific
|
||||
system call that caused the warning. After a few minutes, a policy is generated
|
||||
that allows the application to run without any warnings. However, events that
|
||||
are not covered still generate a warning. Normally, that is an indication of a
|
||||
security problem. Systrace improves cyber security by providing intrusion
|
||||
prevention.
|
||||
|
||||
With systrace untrusted binary applications can be sandboxed. Their access to
|
||||
the system can be restricted almost arbitrarily. Sandboxing applications
|
||||
available only as binaries is only sensible as it is not possible to directly
|
||||
analyze what they are designed to do. However, constraining the system calls
|
||||
large open-source applications are allowed to execute is useful too as it is
|
||||
very difficult to determine their correctness.
|
||||
|
||||
System call arguments can be rewritten dynamically. This effects a virtual
|
||||
chroot for the sandboxed application. It also prevents race conditions in the
|
||||
argument evaluation.
|
||||
@@ -1,10 +0,0 @@
|
||||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2002/12/18 03:49:56 wiz Exp $
|
||||
|
||||
To use the GTK frontend with systrace, do
|
||||
|
||||
$ cd ${X11BASE}/bin && ln -s ${PREFIX}/bin/notification xsystrace
|
||||
|
||||
You might need to remove/backup a previously existing xsystrace there.
|
||||
|
||||
===========================================================================
|
||||
@@ -1,25 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.18 2012/10/23 18:16:29 asau Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtk-systrace-2002-12-01
|
||||
PKGNAME= gtk-systrace-20021201
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= security x11
|
||||
MASTER_SITES= http://www.citi.umich.edu/u/provos/systrace/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.citi.umich.edu/u/provos/systrace/index.html
|
||||
COMMENT= GTK interface to systrace(1)
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-9]*-*
|
||||
|
||||
WRKSRC= ${WRKDIR}/notification-0.1
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= automake
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && aclocal && autoheader && autoconf && automake -acf
|
||||
|
||||
.include "../../x11/gtk/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
@@ -1,8 +0,0 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:29 joerg Exp $
|
||||
bin/notification
|
||||
share/notification/pixmaps/deny-always.xpm
|
||||
share/notification/pixmaps/deny.xpm
|
||||
share/notification/pixmaps/logo.xpm
|
||||
share/notification/pixmaps/permit-always.xpm
|
||||
share/notification/pixmaps/permit.xpm
|
||||
share/notification/pixmaps/skull.xpm
|
||||
@@ -1,6 +0,0 @@
|
||||
$NetBSD: distinfo,v 1.3 2013/01/26 22:02:06 wiz Exp $
|
||||
|
||||
SHA1 (gtk-systrace-2002-12-01.tar.gz) = f59c9224ce6d1068feec7e5c1c03d65c2f65c1d1
|
||||
RMD160 (gtk-systrace-2002-12-01.tar.gz) = f0e70327ebeac920ab2d01cf2dedf385de8d4eac
|
||||
Size (gtk-systrace-2002-12-01.tar.gz) = 73110 bytes
|
||||
SHA1 (patch-configure.in) = 7e942fff755fa4e63eb43db758ad32e4588fd317
|
||||
@@ -1,19 +0,0 @@
|
||||
$NetBSD: patch-configure.in,v 1.1 2013/01/26 22:02:06 wiz Exp $
|
||||
|
||||
automake-1.13 compat.
|
||||
|
||||
--- configure.in.orig 2002-12-01 21:14:34.000000000 +0000
|
||||
+++ configure.in
|
||||
@@ -2,11 +2,10 @@ dnl Process this file with autoconf to p
|
||||
|
||||
AC_INIT(configure.in)
|
||||
AM_INIT_AUTOMAKE(notification, 0.1)
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AC_ISC_POSIX
|
||||
AC_PROG_CC
|
||||
-AM_PROG_CC_STDC
|
||||
AC_HEADER_STDC
|
||||
|
||||
AM_PATH_GTK(1.2.0, ,
|
||||
@@ -1,20 +1,20 @@
|
||||
$NetBSD: distinfo,v 1.42 2014/09/22 11:55:37 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.44 2015/09/17 17:12:19 joerg Exp $
|
||||
|
||||
SHA1 (heimdal-1.5.3.tar.gz) = 23f39a099ae862dce1f5f4e5c3720861849a4bd0
|
||||
RMD160 (heimdal-1.5.3.tar.gz) = 834660b4c0fe81a3aac4ffd9d8d37d74add1fa70
|
||||
Size (heimdal-1.5.3.tar.gz) = 6798305 bytes
|
||||
SHA1 (patch-ad) = 4376ee49bea9e79fa75f589b65b7a4b9b0676966
|
||||
SHA1 (patch-al) = 022d5f3723bd1db7fe5e92eea5d0106851a5d424
|
||||
SHA1 (patch-cf_install-catman.sh) = 8eb8ea0c0c8b281c080c85eefc3abbc7dcbe6746
|
||||
SHA1 (patch-cf_libtool.m4) = cd229e0e934649cb04c3f39928d1fa12c2474f62
|
||||
SHA1 (patch-cf_pthreads.m4) = eff8f355887d2f9795446073efd67ccf739db2c9
|
||||
SHA1 (patch-ad) = 1768f055dbdb6e7ed958dec34a0eb7e466712e38
|
||||
SHA1 (patch-al) = 0cea9e7d48f2796b6856d9ef4512cfddcb5bfd03
|
||||
SHA1 (patch-cf_install-catman.sh) = 72f3ffa374fb63dcaa89dec288936ecfff1b5228
|
||||
SHA1 (patch-cf_libtool.m4) = ffc6c28e13051976c8c25a0f1e486ba7d693facc
|
||||
SHA1 (patch-cf_pthreads.m4) = 2a9e065a5a602e1f437d1faaf82f864f45603b5d
|
||||
SHA1 (patch-cf_roken-frag.m4) = 599216f2650facaff0559f2a9cc27439e2f1f099
|
||||
SHA1 (patch-kdc_version-script.map) = 42b0417a16b19a680f30ae34cfffd082f609d4a6
|
||||
SHA1 (patch-kdc_version-script.map) = bef9c33f2e4f4faa61771e2c462e43f1a56d0fb0
|
||||
SHA1 (patch-lib_ipc_server.c) = fa806b549ed5cb3c4427e3865642e6d9555a59b0
|
||||
SHA1 (patch-lib_libedit_aclocal.m4) = c50025a3b9bcae9913adab251169462dbc0f3221
|
||||
SHA1 (patch-lib_libedit_configure) = c029c471d68d389e67e1cc636a352a004fd6124e
|
||||
SHA1 (patch-lib_libedit_configure.ac) = 588b184615a80ab85d7c3624c6c05860c8e6feb0
|
||||
SHA1 (patch-lib_libedit_aclocal.m4) = a556a5e2afab645263d3413422fc2e0a9825956b
|
||||
SHA1 (patch-lib_libedit_configure) = 54f92775849874b748e88e8f8923cc187cec5bae
|
||||
SHA1 (patch-lib_libedit_configure.ac) = 3c6122731b47cb94a488874b3e8d35f3a0bee3b1
|
||||
SHA1 (patch-lib_libedit_src_unvis.c) = 117c91ead1ca94aaed38c2d0611588fec6746d61
|
||||
SHA1 (patch-lib_libedit_src_vis.c) = ade98e513187c3fa03194909409a9bb23f66509a
|
||||
SHA1 (patch-lib_otp_Makefile.in) = 0fe1426000824614f0e31d3ab2348948f3f414d3
|
||||
SHA1 (patch-lib_otp_Makefile.in) = 8815c33a4eb024018a6160db58356704ec43d30c
|
||||
SHA1 (patch-lib_roken_vis.c) = 8037c4b36d6cd4bc2557a9409df04232276b7a28
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
$NetBSD: patch-ad,v 1.15 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
* GNU/kFreeBSD parts: use host of Debian GNU/kFreeBSD 7.0.
|
||||
* OpenBSD's vish requires stdlib.h.
|
||||
@@ -32,7 +32,75 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
LD="${LD-ld} -m elf_x86_64_fbsd"
|
||||
;;
|
||||
x86_64-*linux*)
|
||||
@@ -12702,7 +12702,11 @@ fi #if test -n "$GCC"; then
|
||||
@@ -9567,29 +9567,6 @@ fi
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
- freebsd1*)
|
||||
- ld_shlibs=no
|
||||
- ;;
|
||||
-
|
||||
- # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
||||
- # support. Future versions do this automatically, but an explicit c++rt0.o
|
||||
- # does not break anything, and helps significantly (at the cost of a little
|
||||
- # extra space).
|
||||
- freebsd2.2*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
- hardcode_direct=yes
|
||||
- hardcode_shlibpath_var=no
|
||||
- ;;
|
||||
-
|
||||
- # Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
||||
- freebsd2*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_direct=yes
|
||||
- hardcode_minus_L=yes
|
||||
- hardcode_shlibpath_var=no
|
||||
- ;;
|
||||
-
|
||||
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
||||
freebsd* | dragonfly*)
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
@@ -10561,10 +10538,6 @@ dgux*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
-freebsd1*)
|
||||
- dynamic_linker=no
|
||||
- ;;
|
||||
-
|
||||
freebsd* | dragonfly*)
|
||||
# DragonFly does not have aout. When/if they implement a new
|
||||
# versioning mechanism, adjust this.
|
||||
@@ -10572,7 +10545,6 @@ freebsd* | dragonfly*)
|
||||
objformat=`/usr/bin/objformat`
|
||||
else
|
||||
case $host_os in
|
||||
- freebsd[123]*) objformat=aout ;;
|
||||
*) objformat=elf ;;
|
||||
esac
|
||||
fi
|
||||
@@ -10590,18 +10562,6 @@ freebsd* | dragonfly*)
|
||||
esac
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
case $host_os in
|
||||
- freebsd2*)
|
||||
- shlibpath_overrides_runpath=yes
|
||||
- ;;
|
||||
- freebsd3.[01]* | freebsdelf3.[01]*)
|
||||
- shlibpath_overrides_runpath=yes
|
||||
- hardcode_into_libs=yes
|
||||
- ;;
|
||||
- freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
|
||||
- freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
|
||||
- shlibpath_overrides_runpath=no
|
||||
- hardcode_into_libs=yes
|
||||
- ;;
|
||||
*) # from 4.6 on, and DragonFly
|
||||
shlibpath_overrides_runpath=yes
|
||||
hardcode_into_libs=yes
|
||||
@@ -12702,7 +12662,11 @@ fi #if test -n "$GCC"; then
|
||||
esac
|
||||
|
||||
CC="$CC $abi"
|
||||
@@ -45,7 +113,16 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__" >&5
|
||||
@@ -14245,7 +14249,7 @@ case "$host" in
|
||||
@@ -14227,7 +14191,7 @@ case "$host" in
|
||||
native_pthread_support="netbsd 3 uses explict pthread"
|
||||
PTHREAD_LIBADD="-lpthread"
|
||||
;;
|
||||
-*-*-freebsd[56789]*)
|
||||
+*-*-freebsd*)
|
||||
native_pthread_support=yes
|
||||
PTHREAD_LIBADD="-pthread"
|
||||
;;
|
||||
@@ -14245,7 +14209,7 @@ case "$host" in
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
@@ -54,7 +131,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
native_pthread_support=yes
|
||||
PTHREAD_CFLAGS=-pthread
|
||||
PTHREAD_LIBADD=-pthread
|
||||
@@ -16057,6 +16061,7 @@ fi
|
||||
@@ -16057,6 +16021,7 @@ fi
|
||||
for ac_header in vis.h
|
||||
do :
|
||||
ac_fn_c_check_header_compile "$LINENO" "vis.h" "ac_cv_header_vis_h" "
|
||||
@@ -62,7 +139,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#ifndef VIS_SP
|
||||
#error invis
|
||||
@@ -20473,6 +20478,7 @@ else
|
||||
@@ -20473,6 +20438,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -70,7 +147,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20510,6 +20516,7 @@ else
|
||||
@@ -20510,6 +20476,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -78,7 +155,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20547,6 +20554,7 @@ else
|
||||
@@ -20547,6 +20514,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -86,7 +163,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20584,6 +20592,7 @@ else
|
||||
@@ -20584,6 +20552,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -94,7 +171,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20621,6 +20630,7 @@ else
|
||||
@@ -20621,6 +20590,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -102,7 +179,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20658,6 +20668,7 @@ else
|
||||
@@ -20658,6 +20628,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -110,7 +187,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20695,6 +20706,7 @@ else
|
||||
@@ -20695,6 +20666,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
@@ -118,7 +195,7 @@ $NetBSD: patch-ad,v 1.14 2014/05/16 12:49:42 ryoon Exp $
|
||||
#include <vis.h>
|
||||
#endif
|
||||
struct foo { int foo; } xx;
|
||||
@@ -20732,6 +20744,7 @@ else
|
||||
@@ -20732,6 +20704,7 @@ else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#ifdef HAVE_VIS_H
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-al,v 1.3 2011/07/08 09:49:22 adam Exp $
|
||||
$NetBSD: patch-al,v 1.4 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
--- lib/roken/Makefile.in.orig 2010-09-13 07:24:23.000000000 +0000
|
||||
--- lib/roken/Makefile.in.orig 2012-12-09 22:09:39.000000000 +0000
|
||||
+++ lib/roken/Makefile.in
|
||||
@@ -1990,6 +1990,8 @@ $(LTLIBOBJS) $(libroken_la_OBJECTS): rok
|
||||
@@ -2046,6 +2046,8 @@ $(LTLIBOBJS) $(libroken_la_OBJECTS): rok
|
||||
@CROSS_COMPILE_TRUE@ -c $(top_builddir)/include/config.h \
|
||||
@CROSS_COMPILE_TRUE@ -p $(srcdir)/roken.h.in -o roken.h
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-cf_install-catman.sh,v 1.1 2012/11/15 03:32:01 sbd Exp $
|
||||
$NetBSD: patch-cf_install-catman.sh,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
When getting a file basename strip any leading directories.
|
||||
|
||||
--- cf/install-catman.sh.orig 2012-01-10 21:53:51.000000000 +0000
|
||||
--- cf/install-catman.sh.orig 2012-12-09 22:06:44.000000000 +0000
|
||||
+++ cf/install-catman.sh
|
||||
@@ -14,7 +14,7 @@ catinstall="${INSTALL_CATPAGES-yes}"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-cf_libtool.m4,v 1.1 2013/07/26 12:40:06 ryoon Exp $
|
||||
$NetBSD: patch-cf_libtool.m4,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
* GNU/kFreeBSD parts: use host of Debian GNU/kFreeBSD 7.0.
|
||||
|
||||
--- cf/libtool.m4.orig 2012-01-11 13:03:55.000000000 +0000
|
||||
--- cf/libtool.m4.orig 2012-12-09 22:09:27.000000000 +0000
|
||||
+++ cf/libtool.m4
|
||||
@@ -1268,7 +1268,7 @@ ia64-*-hpux*)
|
||||
rm -rf conftest*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-cf_pthreads.m4,v 1.1 2013/07/26 12:40:06 ryoon Exp $
|
||||
$NetBSD: patch-cf_pthreads.m4,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
* GNU/kFreeBSD parts: use host of Debian GNU/kFreeBSD 7.0.
|
||||
|
||||
--- cf/pthreads.m4.orig 2012-01-10 21:53:51.000000000 +0000
|
||||
--- cf/pthreads.m4.orig 2012-12-09 22:06:44.000000000 +0000
|
||||
+++ cf/pthreads.m4
|
||||
@@ -48,7 +48,7 @@ case "$host" in
|
||||
;;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
$NetBSD: patch-kdc_version-script.map,v 1.1 2011/07/31 21:21:01 gls Exp $
|
||||
$NetBSD: patch-kdc_version-script.map,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
Adds the symbols _kdc_db_fetch and _kdc_free_ent to global
|
||||
visibility, so that they can be referenced from kdc/digest-service.
|
||||
Fixes build on Dragonfly. From Alex Hornung in PR pkg/45195.
|
||||
|
||||
--- kdc/version-script.map.orig 2010-09-13 07:23:34.000000000 +0000
|
||||
--- kdc/version-script.map.orig 2012-12-09 22:06:44.000000000 +0000
|
||||
+++ kdc/version-script.map
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-lib_libedit_aclocal.m4,v 1.1 2013/07/26 12:40:06 ryoon Exp $
|
||||
$NetBSD: patch-lib_libedit_aclocal.m4,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
--- lib/libedit/aclocal.m4.orig 2012-01-11 13:03:51.000000000 +0000
|
||||
--- lib/libedit/aclocal.m4.orig 2012-12-09 22:09:25.000000000 +0000
|
||||
+++ lib/libedit/aclocal.m4
|
||||
@@ -1283,7 +1283,7 @@ ia64-*-hpux*)
|
||||
rm -rf conftest*
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-lib_libedit_configure,v 1.1 2013/10/11 16:21:40 roy Exp $
|
||||
$NetBSD: patch-lib_libedit_configure,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
Include termcap in the termcap test
|
||||
|
||||
--- lib/libedit/configure.orig 2013-10-11 15:50:12.000000000 +0000
|
||||
--- lib/libedit/configure.orig 2012-12-09 22:09:25.000000000 +0000
|
||||
+++ lib/libedit/configure
|
||||
@@ -11603,7 +11603,50 @@ test -n "$NROFF" || NROFF="/bin/false"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-lib_libedit_configure.ac,v 1.1 2013/10/11 16:21:40 roy Exp $
|
||||
$NetBSD: patch-lib_libedit_configure.ac,v 1.2 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
Include termcap in the termcap test
|
||||
|
||||
--- lib/libedit/configure.ac.orig 2013-10-11 15:50:21.000000000 +0000
|
||||
--- lib/libedit/configure.ac.orig 2012-12-09 22:06:44.000000000 +0000
|
||||
+++ lib/libedit/configure.ac
|
||||
@@ -33,9 +33,10 @@ AC_PROG_AWK
|
||||
EL_MANTYPE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-lib_libedit_src_unvis.c,v 1.2 2014/09/22 11:55:37 joerg Exp $
|
||||
$NetBSD: patch-lib_libedit_src_unvis.c,v 1.4 2015/09/17 17:12:19 joerg Exp $
|
||||
|
||||
* Fix OpenBSD 5.5 build
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-lib_libedit_src_vis.c,v 1.2 2014/09/22 11:55:37 joerg Exp $
|
||||
$NetBSD: patch-lib_libedit_src_vis.c,v 1.4 2015/09/17 17:12:19 joerg Exp $
|
||||
|
||||
* Fix OpenBSD 5.5 build
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: patch-lib_otp_Makefile.in,v 1.2 2012/02/27 12:39:12 asau Exp $
|
||||
$NetBSD: patch-lib_otp_Makefile.in,v 1.3 2015/07/11 04:26:57 rodent Exp $
|
||||
|
||||
--- lib/otp/Makefile.in.orig 2012-01-11 13:04:29.000000000 +0000
|
||||
--- lib/otp/Makefile.in.orig 2012-12-09 22:09:38.000000000 +0000
|
||||
+++ lib/otp/Makefile.in
|
||||
@@ -50,7 +50,6 @@ check_PROGRAMS = otptest$(EXEEXT)
|
||||
@HAVE_DB1_TRUE@am__append_1 = $(LIB_db_create)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.55 2015/04/25 14:24:48 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.57 2015/08/18 07:31:16 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= honeyd-1.5b
|
||||
PKGREVISION= 34
|
||||
PKGREVISION= 36
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:32 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/07/12 07:02:13 dholland Exp $
|
||||
|
||||
DISTNAME= hydan-0.13
|
||||
PKGREVISION= 3
|
||||
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://crazyboy.com/hydan/
|
||||
COMMENT= Steganography tool for covert comms, signing and watermarking
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Linux-*-i386
|
||||
ONLY_FOR_PLATFORM= *-*-i386
|
||||
|
||||
WRKSRC= ${WRKDIR}/hydan
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $
|
||||
|
||||
DISTNAME= kpcli-2.7
|
||||
PKGREVISION= 3
|
||||
@@ -17,7 +17,7 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI
|
||||
DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
|
||||
DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass
|
||||
DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine
|
||||
#DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine
|
||||
DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:32 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/07/05 18:23:24 wiz Exp $
|
||||
|
||||
DISTNAME= libassuan-2.0.3
|
||||
DISTNAME= libassuan-2.2.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.5 2012/07/02 16:59:40 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/07/05 18:23:24 wiz Exp $
|
||||
|
||||
SHA1 (libassuan-2.0.3.tar.bz2) = 2bf4eba3b588758e349976a7eb9e8a509960c3b5
|
||||
RMD160 (libassuan-2.0.3.tar.bz2) = 243d2f59e8d8ff4875acb57ff6e63a466f2b7574
|
||||
Size (libassuan-2.0.3.tar.bz2) = 529149 bytes
|
||||
SHA1 (patch-src_Makefile.in) = 30d1e1c156090e761efbae28cdc22f9017bc259f
|
||||
SHA1 (libassuan-2.2.1.tar.bz2) = c21b86482f6a3624c2b46b91e20f8415f244233a
|
||||
RMD160 (libassuan-2.2.1.tar.bz2) = a3cd677855045fe095a1d04de756ab4d8e25521c
|
||||
Size (libassuan-2.2.1.tar.bz2) = 542381 bytes
|
||||
SHA1 (patch-src_Makefile.in) = 9c17777ee7750f06366b58023560d885072887ed
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
$NetBSD: patch-src_Makefile.in,v 1.1 2011/04/12 13:17:20 adam Exp $
|
||||
$NetBSD: patch-src_Makefile.in,v 1.2 2015/07/05 18:23:24 wiz Exp $
|
||||
|
||||
Pass CFLAGS (needed on Mac OS X).
|
||||
|
||||
--- src/Makefile.in.orig 2011-04-12 13:13:02.000000000 +0000
|
||||
--- src/Makefile.in.orig 2015-05-12 11:47:50.000000000 +0000
|
||||
+++ src/Makefile.in
|
||||
@@ -981,7 +981,7 @@ uninstall-am: uninstall-binPROGRAMS unin
|
||||
@@ -1185,7 +1185,7 @@ uninstall-am: uninstall-binPROGRAMS unin
|
||||
@HAVE_W32CE_SYSTEM_TRUE@ $(DESTDIR)$(bindir)/gpgcedev.dll
|
||||
|
||||
mkheader: mkheader.c Makefile
|
||||
@@ -12,4 +12,4 @@ Pass CFLAGS (needed on Mac OS X).
|
||||
+ $(CC_FOR_BUILD) $(CFLAGS) -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c
|
||||
|
||||
assuan.h: assuan.h.in mkheader $(parts_of_assuan_h)
|
||||
./mkheader $(host_os) $(srcdir)/assuan.h.in >$@
|
||||
./mkheader $(host_os) $(srcdir)/assuan.h.in \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.72 2015/03/13 23:00:49 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.73 2015/09/09 18:02:15 wiz Exp $
|
||||
|
||||
DISTNAME= libgcrypt-1.6.3
|
||||
DISTNAME= libgcrypt-1.6.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
||||
http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.57 2015/04/17 14:36:17 sevan Exp $
|
||||
$NetBSD: distinfo,v 1.60 2015/09/14 14:58:49 wiz Exp $
|
||||
|
||||
SHA1 (libgcrypt-1.6.3.tar.bz2) = 9456e7b64db9df8360a1407a38c8c958da80bbf1
|
||||
RMD160 (libgcrypt-1.6.3.tar.bz2) = cce0256a6c71e0f9df260799418e887ffa62f832
|
||||
Size (libgcrypt-1.6.3.tar.bz2) = 2494052 bytes
|
||||
SHA1 (libgcrypt-1.6.4.tar.bz2) = ed52add1ce635deeb2f5c6650e52667debd4ec70
|
||||
RMD160 (libgcrypt-1.6.4.tar.bz2) = 37b41d884f521a54f127923eea995c4e60ea3c9b
|
||||
Size (libgcrypt-1.6.4.tar.bz2) = 2549820 bytes
|
||||
SHA1 (patch-aa) = 3dd44b8745128a6788d24f9eb00002624a5fc52b
|
||||
SHA1 (patch-configure) = b9abea2f665ed0d8e0f36cf207f2cb9667bdfb4d
|
||||
SHA1 (patch-mpi_longlong.h) = 901dfd7852d0608d612e38975be8af2d0548b120
|
||||
SHA1 (patch-random_rndunix.c) = 8069cf981fe6166cd7accce1258d8e47859657bb
|
||||
SHA1 (patch-configure) = 69eff7ec09dbd7e90a408d68b3234e7dd2b31b4a
|
||||
SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518
|
||||
|
||||
@@ -1,75 +1,10 @@
|
||||
$NetBSD: patch-configure,v 1.3 2014/08/29 10:29:15 richard Exp $
|
||||
$NetBSD: patch-configure,v 1.6 2015/09/14 14:58:49 wiz Exp $
|
||||
|
||||
reinstate patch as upstream patch not yet in [1.6.2] release.
|
||||
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff;h=43376891c01f4aff1fbfb23beafebb5adfd0868c
|
||||
Fix build on Solaris 11.
|
||||
https://bugs.gnupg.org/gnupg/issue2102
|
||||
|
||||
--- configure.orig 2014-08-21 13:14:09.000000000 +0000
|
||||
+++ configure
|
||||
@@ -16455,13 +16455,63 @@ $as_echo "#define HAVE_GCC_INLINE_ASM_BM
|
||||
|
||||
fi
|
||||
|
||||
+#
|
||||
+# Check whether GCC assembler needs "-Wa,--divide" to correctly handle
|
||||
+# constant division
|
||||
+#
|
||||
+if test $amd64_as_feature_detection = yes; then
|
||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC assembler handles division correctly" >&5
|
||||
+$as_echo_n "checking whether GCC assembler handles division correctly... " >&6; }
|
||||
+if ${gcry_cv_gcc_as_const_division_ok+:} false; then :
|
||||
+ $as_echo_n "(cached) " >&6
|
||||
+else
|
||||
+ gcry_cv_gcc_as_const_division_ok=no
|
||||
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
+/* end confdefs.h. */
|
||||
+__asm__("xorl \$(123456789/12345678), %ebp;\n\t");
|
||||
+_ACEOF
|
||||
+if ac_fn_c_try_compile "$LINENO"; then :
|
||||
+ gcry_cv_gcc_as_const_division_ok=yes
|
||||
+fi
|
||||
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
+fi
|
||||
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcry_cv_gcc_as_const_division_ok" >&5
|
||||
+$as_echo "$gcry_cv_gcc_as_const_division_ok" >&6; }
|
||||
+ if test "$gcry_cv_gcc_as_const_division_ok" = "no" ; then
|
||||
+ #
|
||||
+ # Add '-Wa,--divide' to CPPFLAGS and try check again.
|
||||
+ #
|
||||
+ _gcc_cppflags_save="$CPPFLAGS"
|
||||
+ CPPFLAGS="$CPPFLAGS -Wa,--divide"
|
||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC assembler handles division correctly with \"-Wa,--divide\"" >&5
|
||||
+$as_echo_n "checking whether GCC assembler handles division correctly with \"-Wa,--divide\"... " >&6; }
|
||||
+if ${gcry_cv_gcc_as_const_division_with_wadivide_ok+:} false; then :
|
||||
+ $as_echo_n "(cached) " >&6
|
||||
+else
|
||||
+ gcry_cv_gcc_as_const_division_with_wadivide_ok=no
|
||||
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
+/* end confdefs.h. */
|
||||
+__asm__("xorl \$(123456789/12345678), %ebp;\n\t");
|
||||
+_ACEOF
|
||||
+if ac_fn_c_try_compile "$LINENO"; then :
|
||||
+ gcry_cv_gcc_as_const_division_with_wadivide_ok=yes
|
||||
+fi
|
||||
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
+fi
|
||||
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcry_cv_gcc_as_const_division_with_wadivide_ok" >&5
|
||||
+$as_echo "$gcry_cv_gcc_as_const_division_with_wadivide_ok" >&6; }
|
||||
+ if test "$gcry_cv_gcc_as_const_division_with_wadivide_ok" = "no" ; then
|
||||
+ CPPFLAGS="$_gcc_cppflags_save"
|
||||
+ fi
|
||||
+ fi
|
||||
+fi
|
||||
|
||||
#
|
||||
# Check whether GCC assembler supports features needed for our amd64
|
||||
# implementations
|
||||
#
|
||||
if test $amd64_as_feature_detection = yes; then
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC assembler is compatible for amd64 assembly implementations" >&5
|
||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GCC assembler is compatible for amd64 assembly implementations" >&5
|
||||
$as_echo_n "checking whether GCC assembler is compatible for amd64 assembly implementations... " >&6; }
|
||||
if ${gcry_cv_gcc_amd64_platform_as_ok+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
@@ -16481,6 +16531,11 @@ __asm__(
|
||||
"asmfunc:\n\t"
|
||||
".size asmfunc,.-asmfunc;\n\t"
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
$NetBSD: patch-mpi_longlong.h,v 1.1 2015/04/17 14:36:17 sevan Exp $
|
||||
|
||||
Fix for compiling on Solaris SPARC with gcc.
|
||||
|
||||
If __sparcv8 is defined, use the SPARC v8 version of udiv_qrnnd. Without
|
||||
this change, udiv_qrnnd will not be defined using the SPARC v8 udiv
|
||||
instruction, and the default SPARC v7 case of defining it to be the native
|
||||
__gmpn_udiv_qrnnd will be used, but this does not exist on SPARC v8, so
|
||||
at link time, the user will get an error about _gmpn_udiv_qrnnd being
|
||||
undefined. gcc defines __sparcv8.
|
||||
|
||||
From PR pkg/26815
|
||||
https://bugs.g10code.com/gnupg/issue1703
|
||||
|
||||
--- mpi/longlong.h.orig 2015-04-17 14:24:14.000000000 +0000
|
||||
+++ mpi/longlong.h
|
||||
@@ -1287,7 +1287,7 @@ typedef unsigned int UTItype __attribute
|
||||
"rJ" ((USItype)(al)), \
|
||||
"rI" ((USItype)(bl)) \
|
||||
__CLOBBER_CC)
|
||||
-#if defined (__sparc_v8__)
|
||||
+#if defined (__sparc_v8__) || defined(__sparcv8)
|
||||
/* Don't match immediate range because, 1) it is not often useful,
|
||||
2) the 'I' flag thinks of the range as a 13 bit signed interval,
|
||||
while we want to match a 13 bit interval, sign extended to 32 bits,
|
||||
@@ -1,57 +0,0 @@
|
||||
$NetBSD: patch-random_rndunix.c,v 1.1 2015/01/05 21:56:16 wiz Exp $
|
||||
|
||||
From: Werner Koch <wk@gnupg.org>
|
||||
Date: Mon, 5 Jan 2015 18:38:29 +0000 (+0100)
|
||||
Subject: random: Silent warning under NetBSD using rndunix
|
||||
X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff_plain;h=817472358a093438e802380caecf7139406400cf;hp=8c5eee51d9a25b143e41ffb7ff4a6b2a29b82d83
|
||||
|
||||
random: Silent warning under NetBSD using rndunix
|
||||
|
||||
* random/rndunix.c (STDERR_FILENO): Define if needed.
|
||||
(start_gatherer): Re-open standard descriptors. Fix an
|
||||
unsigned/signed pointer warning.
|
||||
--
|
||||
|
||||
GnuPG-bug-id: 1702
|
||||
|
||||
--- random/rndunix.c.orig 2013-12-12 14:15:04.000000000 +0000
|
||||
+++ random/rndunix.c
|
||||
@@ -144,6 +144,9 @@
|
||||
#ifndef STDOUT_FILENO
|
||||
#define STDOUT_FILENO 1
|
||||
#endif
|
||||
+#ifndef STDERR_FILENO
|
||||
+#define STDERR_FILENO 2
|
||||
+#endif
|
||||
|
||||
#define GATHER_BUFSIZE 49152 /* Usually about 25K are filled */
|
||||
|
||||
@@ -766,13 +769,27 @@ start_gatherer( int pipefd )
|
||||
|
||||
fclose(stderr); /* Arrghh!! It's Stuart code!! */
|
||||
|
||||
+ /* Mary goes to Berkeley: NetBSD emits warnings if the standard
|
||||
+ descriptors are not open when running setuid program. Thus we
|
||||
+ connect them to the bitbucket if they are not already open. */
|
||||
+ {
|
||||
+ struct stat statbuf;
|
||||
+
|
||||
+ if (fstat (STDIN_FILENO, &statbuf) == -1 && errno == EBADF)
|
||||
+ open ("/dev/null",O_RDONLY);
|
||||
+ if (fstat (STDOUT_FILENO, &statbuf) == -1 && errno == EBADF)
|
||||
+ open ("/dev/null",O_WRONLY);
|
||||
+ if (fstat (STDERR_FILENO, &statbuf) == -1 && errno == EBADF)
|
||||
+ open ("/dev/null",O_WRONLY);
|
||||
+ }
|
||||
+
|
||||
for(;;) {
|
||||
GATHER_MSG msg;
|
||||
size_t nbytes;
|
||||
const char *p;
|
||||
|
||||
msg.usefulness = slow_poll( dbgfp, dbgall, &nbytes );
|
||||
- p = gather_buffer;
|
||||
+ p = (const char*)gather_buffer;
|
||||
while( nbytes ) {
|
||||
msg.ndata = nbytes > sizeof(msg.data)? sizeof(msg.data) : nbytes;
|
||||
memcpy( msg.data, p, msg.ndata );
|
||||
@@ -1,10 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.13 2014/01/01 11:52:02 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.14 2015/08/28 13:24:38 wiz Exp $
|
||||
|
||||
DISTNAME= libgnome-keyring-3.4.1
|
||||
PKGREVISION= 2
|
||||
DISTNAME= libgnome-keyring-3.12.0
|
||||
CATEGORIES= security gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome-keyring/3.4/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome-keyring/3.12/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/07/04 20:10:25 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2015/08/28 13:24:38 wiz Exp $
|
||||
include/gnome-keyring-1/gnome-keyring-memory.h
|
||||
include/gnome-keyring-1/gnome-keyring-result.h
|
||||
include/gnome-keyring-1/gnome-keyring.h
|
||||
@@ -36,6 +36,7 @@ share/locale/ast/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/be/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/bg/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/bn/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ca/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/cs/LC_MESSAGES/libgnome-keyring.mo
|
||||
@@ -50,7 +51,9 @@ share/locale/eu/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/fa/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/fi/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/fr/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/fur/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/fy/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/gd/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/gl/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/gu/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/he/LC_MESSAGES/libgnome-keyring.mo
|
||||
@@ -66,6 +69,7 @@ share/locale/lt/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/lv/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ml/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/mn/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/mr/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ms/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/nb/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/nds/LC_MESSAGES/libgnome-keyring.mo
|
||||
@@ -85,6 +89,7 @@ share/locale/sr@latin/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/sv/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ta/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/te/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/tg/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/th/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/tr/LC_MESSAGES/libgnome-keyring.mo
|
||||
share/locale/ug/LC_MESSAGES/libgnome-keyring.mo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.3 2012/07/04 20:10:25 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.4 2015/08/28 13:24:38 wiz Exp $
|
||||
|
||||
SHA1 (libgnome-keyring-3.4.1.tar.xz) = a8e41617de8413219adf9e728e88869ab5145476
|
||||
RMD160 (libgnome-keyring-3.4.1.tar.xz) = 0eda1e112435aeb05940ad6721c274cd7a58ddf5
|
||||
Size (libgnome-keyring-3.4.1.tar.xz) = 417752 bytes
|
||||
SHA1 (libgnome-keyring-3.12.0.tar.xz) = 69b21d77e0946911b2e71346d219bb19b74d05f8
|
||||
RMD160 (libgnome-keyring-3.12.0.tar.xz) = d088c86fe3900e58a2dd67ef20bec5b23fd5f8ad
|
||||
Size (libgnome-keyring-3.12.0.tar.xz) = 435092 bytes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.47 2015/04/12 14:25:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2015/08/30 14:38:18 wiz Exp $
|
||||
|
||||
DISTNAME= libgpg-error-1.19
|
||||
DISTNAME= libgpg-error-1.20
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
|
||||
ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.24 2015/04/12 14:25:26 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.25 2015/08/30 14:38:18 wiz Exp $
|
||||
|
||||
SHA1 (libgpg-error-1.19.tar.bz2) = 4997951ab058788de48b989013668eb3df1e6939
|
||||
RMD160 (libgpg-error-1.19.tar.bz2) = cb555eaacd1bccde3dfe1fadb6f2bc0126d86a41
|
||||
Size (libgpg-error-1.19.tar.bz2) = 761622 bytes
|
||||
SHA1 (libgpg-error-1.20.tar.bz2) = 89c961f63469739fe816a56dcdd86c2e1897cace
|
||||
RMD160 (libgpg-error-1.20.tar.bz2) = 0b839118b5950d2e9798ff7888c8ce7f0e3e3bcb
|
||||
Size (libgpg-error-1.20.tar.bz2) = 770279 bytes
|
||||
SHA1 (patch-src_estream.c) = 792929cebef6ba7860da89c70742b3cd28c9c92d
|
||||
SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.30 2014/11/25 14:35:37 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2015/07/05 18:24:10 wiz Exp $
|
||||
|
||||
DISTNAME= libksba-1.3.2
|
||||
DISTNAME= libksba-1.3.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libksba/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.17 2014/11/25 14:35:37 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.18 2015/07/05 18:24:10 wiz Exp $
|
||||
|
||||
SHA1 (libksba-1.3.2.tar.bz2) = 37d0893a587354af2b6e49f6ae701ca84f52da67
|
||||
RMD160 (libksba-1.3.2.tar.bz2) = f58993d067acda2e2dae5497c058f19cdf84a539
|
||||
Size (libksba-1.3.2.tar.bz2) = 600952 bytes
|
||||
SHA1 (libksba-1.3.3.tar.bz2) = 86fe0436f3c8c394d32e142ee410a9f9560173fb
|
||||
RMD160 (libksba-1.3.3.tar.bz2) = a1f8632a86f726fc46e7043a4f41c775a3f597d6
|
||||
Size (libksba-1.3.3.tar.bz2) = 618698 bytes
|
||||
SHA1 (patch-aa) = f2e63361afb95d5469153efaecebcb8719938d58
|
||||
SHA1 (patch-src_Makefile.in) = 484f6c02bc382b8c5647ce867f30bb2c4073580f
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2014/02/16 17:15:48 agc Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2015/09/01 19:41:17 agc Exp $
|
||||
|
||||
BUILDLINK_TREE+= libnetpgpverify
|
||||
|
||||
.if !defined(LIBNETPGPVERIFY_BUILDLINK3_MK)
|
||||
LIBNETPGPVERIFY_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libnetpgpverify+= libnetpgpverify>=20140210
|
||||
BUILDLINK_API_DEPENDS.libnetpgpverify+= libnetpgpverify>=20150901
|
||||
BUILDLINK_PKGSRCDIR.libnetpgpverify?= ../../security/libnetpgpverify
|
||||
|
||||
.endif # LIBNETPGPVERIFY_BUILDLINK3_MK
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.7 2014/02/12 23:18:33 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/09/11 06:30:05 wiz Exp $
|
||||
|
||||
DISTNAME= liboauth-0.9.4
|
||||
PKGREVISION= 3
|
||||
DISTNAME= liboauth-1.0.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://liboauth.sourceforge.net/pool/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/}
|
||||
|
||||
MAINTAINER= agc@NetBSD.org
|
||||
HOMEPAGE= http://liboauth.sourceforge.net/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.2 2011/05/03 14:23:57 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/09/10 23:05:53 prlw1 Exp $
|
||||
|
||||
SHA1 (liboauth-0.9.4.tar.gz) = 9c48dcfe9bb2f7b0fa4825e645056bdf77640454
|
||||
RMD160 (liboauth-0.9.4.tar.gz) = afe4e2e1266e13c16b501470d41a61e1bcdc2192
|
||||
Size (liboauth-0.9.4.tar.gz) = 459597 bytes
|
||||
SHA1 (patch-aa) = a192cb5a763e4cbca089944cf26034c07204f4ba
|
||||
SHA1 (liboauth-1.0.3.tar.gz) = 791dbb4166b5d2c843c8ff48ac17284cc0884af2
|
||||
RMD160 (liboauth-1.0.3.tar.gz) = c9f3182e51b48ebae27f577ccb077d8263c52f9a
|
||||
Size (liboauth-1.0.3.tar.gz) = 504950 bytes
|
||||
SHA1 (patch-aa) = 49b16044446c4531dc1a0b78c5f6ac2b6c659423
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
$NetBSD: patch-aa,v 1.1.1.1 2010/09/03 07:14:12 agc Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2015/09/10 23:05:53 prlw1 Exp $
|
||||
|
||||
Remove some assumptions about the test(1) (sub)command
|
||||
|
||||
--- configure 2010/08/31 17:01:09 1.1
|
||||
+++ configure 2010/08/31 17:01:34
|
||||
@@ -12044,7 +12044,7 @@
|
||||
--- configure.orig 2013-03-09 10:22:58.000000000 +0000
|
||||
+++ configure
|
||||
@@ -13113,7 +13113,7 @@ fi
|
||||
|
||||
report_curltimeout="-"
|
||||
if test -n "${with_curltimeout}"; then
|
||||
@@ -13,16 +13,25 @@ Remove some assumptions about the test(1) (sub)command
|
||||
$as_echo "#define OAUTH_CURL_TIMEOUT 60" >>confdefs.h
|
||||
|
||||
report_curltimeout="60"
|
||||
@@ -12062,7 +12062,7 @@
|
||||
@@ -13131,7 +13131,7 @@ fi
|
||||
|
||||
|
||||
|
||||
-if test "${enable_nss}" == "yes"; then :
|
||||
+if test "${enable_nss}" = "yes"; then :
|
||||
-if test "${enable_builtinhash}" == "yes"; then :
|
||||
+if test "${enable_builtinhash}" = "yes"; then :
|
||||
|
||||
$as_echo "#define USE_BUILTIN_HASH 1" >>confdefs.h
|
||||
USE_BUILTIN_HASH=1
|
||||
@@ -13153,7 +13153,7 @@ $as_echo "$as_me:
|
||||
|
||||
else
|
||||
|
||||
- if test "${enable_nss}" == "yes"; then :
|
||||
+ if test "${enable_nss}" = "yes"; then :
|
||||
|
||||
|
||||
pkg_failed=no
|
||||
@@ -12364,7 +12364,7 @@
|
||||
@@ -13451,7 +13451,7 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.13 2014/10/19 22:27:47 alnsn Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:40 wiz Exp $
|
||||
|
||||
PKGNAME= libprelude-lua-${VERSION}
|
||||
PKGREVISION= 9
|
||||
PKGREVISION= 10
|
||||
COMMENT= Lua bindings to LibPrelude
|
||||
|
||||
LUA_VERSIONS_ACCEPTED= 51
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2015/08/23 14:30:41 wiz Exp $
|
||||
|
||||
PKGNAME= libprelude-perl-${VERSION}
|
||||
PKGREVISION= 11
|
||||
PKGREVISION= 12
|
||||
COMMENT= Perl bindings to LibPrelude
|
||||
|
||||
.include "../../security/libprelude/Makefile.common"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.13 2014/06/10 14:21:37 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2015/08/23 14:30:41 wiz Exp $
|
||||
|
||||
PKGNAME= libprelude-python-${VERSION}
|
||||
PKGREVISION= 8
|
||||
PKGREVISION= 9
|
||||
COMMENT= Python bindings to LibPrelude
|
||||
|
||||
.include "../../security/libprelude/Makefile.common"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.10 2014/01/01 11:52:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2015/08/23 14:30:41 wiz Exp $
|
||||
|
||||
PKGNAME= libprelude-ruby-${VERSION}
|
||||
PKGREVISION= 6
|
||||
PKGREVISION= 7
|
||||
COMMENT= Ruby bindings to LibPrelude
|
||||
|
||||
.include "../../security/libprelude/Makefile.common"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.52 2015/06/12 10:51:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.53 2015/08/23 14:30:36 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= LibPrelude libraries and c++ easy bindings
|
||||
PKGREVISION= 10
|
||||
PKGREVISION= 11
|
||||
|
||||
.include "../../security/libprelude/Makefile.common"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.16 2014/01/01 11:52:02 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.17 2015/08/23 14:30:36 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= libprelude
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libprelude
|
||||
LIBPRELUDE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libprelude+= libprelude>=0.9.0
|
||||
BUILDLINK_ABI_DEPENDS.libprelude+= libprelude>=0.9.24.1nb8
|
||||
BUILDLINK_ABI_DEPENDS.libprelude+= libprelude>=0.9.24.1nb11
|
||||
BUILDLINK_PKGSRCDIR.libprelude?= ../../security/libprelude
|
||||
|
||||
.include "../../security/gnutls/buildlink3.mk"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2015/08/23 14:30:41 wiz Exp $
|
||||
#
|
||||
|
||||
PKGNAME= libpreludedb-mysql-${VERSION}
|
||||
PKGREVISION= 11
|
||||
PKGREVISION= 12
|
||||
COMMENT= MySQL plugin for LibPreludeDB
|
||||
|
||||
.include "../../security/libpreludedb/Makefile.common"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2015/08/23 14:30:41 wiz Exp $
|
||||
#
|
||||
|
||||
PKGNAME= libpreludedb-perl-${VERSION}
|
||||
PKGREVISION= 9
|
||||
PKGREVISION= 10
|
||||
COMMENT= Perl bindings for LibPreludeDB libraries
|
||||
|
||||
.include "../../security/libpreludedb/Makefile.common"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user