Index: head/security/gnupg/Makefile =================================================================== --- head/security/gnupg/Makefile (revision 478463) +++ head/security/gnupg/Makefile (revision 478464) @@ -1,63 +1,62 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.9 -PORTREVISION= 1 +PORTVERSION= 2.2.10 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= adamw@FreeBSD.org COMMENT= Complete and free PGP implementation LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL3 LIB_DEPENDS= libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libksba.so:security/libksba \ libnpth.so:devel/npth BUILD_DEPENDS= libassuan>=2.5.1:security/libassuan \ libgpg-error>=1.16:security/libgpg-error RUN_DEPENDS= pinentry:security/pinentry CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ --enable-gpg-is-gpg2 --enable-symcryptrun GNU_CONFIGURE= yes INFO= gnupg TEST_TARGET= check -OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG +OPTIONS_DEFINE= DOCS GNUTLS LARGE_RSA LDAP NLS SCDAEMON SUID_GPG OPTIONS_DEFAULT=GNUTLS SCDAEMON -NO_OPTIONS_SORT=yes OPTIONS_SUB= yes +LARGE_RSA_DESC= Enable support for 8192-bit RSA keys LDAP_DESC= LDAP keyserver interface SCDAEMON_DESC= Enable Smartcard daemon (with libusb) SUID_GPG_DESC= Install GPG with suid -# In jail, SUID is required to avoid warning -# (security.bsd.unprivileged_mlock sysctl is not used in jail). GNUTLS_CONFIGURE_ENABLE=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls + +LARGE_RSA_CONFIGURE_ENABLE= large-secmem LDAP_CONFIGURE_WITH= ldap=${LOCALBASE} LDAP_LIBS= -L${LOCALBASE}/lib LDAP_USE= OPENLDAP=yes LDAP_USES= readline NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext SCDAEMON_CONFIGURE_ENABLE= scdaemon post-install: @${MV} ${STAGEDIR}${DATADIR}/help*.txt ${STAGEDIR}${DOCSDIR} .include Index: head/security/gnupg/distinfo =================================================================== --- head/security/gnupg/distinfo (revision 478463) +++ head/security/gnupg/distinfo (revision 478464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531415728 -SHA256 (gnupg-2.2.9.tar.bz2) = 6278eaabffa1ebc9fa2ceb3dc53eea9a1505ab02a668a86dd6fec06951af2164 -SIZE (gnupg-2.2.9.tar.bz2) = 6659547 +TIMESTAMP = 1535638047 +SHA256 (gnupg-2.2.10.tar.bz2) = 799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915 +SIZE (gnupg-2.2.10.tar.bz2) = 6659484 Index: head/security/gnupg/pkg-help =================================================================== --- head/security/gnupg/pkg-help (nonexistent) +++ head/security/gnupg/pkg-help (revision 478464) @@ -0,0 +1,3 @@ +If you run gpg from within a jail, you may get a warning message, +stemming from the security.bsd.unprivileged_mlock sysctl. You can +avoid that message by enabling the SUID option. Property changes on: head/security/gnupg/pkg-help ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property