diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/dirmngr/Makefile | 45 | ||||
-rw-r--r-- | security/dirmngr/distinfo | 4 | ||||
-rw-r--r-- | security/dirmngr/files/patch-configure | 11 | ||||
-rw-r--r-- | security/dirmngr/files/patch-src_misc.h | 17 | ||||
-rw-r--r-- | security/dirmngr/pkg-descr | 4 | ||||
-rw-r--r-- | security/dirmngr/pkg-plist | 59 |
8 files changed, 1 insertions, 141 deletions
@@ -3833,3 +3833,4 @@ databases/postgresql12-pgtcl||2025-01-01|Removed, PostgreSQL-12 is end-of-life databases/postgresql12-server||2025-01-01|Has expired: PostgreSQL-12 is end-of-life devel/kdesvn||2025-01-01|Has expired: Dwindling amount of users and streamlining of ports for the KDE Team to maintain databases/compass||2025-01-01|Has expired: Depends on expired devel/electron29 +security/dirmngr||2025-01-01|Has expired: Obsolete, now maintained within GNU Privacy Guard (GnuPG). Please use security/gnupg diff --git a/security/Makefile b/security/Makefile index 7e0acf37f07b..81f57def5eeb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -135,7 +135,6 @@ SUBDIR += diffcode SUBDIR += digestpp SUBDIR += dirbuster - SUBDIR += dirmngr SUBDIR += distcache SUBDIR += diswall SUBDIR += doas diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile deleted file mode 100644 index 01682a3eb867..000000000000 --- a/security/dirmngr/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -PORTNAME= dirmngr -PORTVERSION= 1.1.0 -PORTREVISION= 17 -CATEGORIES= security -MASTER_SITES= GNUPG -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= umq@ueo.co.jp -COMMENT= Client for managing and downloading certificate revocation lists -WWW= https://www.gnupg.org/aegypten2 - -LICENSE= GPLv2 - -BROKEN= does not build with security/libassuan >= 3.0.0 (GNU Pth support was dropped) -DEPRECATED= Obsolete, now maintained within GNU Privacy Guard (GnuPG). Please use security/gnupg -EXPIRATION_DATE=2024-12-31 - -LIB_DEPENDS= libassuan.so:security/libassuan \ - libgcrypt.so:security/libgcrypt \ - libgpg-error.so:security/libgpg-error \ - libksba.so:security/libksba \ - libpth.so:devel/pth - -USES= gmake iconv ldap tar:bzip2 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -INFO= dirmngr - -CONFIGURE_ARGS+= --docdir=${DOCSDIR} -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -fcommon - -CONFLICTS_INSTALL= gnupg # bin/dirmngr bin/dirmngr-client - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig - -.include <bsd.port.mk> diff --git a/security/dirmngr/distinfo b/security/dirmngr/distinfo deleted file mode 100644 index bb199d919475..000000000000 --- a/security/dirmngr/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (dirmngr-1.1.0.tar.bz2) = eb76d92749d8f9314094376dc3896871c441b0f34b57f25a446c6178a16c93cf -SIZE (dirmngr-1.1.0.tar.bz2) = 556406 -SHA256 (dirmngr-1.1.0.tar.bz2.sig) = fa19e7a45db57492094e72610db7f46f72402c6b6f1fa02c074d9de79929d0e6 -SIZE (dirmngr-1.1.0.tar.bz2.sig) = 158 diff --git a/security/dirmngr/files/patch-configure b/security/dirmngr/files/patch-configure deleted file mode 100644 index 2c2a74433ee4..000000000000 --- a/security/dirmngr/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-06-14 09:44:03.000000000 +0200 -+++ configure 2013-10-28 17:10:59.000000000 +0100 -@@ -8627,6 +8627,8 @@ - int - main () - { -+BerElement *berctx = NULL; -+ber_free(berctx, 0); - ldap_open("foobar",1234); - ; - return 0; diff --git a/security/dirmngr/files/patch-src_misc.h b/security/dirmngr/files/patch-src_misc.h deleted file mode 100644 index e540d13fc052..000000000000 --- a/security/dirmngr/files/patch-src_misc.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/misc.h.orig 2007-11-16 13:21:46 UTC -+++ src/misc.h -@@ -114,14 +114,6 @@ void dump_cert (const char *text, ksba_c - char *host_and_port_from_url (const char *url, int *port); - - --#ifdef HAVE_FOPENCOOKIE --/* We have to implement funopen in terms of glibc's fopencookie. */ --FILE *funopen(void *cookie, -- int (*readfn)(void *, char *, int), -- int (*writefn)(void *, const char *, int), -- fpos_t (*seekfn)(void *, fpos_t, int), -- int (*closefn)(void *)); --#endif /*HAVE_FOPENCOOKIE*/ - - - #endif /* MISC_H */ diff --git a/security/dirmngr/pkg-descr b/security/dirmngr/pkg-descr deleted file mode 100644 index ed456eec4949..000000000000 --- a/security/dirmngr/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Dirmngr is a client for managing and downloading certificate -revocation lists (CRLs) for X509 certificates and for downloading the -certificates themselves. Dirmngr is usually invoked by gpgsm and in -general not used directly. diff --git a/security/dirmngr/pkg-plist b/security/dirmngr/pkg-plist deleted file mode 100644 index 3fb95dc31a34..000000000000 --- a/security/dirmngr/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/dirmngr -bin/dirmngr-client -libexec/dirmngr_ldap -%%DOCSDIR%%/examples/README -%%DOCSDIR%%/examples/bnetza-10r-ocsp.signer -%%DOCSDIR%%/examples/dirmngr.conf -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-001.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-002.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-003.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-004.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-005.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-006.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-007.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-008.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-009.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-010.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-011.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-012.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-013.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-014.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-015.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-016.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-017.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-018.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-019.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-020.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-021.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-022.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-023.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-024.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-025.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-026.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-027.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualSigOCSP2008-028.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-001.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-002.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-003.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-004.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-005.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/S-TRUSTQualifiedSignatureCA2008-006.final.v3.509.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-1.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-10.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-11.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-12.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-2.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-3.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-4.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-5.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-6.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-7.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-8.crt -%%DOCSDIR%%/examples/extra-certs/bnetza-10r-ocsp-9.crt -%%DOCSDIR%%/examples/trusted-certs/README -%%DOCSDIR%%/examples/trusted-certs/S-TRUSTQualifiedRootCA2008-001.final.v3.509.crt -%%DOCSDIR%%/examples/trusted-certs/S-TRUSTQualifiedRootCA2008-002.final.v3.509.crt -%%DOCSDIR%%/examples/trusted-certs/bnetza-10r-ca.crt -%%NLS%%share/locale/de/LC_MESSAGES/dirmngr.mo -share/man/man1/dirmngr-client.1.gz -share/man/man1/dirmngr.1.gz |