notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: security/sks/Makefile

Number of commits found: 41

Sunday, 30 Jun 2024
11:30 Rene Ladan (rene) search for other commits by this committer
security/sks: Remove expired port

2024-06-30 security/sks: Depends on deprecated port databases/db5
commit hash: df9b08e865dc2214aea34f534e13eafc97db20ff commit hash: df9b08e865dc2214aea34f534e13eafc97db20ff commit hash: df9b08e865dc2214aea34f534e13eafc97db20ff commit hash: df9b08e865dc2214aea34f534e13eafc97db20ff df9b08e
Thursday, 6 Jun 2024
19:05 Daniel Engberg (diizzy) search for other commits by this committer
security/sks: Mark BROKEN, deprecate and set expiration date to 2024-06-30

Unfetchable, upstream appears to be located here:
https://github.com/SKS-Keyserver/sks-keyserver

Depends on deprecated port databases/db5

PR:		279157
Approved by:	portmgr (maintainer timeout, 2+ weeks)
commit hash: c1095a4409a4640b9e490c023a37d87f83e3e2cb commit hash: c1095a4409a4640b9e490c023a37d87f83e3e2cb commit hash: c1095a4409a4640b9e490c023a37d87f83e3e2cb commit hash: c1095a4409a4640b9e490c023a37d87f83e3e2cb c1095a4
Monday, 22 Jan 2024
13:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/sks: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 6684dc9568e3ab71ba778f8f9613325d1b002aa9 commit hash: 6684dc9568e3ab71ba778f8f9613325d1b002aa9 commit hash: 6684dc9568e3ab71ba778f8f9613325d1b002aa9 commit hash: 6684dc9568e3ab71ba778f8f9613325d1b002aa9 6684dc9
Wednesday, 5 Jul 2023
09:55 Guido Falsi (madpilot) search for other commits by this committer
lang/ocaml: Update to 4.08.1

This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c 2b40e46
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 18 Apr 2022
07:17 Yasuhiro Kimura (yasu) search for other commits by this committer
security/sks: Remove range of 'USES=bdb'

Build also succeeds with Berkeley DB 18.x.

PR:		262932
Approved by:	maintainer timeout
commit hash: 0eb68254e6729cfc2dc4d6e041919947dd654c1c commit hash: 0eb68254e6729cfc2dc4d6e041919947dd654c1c commit hash: 0eb68254e6729cfc2dc4d6e041919947dd654c1c commit hash: 0eb68254e6729cfc2dc4d6e041919947dd654c1c 0eb6825
Saturday, 16 Apr 2022
07:19 Alexey Dokuchaev (danfe) search for other commits by this committer
OCaml: transient update of the stack to version 4.07.1

This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.

It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.

For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.

