Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 0.7.3.2_2 |
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 ) |
06 Apr 2021 14:31:07 0.7.3.2_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:16:13
0.7.3.2_2 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
26 Jul 2019 20:46:57
0.7.3.2_2 |
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 |
12 Dec 2018 01:35:36
0.7.3.2_1 |
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 |
20 Jan 2017 20:33:31
0.7.3.2 |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
01 Apr 2016 14:25:18
0.7.3.2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Nov 2015 01:33:04
0.7.3.2 |
wen  |
- Update to 0.7.3.2
PR: 203975
Submitted by: ports@toco-domains.de
Approved by: maintainer(timeout, >30 days) |
10 Aug 2015 22:44:58
0.7.3.1_4 |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
02 Jan 2015 18:46:34
0.7.3.1_4 |
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
22 Nov 2014 20:40:09
0.7.3.1_3  |
crees  |
Finally retire USE_PGSQL |
30 Jul 2014 03:57:24
0.7.3.1_3 |
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
06 Jul 2014 10:18:36
0.7.3.1_2 |
tijl  |
The old pkg_install is buggy with @cwd. Just install the module under
PREFIX like all other PAM ports. |
05 Jul 2014 21:17:07
0.7.3.1_1 |
tijl  |
- New LIB_DEPENDS syntax
- Add USES=libtool
- Apply substitutions to pkg-message |
09 Mar 2014 14:42:41
0.7.3.1 |
miwi  |
Stage support |
21 Feb 2014 13:39:24
0.7.3.1 |
ehaupt  |
Remove trailing whitespaces from category security |
10 Feb 2014 13:54:28
0.7.3.1 |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 22:55:26
0.7.3.1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
21 May 2013 11:51:55
0.7.3.1 |
wg  |
- Do not mute install command
- Use LICENSE knob and do not install COPYRIGHT
Submitted by: danfe (via email)
Approved by: culot (mentor) |
20 May 2013 10:29:45
0.7.3.1 |
wg  |
- Update to 0.7.3.1
- Pass maintainership to submitter
- Remove leading article from COMMENT
Changes:
http://sourceforge.net/p/pam-pgsql/code/ci/46a971d5/tree/CHANGELOG
PR: ports/178334
Submitted by: Berend de Boer <berend@pobox.com>
Approved by: culot (mentor) |
03 Jul 2011 14:03:52
0.6.3_1 |
ohauer  |
-remove MD5 |
28 Aug 2009 17:37:26
0.6.3_1 |
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
22 Aug 2009 00:35:32
0.6.3_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
06 Jun 2008 14:01:07
0.6.3_1 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Oct 2006 15:34:44
0.6.3 |
chinsan  |
Change the following ports to my FreeBSD.org email.
Approved by: delphij (mentor)
archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2006 13:53:54
0.6.3 |
rafan  |
- Update to 0.6.3
PR: ports/103407
Submitted by: chinsan <chinsan.tw at gmail.com> (maintainer) |
05 Sep 2006 18:38:45
0.6.2 |
rafan  |
- Update to 0.6.2
- Pass maintainership to submitter
- Reformat pkg-message, pkg-descr
PR: ports/102881
Submitted by: chinsan <chinsan.tw at gmail.com> |
25 Nov 2005 18:01:16
0.6.1 |
pav  |
- Add SHA256 |
18 Aug 2005 19:38:30
0.6.1 |
sem  |
- Update to 0.6.1.
- Unbreak.
Approved by: portmgr (krion) |
31 Jan 2005 00:35:56
0.5.2_9 |
girgen  |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
13 Jul 2004 13:58:37
0.5.2_8 |
mat  |
drop maintainership, I don't use it any more and don't have time to fix it |
04 Feb 2004 05:10:27
0.5.2_8 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 13:37:55
0.5.2_7 |
mat  |
Add SIZE field |
13 Jan 2004 15:31:44
0.5.2_7 |
mat  |
Update MASTER_SITE and WWW |
16 Oct 2003 02:08:30
0.5.2_7 |
kris  |
BROKEN on 5.x: does not compile |
16 Aug 2003 09:13:44
0.5.2_7 |
mat  |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
22 Jul 2003 09:46:30
0.5.2_7 |
arved  |
Update MASTER_SITES
PR: 54721
Submitted by: Mathieu Arnold <m@absolight.net> |
16 Apr 2003 17:40:15
0.5.2_7 |
leeym  |
update maintainer's email address
PR: 51035
Submitted by: Mathieu Arnold <m@absolight.net> |
21 Feb 2003 13:26:58
0.5.2_7 |
knu  |
De-pkg-comment. |
13 Feb 2003 14:37:08
0.5.2_7 |
naddy  |
Use MASTER_SITE_DEBIAN. |
18 Jan 2003 22:50:06
0.5.2_7 |
seanc  |
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1] |
24 Nov 2002 09:21:46
0.5.2_6 |
edwin  |
Maitainer update: Fix security/pam-pgsql on -current
Noticed on: bento
PR: ports/45652
Submitted by: Mathieu Arnold <m@absolight.fr> |
18 Sep 2002 14:33:23
0.5.2_6 |
ijliao  |
1. Fixed coredump on -STABLE
2. pass maintainership to Mathieu Arnold <m@absolight.fr>
PR: 41637
Submitted by: old maintainer |
21 Jul 2002 17:02:04
0.5.2_5 |
ru  |
Catch up to the new bsd.lib.mk API (these libs are not internal). |
12 May 2002 16:52:40
0.5.2_5 |
mi  |
Upgrade to 0.5.2-5 and transfer maintainership to Andrey Pevnev.
Add another WWW to the pkg-descr.
Woken up by: Andrey Pevnev |
23 Mar 2002 22:41:04
0.5.2_2 |
mi  |
Search in the ${LOCABASE}/include too, not just include/pgsql.
Submitted by: Anders Nordby |
05 Feb 2002 02:10:07  |
mi  |
Fix the patch (a header and an empty line) and remove last mentions of the
shortlived pqescape.c. |
05 Feb 2002 01:58:25  |
mi  |
Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIAN idea
is not catching up), and upgrade the port to port-revision 2, which uses the
newer patch from the authors 0.5.2-2. |
21 Jan 2002 20:06:06  |
mi  |
Update to 0.5.2, which also includes the fix for the security hole I tried
to close before. Note, that the hole WAS STILL THERE in 0.5.1 -- up until
today :-( Although I added the pqescape.c, I forgot to add the patch, that
made use of it... |
09 Jan 2002 20:49:02  |
mi  |
Close the security hole by making it escape all of the untrusted input before
passing it to the SQL server. The code in the added pqescape.c is going to be
in the next PostgreSQL release, but it is not there yet and this port will use
its own private copy for now. |
09 Jan 2002 19:55:47  |
mi  |
Remove the dependency on security/mhash by calling MD5Data directly. No
REVISION bump, as the port remained FORBIDDEN ever since the last upgrade. |
08 Jan 2002 22:02:34  |
nectar  |
Mark this port FORBIDDEN due to a security hole. |
08 Jan 2002 19:17:27  |
mi  |
Upgrade to 0.5.1. It now uses mhash, BTW. |
09 Jul 2001 22:17:29  |
mi  |
Re-organize the local MASTER_SITE_DEBIAN setting to include A LOT of
country-code based aliases for the debian mirrors. Someone with power to
commit to bsd.sites.mk should, of course, move it there ASAP. |
21 Apr 2001 12:43:12  |
vanilla  |
Fix include directory for postgresql7.1's new layout. |
30 Mar 2001 18:20:29  |
mi  |
Fix the package building (I used - in the Makefile, but _ in the pkg-plist)
by passing the DOCDIR variable through PLIST_SUB. Remove my own PLIST_SUB
hackery that predated (and, hopefully, inspired) the now standard PORTDOCS
addition. |
18 Mar 2001 16:23:53  |
mi  |
Fix the hardcoded prefix path to the ${LOCALBASE}. |
26 Feb 2001 23:09:21  |
mi  |
Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL. |