Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.6.20040312_12 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.9.6.20040312_12 07 Jul 2024 17:04:57 |
Rene Ladan (rene) Author: Chris Hutchinson |
security/pks: undeprecate, switch to db18
Submitter becomes new maintainer
PR: 279196
Approved by: previous maintainer |
0.9.6.20040312_11 19 May 2024 10:56:01 |
Daniel Engberg (diizzy) |
security/pks: Deprecate and set expiration date to 2024-06-30
Depends on deprecated Oracle Berkeley DB 5.3, last release in 2003
and upstream is no longer active
PR: 279153
Reviewed by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer) |
0.9.6.20040312_11 25 Feb 2024 13:19:51 |
Muhammad Moinur Rahman (bofh) |
security/pks: Moved man to share/man
Approved by: portmgr (blanket) |
0.9.6.20040312_10 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.9.6.20040312_10 19 Jul 2023 19:27:15 |
Muhammad Moinur Rahman (bofh) |
security/pks: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.9.6.20040312_10 10 Mar 2023 17:16:14 |
Alexey Dokuchaev (danfe) |
security/pks: use correct format specifier for printing sizeof(). |
0.9.6.20040312_10 10 Mar 2023 04:01:40 |
Alexey Dokuchaev (danfe) |
security/pks: the port had been further improved (+)
- Simplify Berkeley DB detection (rather than completely deleting
the corresponding configure script section, assume that if user
passes DBHDR she knows what she's doing and trust that value)
- Fix a harmless typo RSA_get0_p() -> DSA_get0_p() in the previous
commit 6074b736dee1
- GC some more needless variables (MAKE_ENV, LDFLAGS) and enable
IPv6 while I'm here |
0.9.6.20040312_10 23 Feb 2023 10:06:50 |
Alexey Dokuchaev (danfe) |
security/pks: unbreak the build against modern OpenSSL
Garbage-collect nowadays useless USE_GCC=yes while here. |
0.9.6.20040312_10 20 Feb 2023 14:42:08 |
Antoine Brodin (antoine) |
security/pks: deprecate
it is broken with "recent" (newer than 2018) ssl |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.6.20040312_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.6.20040312_10 27 Jul 2022 14:27:12 |
Baptiste Daroussin (bapt) |
security/pks: use pkg-message to show message on remove |
0.9.6.20040312_9 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.6.20040312_9 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.9.6.20040312_9 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
0.9.6.20040312_9 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.9.6.20040312_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.6.20040312_9 01 Jan 2020 17:30:19 |
brnrd |
Chase rename of security/openssl111
- Categories n-z
MFH: 2020Q1 |
0.9.6.20040312_9 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.9.6.20040312_9 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.6.20040312_8 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.6.20040312_7 09 Dec 2018 03:34:53 |
swills |
security/pks: mark build with openssl 1.1 as broken
PR: 233848
Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer) |
0.9.6.20040312_7 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.9.6.20040312_6 05 May 2018 14:16:37 |
danfe |
- Sort the knobs for better readability
- Remove redundant PKGMESSAGE assignment |
0.9.6.20040312_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.9.6.20040312_5 01 Jan 2018 20:01:08 |
tijl |
- Patch configure instead of configure.in so USE_AUTOTOOLS can be removed.
- Remove unneeded --docdir, --sysconfdir and --libdir from CONFIGURE_ARGS.
- Remove unused RESETPREFIX.
- Remove pkg-install because it's already handled by pkg-plist.
- Use @sample. |
0.9.6.20040312_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.9.6.20040312_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.9.6.20040312_2 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.9.6.20040312_1 11 Sep 2016 06:08:44 |
marino |
security/pks: Document SSL requirement and configure SSL base correctly
Approved by: SSL blanket |
0.9.6.20040312_1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
0.9.6.20040312_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.9.6.20040312_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.9.6.20040312_1 03 Sep 2015 11:05:24 |
amdmi3 |
- Fix identation
- Switch to options helpers
Approved by: portmgr blanket |
0.9.6.20040312_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.6.20040312_1 23 Sep 2014 09:40:45 |
bapt |
Simplify plist |
0.9.6.20040312_1 22 Aug 2014 06:56:48 |
mandree |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690 |
0.9.6.20040312 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
0.9.6.20040312 11 Aug 2014 21:34:57 |
marino |
Stage security/pks and pass maintainership to submitter
PR: 181507
Submitted by: Tassilo Philipp
Approved by: former maintainer (G. Todd) |
0.9.6.20040312 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.9.6.20040312 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.9.6.20040312 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.9.6.20040312 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.9.6.20040312 12 Apr 2011 21:50:11 |
mandree |
Upgrade to a later snapshot, to allow build with newer BDB versions.
PR: ports/155760
Submitted by: mandree
Approved by: Graham Todd <gtodd@bellanet.org> |
0.9.6_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.9.6_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.9.6_1 01 Jan 2007 15:25:35 |
leeym |
- utilize USE_BDB
PR: 89023
Submitted by: swhetzel at gmail.com |
0.9.6_1 26 Feb 2006 01:12:09 |
mnag |
- Unbroken
- Remove extra install of rc.d script
- Bump PORTREVISION
- portlint(1)
Approved by: portmgr (kris) |
0.9.6 26 Feb 2006 00:13:02 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (implicit) |
0.9.6 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.6 08 Oct 2005 07:44:07 |
lawrance |
- Fix pkg-plist
- Minor tweaking and cleanups
PR: ports/85989
Submitted by: Graham Todd <gtodd@bellanet.org> (maintainer) |
0.9.6 09 Sep 2005 14:00:10 |
lawrance |
Update to 0.9.6
- Add rcng startup
- No longer touch pksd.conf, only pksd.conf.sample
- Ensure the port builds against db2 from ports by deleting the included
version. Add post-patch bits to help this happen.
- Submitter takes maintainership
PR: ports/85802
Submitted by: Graham Todd <gtodd@bellanet.org> (new maintainer)
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
0.9.4_1 25 May 2004 19:19:58 |
pav |
- Refresh MASTER_SITES
PR: ports/67188
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
0.9.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9.4_1 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
0.9.4_1 22 Aug 2002 19:34:32 |
ade |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly. |
0.9.4_1 19 Apr 2002 22:23:33 |
kris |
Patches from maintainer:
* HKP (WWW) key submissions disabled by default, enabled via
configuration file
* nicer formatting of long (SHA-1) fingerprints
* pksdctl usage() shows available commands/arguments
* manual page fixes
Bump PORTREVISION.
PR: ports/34970
Submitted by: Jason Harris <jharris@widomaker.com> |
0.9.4 18 Apr 2002 07:21:39 |
kris |
Transfer maintainership to Jason Harris <jharris@widomaker.com> |
15 Jan 2001 05:26:00 |
kris |
Fix a buglet and finish pointing the config file at ${PREFIX}/etc, not /etc as
in NetBSD |
15 Jan 2001 04:40:11 |
kris |
pks 0.9.4 is a PGP public key server from MIT. |