PR:		250408, 262781
Exp-run by:	antoine
commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab 317aa04
Sunday, 5 Sep 2021
17:34 Alexey Dokuchaev (danfe) search for other commits by this committer
security/sks: unbreak against safe-by-default strings in OCaml 4.06+.
commit hash: b717c5de9107bb3b4b8ab131bc1018def14be5ef commit hash: b717c5de9107bb3b4b8ab131bc1018def14be5ef commit hash: b717c5de9107bb3b4b8ab131bc1018def14be5ef commit hash: b717c5de9107bb3b4b8ab131bc1018def14be5ef b717c5d
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 6 Jan 2021
08:25 acm search for other commits by this committer
- Connect security/py-python-gvm
Original commitRevision:560471 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Monday, 24 Jun 2019
10:14 danfe search for other commits by this committer
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:

  - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
    register build dependency on all ports that require it (should
    be part of USE_OCAML, but we do not want to make any Mk-related
    changes the for time being)
  - Update `devel/ocaml-camlp4' to version 4.05+2
  - Update `devel/ocaml-camlp5' to version 7.07 (the project had
    moved to GitHub)
  - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
    very outdated and requires quite a lot of work
  - Update `x11-toolkits/ocaml-labltk' to version 8.06.3

PR:		218333
Exp-run by:	antoine
Original commitRevision:505020 
Sunday, 30 Apr 2017
18:51 johans search for other commits by this committer
Update to sks 1.1.6

PR:		215316
Submitted by:	Daniel Austin
Original commitRevision:439835 
Thursday, 30 Mar 2017
21:12 mat search for other commits by this committer
Remove obsolete PROJECTHOST.

Sponsored by:	Absolight
Original commitRevision:437328 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
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
Original commitRevision:419843 
Friday, 1 Jan 2016
16:52 rakuco search for other commits by this committer
Switch from cdn.bitbucket.org to bitbucket.org to fix fetching.
Original commitRevision:405011 
Monday, 4 May 2015
15:46 madpilot search for other commits by this committer
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
  depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
Original commitRevision:385413 
Saturday, 2 May 2015
10:06 johans search for other commits by this committer
Add build dependency on camlp4, which is no longer part of ocaml
The created package has not changed
Original commitRevision:385170 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
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)
Original commitRevision:365599 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Wednesday, 16 Jul 2014
03:18 adamw search for other commits by this committer
Add DOCS option where PORTDOCS is in plist.
Original commitRevision:362024 
Sunday, 6 Jul 2014
09:28 johans search for other commits by this committer
Fix build on FreeBSD 9 (and earlier)
While here, merge another patch from files to makefile to avoid
patching the same file from multiple locations

PR:		 ports/191643
Submitted by:	 Dan Lukes
Original commitRevision:360866 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Tuesday, 6 May 2014
06:10 johans search for other commits by this committer
Update to SKS 1.1.5
Original commitRevision:353061 
Saturday, 25 Jan 2014
12:10 johans search for other commits by this committer
Respect CC and CFLAGS
Original commitRevision:341014 
Saturday, 11 Jan 2014
19:19 johans search for other commits by this committer
- Enable stage support
- Correct bash path
- Bump PORTREVISION
Original commitRevision:339444 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 14 Aug 2013
08:32 johans search for other commits by this committer
Note that parallel builds do not work
While here, update Perl dependency style and WWW

PR:		ports/181275
Submitted by:	mat
Original commitRevision:324689 
Saturday, 5 Jan 2013
15:41 johans search for other commits by this committer
Update SKS to 1.1.4
Original commitRevision:309964 
Wednesday, 11 Apr 2012
21:48 johans search for other commits by this committer
- Update sks to 1.1.3
- Add patch to pre-generate .depend (forgotten in upstream release)
- Correct compile option: omit gprof profiling by default
Original commit
Saturday, 15 Oct 2011
13:15 johans search for other commits by this committer
Update SKS to 1.1.2
Original commit
Tuesday, 23 Feb 2010
18:07 johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
Original commit
Thursday, 24 Sep 2009
07:52 johans search for other commits by this committer
- Update sks to 1.1.1 release
- MASTER_SITES changed to GOOGLE_CODE
- ALL_TARGET removed (was causing man page to be built a second time)
- post-extract target added to create an empty ${WRKSRC}Makefile.local
  to stop the build complaining about the missing file.
- files/patch-dbserver.ml removed. Not applicable to SKS 1.1.1

PR:             ports/139098
Submitted by:   John Marshall
Feature safe:   yes
Original commit
Friday, 30 Jan 2009
07:46 johans search for other commits by this committer
- Add patch to fix handling of send_mailsyncs flag
- Update website

Submitted by:   Joseph Oreste Bruni
Original commit
Saturday, 21 Jun 2008
15:12 johans search for other commits by this committer
- Update to 1.1.0
- New master site; new documentation url
- Remove obsolete patches
Original commit
Monday, 29 Jan 2007
19:05 gabor search for other commits by this committer
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:    portmgr (erwin), erwin (mentor)
Original commit
Monday, 29 Nov 2004
12:36 sergei search for other commits by this committer
- Teach configure about ia64 platform (similar to the recent amd64 fix)
- Propagate the detached GPG signature to distfiles mirrors

PR:             ports/74510
Submitted by:   Johan van Selst (maintainer)
Original commit
Thursday, 25 Nov 2004
11:23 sergei search for other commits by this committer
- Change Ocaml build dependency to a lighter lang/ocaml-nox11
- Change BDB dependency to (allegedly more reliable) db42
- Teach configure about amd64 machines

PR:             ports/74170
Submitted by:   Johan van Selst (maintainer)
Original commit
Tuesday, 9 Nov 2004
16:39 sergei search for other commits by this committer
Add security/sks - SKS OpenPGP Key Server:

SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy,
decentralized, and highly reliable synchronization. That means that a
key submitted to one SKS server will quickly be distributed to all key
servers; and even wildly out-of-date servers, or servers that experience
spotty connectivity, can fully synchronize with rest of the system.

Refer to the online wiki for pointers on downloading a full copy of the
public PGP databse (about 4Gb) and on customising the local configuration
http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome

WWW:    http://www.nongnu.org/sks/

PR:             ports/72842
Submitted by:   Johan van Selst <johans@stack.nl>
Original commit

Number of commits found: 41