FreeBSD Bugzilla – Attachment 250849 Details for
Bug 279196
security/pks: upgrade BDB to 18 and remove DEPRECIATED
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff against security/pks
security_pks02.diff (text/plain), 2.79 KB, created by
Chris Hutchinson
on 2024-05-21 09:00:50 UTC
(
hide
)
Description:
git diff against security/pks
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2024-05-21 09:00:50 UTC
Size:
2.79 KB
patch
obsolete
>diff --git a/security/pks/Makefile b/security/pks/Makefile >index fcc43c32a309..808533e6b1e6 100644 >--- a/security/pks/Makefile >+++ b/security/pks/Makefile >@@ -1,27 +1,21 @@ > PORTNAME= pks > PORTVERSION= 0.9.6.20040312 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= security www > MASTER_SITES= http://pks.sourceforge.net/ LOCAL/mandree > DISTFILES= pks-current.tgz > >-MAINTAINER= tphilipp@potion-studios.com >+MAINTAINER= portmaster@BSDforge.com > COMMENT= PGP Public Key Server > WWW= http://www.mit.edu/people/marc/pks/ > > LICENSE= BSD4CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-DEPRECATED= Depends on deprecated Oracle Berkeley DB 5.3 and last release back in 2003 >-EXPIRATION_DATE=2024-06-30 >- >-USES= bdb ssl >+USES= bdb:18 ssl > USE_RC_SUBR= pksd > >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > GNU_CONFIGURE= yes >-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share > CONFIGURE_ARGS= --datadir=${DATADIR} \ > --localstatedir=/var/pks \ > --with-db --with-ipv6 --with-libwrap \ >@@ -32,9 +26,12 @@ CONFIGURE_ENV= DBLIB="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" \ > SUB_FILES= pkg-message > SUB_LIST= PORTNAME="${PORTNAME}" > >-OPTIONS_DEFINE= DOCS >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ > PORTDOCS= pks_help.* README EMAIL > >+OPTIONS_DEFINE= DOCS >+ > .include <bsd.port.options.mk> > > .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) >@@ -45,10 +42,10 @@ post-extract: > @${CP} -a ${FILESDIR}/EMAIL ${WRKSRC} > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgpsplit >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pksdctl >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pksclient >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/pksd >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgpsplit \ >+ ${STAGEDIR}${PREFIX}/bin/pksdctl \ >+ ${STAGEDIR}${PREFIX}/bin/pksclient \ >+ ${STAGEDIR}${PREFIX}/sbin/pksd > ${MV} ${STAGEDIR}${PREFIX}/etc/pksd.conf ${STAGEDIR}${PREFIX}/etc/pksd.conf.sample > > post-install-DOCS-on: >diff --git a/security/pks/files/patch-kd_generic.c b/security/pks/files/patch-kd_generic.c >index fe385b4af2c9..28260410ae47 100644 >--- a/security/pks/files/patch-kd_generic.c >+++ b/security/pks/files/patch-kd_generic.c >@@ -1,5 +1,5 @@ >---- ./kd_generic.c.orig 2003-08-04 21:57:27.000000000 +0200 >-+++ ./kd_generic.c 2014-08-15 18:41:14.000000000 +0200 >+--- ./kd_generic.c.orig 2024-05-21 01:17:10 UTC >++++ ./kd_generic.c > @@ -325,13 +325,13 @@ > /* create/open/close/sync */ > >diff --git a/security/pks/files/patch-mkpksdconf.in b/security/pks/files/patch-mkpksdconf.in >index bab902712ba5..19eb94c29723 100644 >--- a/security/pks/files/patch-mkpksdconf.in >+++ b/security/pks/files/patch-mkpksdconf.in >@@ -1,5 +1,5 @@ >---- ./mkpksdconf.in.orig 2003-02-28 18:27:20.000000000 +0100 >-+++ ./mkpksdconf.in 2014-08-15 18:32:37.000000000 +0200 >+--- ./mkpksdconf.in.orig 2024-05-21 01:17:10 UTC >++++ ./mkpksdconf.in > @@ -44,7 +44,7 @@ > > cat << EOF
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279196
:
250848
| 250849