Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.3.2_2 02 Aug 2023 18:53:43 |
Muhammad Moinur Rahman (bofh) |
security/pam-pgsql: Fix build
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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.7.3.2_2 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.7.3.2_2 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.7.3.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.3.2_2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.7.3.2_2 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.7.3.2_1 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.7.3.2 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.7.3.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.7.3.2 25 Nov 2015 01:33:04 |
wen |
- Update to 0.7.3.2
PR: 203975
Submitted by: ports@toco-domains.de
Approved by: maintainer(timeout, >30 days) |
0.7.3.1_4 10 Aug 2015 22:44:58 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.7.3.1_4 02 Jan 2015 18:46:34 |
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 ) |
0.7.3.1_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
0.7.3.1_3 30 Jul 2014 03:57:24 |
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) |
0.7.3.1_2 06 Jul 2014 10:18:36 |
tijl |
The old pkg_install is buggy with @cwd. Just install the module under
PREFIX like all other PAM ports. |
0.7.3.1_1 05 Jul 2014 21:17:07 |
tijl |
- New LIB_DEPENDS syntax
- Add USES=libtool
- Apply substitutions to pkg-message |
0.7.3.1 09 Mar 2014 14:42:41 |
miwi |
Stage support |
0.7.3.1 21 Feb 2014 13:39:24 |
ehaupt |
Remove trailing whitespaces from category security |
0.7.3.1 10 Feb 2014 13:54:28 |
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) |
0.7.3.1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.7.3.1 21 May 2013 11:51:55 |
wg |
- Do not mute install command
- Use LICENSE knob and do not install COPYRIGHT
Submitted by: danfe (via email)
Approved by: culot (mentor) |
0.7.3.1 20 May 2013 10:29:45 |
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) |
0.6.3_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.6.3_1 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.6.3_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.6.3_1 06 Jun 2008 14:01:07 |
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) |
0.6.3 03 Oct 2006 15:34:44 |
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 ) |
0.6.3 20 Sep 2006 13:53:54 |
rafan |
- Update to 0.6.3
PR: ports/103407
Submitted by: chinsan <chinsan.tw at gmail.com> (maintainer) |
0.6.2 05 Sep 2006 18:38:45 |
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> |
0.6.1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
0.6.1 18 Aug 2005 19:38:30 |
sem |
- Update to 0.6.1.
- Unbreak.
Approved by: portmgr (krion) |
0.5.2_9 31 Jan 2005 00:35:56 |
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) |
0.5.2_8 13 Jul 2004 13:58:37 |
mat |
drop maintainership, I don't use it any more and don't have time to fix it |
0.5.2_8 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.5.2_7 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
0.5.2_7 13 Jan 2004 15:31:44 |
mat |
Update MASTER_SITE and WWW |
0.5.2_7 16 Oct 2003 02:08:30 |
kris |
BROKEN on 5.x: does not compile |
0.5.2_7 16 Aug 2003 09:13:44 |
mat |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
0.5.2_7 22 Jul 2003 09:46:30 |
arved |
Update MASTER_SITES
PR: 54721
Submitted by: Mathieu Arnold <m@absolight.net> |
0.5.2_7 16 Apr 2003 17:40:15 |
leeym |
update maintainer's email address
PR: 51035
Submitted by: Mathieu Arnold <m@absolight.net> |
0.5.2_7 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
0.5.2_7 13 Feb 2003 14:37:08 |
naddy |
Use MASTER_SITE_DEBIAN. |
0.5.2_7 18 Jan 2003 22:50:06 |
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] |
0.5.2_6 24 Nov 2002 09:21:46 |
edwin |
Maitainer update: Fix security/pam-pgsql on -current
Noticed on: bento
PR: ports/45652
Submitted by: Mathieu Arnold <m@absolight.fr> |
0.5.2_6 18 Sep 2002 14:33:23 |
ijliao |
1. Fixed coredump on -STABLE
2. pass maintainership to Mathieu Arnold <m@absolight.fr>
PR: 41637
Submitted by: old maintainer |
0.5.2_5 21 Jul 2002 17:02:04 |
ru |
Catch up to the new bsd.lib.mk API (these libs are not internal). |
0.5.2_5 12 May 2002 16:52:40 |
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 |
0.5.2_2 23 Mar 2002 22:41:04 |
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. |