non port: security/sks/Makefile |
SVNWeb
|
Number of commits found: 36 |
Mon, 18 Apr 2022
|
[ 07:17 Yasuhiro Kimura (yasu) ] 0eb6825
security/sks: Remove range of 'USES=bdb'
Build also succeeds with Berkeley DB 18.x.
PR: 262932
Approved by: maintainer timeout
|
Sat, 16 Apr 2022
|
[ 07:19 Alexey Dokuchaev (danfe) ] 317aa04 (Only the first 10 of 27 ports in this commit are shown above. )
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
|
Sun, 5 Sep 2021
|
[ 17:34 Alexey Dokuchaev (danfe) ] b717c5d
security/sks: unbreak against safe-by-default strings in OCaml 4.06+.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 Jan 2021
|
[ 08:25 acm ]
- Connect security/py-python-gvm
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Mon, 24 Jun 2019
|
[ 10:14 danfe ] (Only the first 10 of 56 ports in this commit are shown above. )
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
|
Sun, 30 Apr 2017
|
[ 18:51 johans ]
Update to sks 1.1.6
PR: 215316
Submitted by: Daniel Austin
|
Thu, 30 Mar 2017
|
[ 21:12 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove obsolete PROJECTHOST.
Sponsored by: Absolight
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
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
|
Fri, 1 Jan 2016
|
[ 16:52 rakuco ]
Switch from cdn.bitbucket.org to bitbucket.org to fix fetching.
|
Mon, 4 May 2015
|
[ 15:46 madpilot ] (Only the first 10 of 35 ports in this commit are shown above. )
- 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)
|
Sat, 2 May 2015
|
[ 10:06 johans ]
Add build dependency on camlp4, which is no longer part of ocaml
The created package has not changed
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
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)
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 16 Jul 2014
|
[ 03:18 adamw ] (Only the first 10 of 63 ports in this commit are shown above. )
Add DOCS option where PORTDOCS is in plist.
|
Sun, 6 Jul 2014
|
[ 09:28 johans ]
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
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
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
|
Tue, 6 May 2014
|
[ 06:10 johans ]
Update to SKS 1.1.5
|
Sat, 25 Jan 2014
|
[ 12:10 johans ]
Respect CC and CFLAGS
|
Sat, 11 Jan 2014
|
[ 19:19 johans ]
- Enable stage support
- Correct bash path
- Bump PORTREVISION
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 14 Aug 2013
|
[ 08:32 johans ]
Note that parallel builds do not work
While here, update Perl dependency style and WWW
PR: ports/181275
Submitted by: mat
|
Sat, 5 Jan 2013
|
[ 15:41 johans ]
Update SKS to 1.1.4
|
Wed, 11 Apr 2012
|
[ 21:48 johans ]
- Update sks to 1.1.3
- Add patch to pre-generate .depend (forgotten in upstream release)
- Correct compile option: omit gprof profiling by default
|
Sat, 15 Oct 2011
|
[ 13:15 johans ]
Update SKS to 1.1.2
|
Tue, 23 Feb 2010
|
[ 18:07 johans ] (Only the first 10 of 16 ports in this commit are shown above. )
Update my mail address to @FreeBSD.org
Feature safe: yes
|
Thu, 24 Sep 2009
|
[ 07:52 johans ]
- 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
|
Fri, 30 Jan 2009
|
[ 07:46 johans ]
- Add patch to fix handling of send_mailsyncs flag
- Update website
Submitted by: Joseph Oreste Bruni
|
Sat, 21 Jun 2008
|
[ 15:12 johans ]
- Update to 1.1.0
- New master site; new documentation url
- Remove obsolete patches
|
Mon, 29 Jan 2007
|
[ 19:05 gabor ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Mon, 29 Nov 2004
|
[ 12:36 sergei ]
- 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)
|
Thu, 25 Nov 2004
|
[ 11:23 sergei ]
- 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)
|
Tue, 9 Nov 2004
|
[ 16:39 sergei ]
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>
|
Number of commits found: 36 |