Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
42.7.4 23 Aug 2024 15:04:36 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Update to 42.7.4
Release notes: https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md |
42.7.3 17 Mar 2024 21:05:50 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Upgrade to 42.7.3
Release notes: https://jdbc.postgresql.org/changelogs/2024-03-14-42.7.3-release/ |
42.7.2 21 Feb 2024 20:17:04 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Update to 42.7.2
Release notes: https://jdbc.postgresql.org/changelogs/2024-02-21-42.7.2-release/ |
42.7.1 07 Dec 2023 13:47:54 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Update to 42.7.1
Release notes: https://jdbc.postgresql.org/changelogs/2023-12-06-42.7.1-release/ |
42.7.0 23 Nov 2023 22:01:50 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Upgrade to 42.7.0
Release notes: https://jdbc.postgresql.org/changelogs/2023-11-20-42.7.0-release/ |
42.6.0 20 Mar 2023 14:54:46 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.6.0
Release notes: https://jdbc.postgresql.org/changelogs/2023-03-17-42.6.0-release/ |
42.5.4 15 Mar 2023 00:46:31 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Update to 42.5.4
Release notes: https://jdbc.postgresql.org/changelogs/2023-02-16-42.5.4-release/ |
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) |
42.4.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 ) |
42.4.2 22 Aug 2022 09:44:12 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.4.2
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.4.2 |
42.4.1 16 Aug 2022 07:51:50 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.4.1
The PostgreSQL JDBC team have released 42.4.1 to address a security
issue: CVE-2022-31197. This is only an issue if you are using
ResultSet.refreshRow()
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.4.1
Security: CVE-2022-31197 [1]
[1]: https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2 |
42.4.0 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
42.4.0 14 Jun 2022 19:54:59 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: Upgrade to 42.4.0
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.4.0 |
42.3.6 07 Jun 2022 07:16:27 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.3.6
The JDBC team has released version 42.3.6 to fix a regression introduced
in 42.3.2
This fixes "cursor <unnamed portal 1> does not exist" when using
ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5
(see PG #2377)
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.3.6 |
42.3.4 19 Apr 2022 20:34:11 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to |
42.3.3 17 Feb 2022 13:14:51 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.3.3.
A security advisory has been created for the PostgreSQL JDBC Driver. The
URL connection string loggerFile property could be mis-used to create an
arbitrary file on the system that the driver is loaded. Additionally
anything in the connection string will be logged and subsequently
written into that file. In an insecure system it would be possible to
execute this file through a webserver.
While we do not consider this a security issue with the driver, we have
decided to remove the loggerFile and loggerLevel connection properties
in the next release of the driver. Removal of those properties does not
make exposing the JDBC URL or connection properties to an attacker safe
and we continue to suggest that applications do not allow untrusted
users to specify arbitrary connection properties.
We are removing them to prevent misuse and their functionality can be
delegated to java.util.logging. The changelog is not very useful as the
change was done behind a security advisory. The short version is that
loggerFile and loggerLevel properties still exist but do not do
anything.
Security: https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-673j-qm5f-xpv8 |
42.3.1 30 Oct 2021 15:05:10 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.3.1
Reported by: portscout |
42.3.0 20 Oct 2021 18:15:03 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.3.0 |
42.2.20 23 Apr 2021 19:04:41 |
Palle Girgensohn (girgen) |
databases/postgresql-jdbc: update to 42.2.20
Relnotes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.20 |
42.2.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
42.2.18 17 Dec 2020 10:42:25 |
girgen |
Upgrade to 42.2.18
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.18 |
42.2.16 24 Aug 2020 13:51:19 |
girgen |
Fix borken distinfo introduced in last commit
Reported by: barbara.freebsd at gmail.com |
42.2.16 24 Aug 2020 11:44:39 |
girgen |
Actually upgrade to 42.2.16
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.16 |
42.2.15 24 Aug 2020 06:17:38 |
girgen |
Update to version 42.2.16
Release
notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.16 |
42.2.14 15 Jun 2020 08:07:32 |
girgen |
Upgrade to version 42.2.14
Refactor the port to fetch the prebuilt jar instead of building, since the
building process just got to complicated to make it worth while.
PR: 245719
Sponsored by: Ping Pong AB |
42.2.12 15 Jun 2020 06:56:41 |
girgen |
Fix bad plist substitution
PR: 247226
Reported by: Garrett Wollman |
9.2.1004 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
9.2.1004 10 Sep 2015 15:24:13 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
9.2.1004 27 May 2015 00:15:05 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
9.2.1004 09 Jun 2014 06:24:45 |
girgen |
- Update to 9.2.1004
- Stage support
- Add LICENSE
Submitted by: bar@ |
9.1.902_1 21 Feb 2014 13:35:58 |
ehaupt |
Remove trailing whitespaces from category databases |
9.1.902_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) |
9.1.902_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
9.1.902_1 18 Feb 2013 07:38:33 |
jgh |
- trim historical header |
9.1.902_1 17 Feb 2013 16:25:53 |
jgh |
- fix documentation conflict [1]
- remove examples notation from pkg-message (no longer distributed/installed)
[1]
PR: 176066
Submitted by: walterhurry@gmail.com, jgh@ [1]
With hat: pgsql@ |
9.1.902 29 Aug 2012 22:34:04 |
jgh |
- update to 9.1.902
PR: 171163
Submitted by: olgeni@
Approved by: crees@ ( with hat pgsql@)
With hat: pgsql@ |
9.1.901 04 Mar 2012 17:19:59 |
crees |
Over to new team, pgsql@FreeBSD.org |
9.1.901 19 Jan 2012 03:35:49 |
tabthorpe |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
9.1.901 04 Dec 2011 14:06:47 |
crees |
- Update to 9.1-901
- Remove unneeded plist
PR: ports/161040
Submitted by: Barbara <barbara.xxx1975@libero.it>
Approved by: maintainer timeout (girgen, three months -2d)
Feature safe: yes |
9.0.802 30 Nov 2011 19:15:30 |
crees |
Update to 9.0.802
PR: ports/154951
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Approved by: maintainer timeout (girgen, nine months)
Feature safe: yes |
8.3.603_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
8.3.603_1 06 Jun 2008 13:17:10 |
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) |
8.3.603 26 Feb 2008 22:45:56 |
girgen |
Updating to 8.3.603 |
8.2.505 25 Jun 2007 14:32:15 |
girgen |
Update to 8.2.505 |
8.2.504_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
8.2.504_1 10 Jan 2007 19:36:50 |
girgen |
Fix pkg-list |
8.2.504 27 Dec 2006 11:09:42 |
girgen |
Update to 8.2.504. See changelog at
http://jdbc.postgresql.org/changes.html#version_8.2-504 |
8.1.407 24 May 2006 10:45:52 |
girgen |
Update to 8.1-407 |
8.1.404 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
8.1.404 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
8.1.404 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
8.1.404 10 Nov 2005 02:41:43 |
girgen |
Honor EXAMPLESDIR and JAVAJARDIR.
Suggested by: Herve Quiroz <hq@> |
8.1.404 10 Nov 2005 02:29:45 |
girgen |
Update to 8.1.404 |
8.0.311 12 Apr 2005 15:41:11 |
girgen |
Update to 8.0.311.
See http://jdbc.postgresql.org/changes.html#version_8.0-311
for a changelog
Approved by: seanc, ade (implicit) |
8.0.310 11 Feb 2005 00:10:59 |
girgen |
Update JDBC support to version 8.0 (build 310).
The PostgreSQL JDBC project has been decoupled from the server
distribution, and is now hosted at http://jdbc.postgresql.org/.
Approved by: ade (mentor) |
7.4.7 03 Feb 2005 09:30:27 |
girgen |
In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is
announcing the release of new versions of PostgreSQL.
Update to 7.3.9, 7.4.7 & 8.0.1.
Take the opportunity to reset PORTREVISION of slave ports.
Back out name change of startup script. The new script uses rc.subr(8),
and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD
4.x. Hence rename the script it back to the top of the directory
list. [1]
The periodic script should of course be executable. [2]
[1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk>
[2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de> |
7.4.6_1 31 Jan 2005 01:48:06 |
girgen |
Bump portrevision |
7.4.6 31 Jan 2005 00:20:25 |
girgen |
Split the postgresql ports into a server and a client part.
The JDBC interface has been moved from the main distribution to its
own project at jdbc.postgresql.org. Fixate to the latest version
in main distro, 7.4.6, pending an update to latest version from the
project site.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
7.4.6 06 Dec 2004 03:59:56 |
girgen |
Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor) |
7.4.5 02 Sep 2004 18:31:30 |
linimon |
Fix patching error.
PR: ports/71265
Submitted by: Palle Girgensohn <girgen at pingpong dot net> (maintainer) |
7.4.3 28 Jun 2004 21:48:56 |
vanilla |
Upgrade to 7.4.3.
PR: ports/68456
Submitted by: maintainer |
7.4.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
7.4.1 22 Jan 2004 08:05:25 |
trevor |
Use PAX macro. |
7.4 04 Dec 2003 12:00:49 |
seanc |
Introduce the world to PostgreSQL 7.4! By and large this release is
regarded as a major release with features with interest to those with
large databases. The updates are extensive and the best source of info
is in the release notes. Enjoy and direct questions to database@!
Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4
PR: ports/59403, ports/59404, ports/59393, ports/59394,
ports/59395, ports/59397, ports/59398, ports/59402, &&
ports/59401
Submitted by: maintainer
Approved by: marcus (portmgr@ hat) |
7.3.4 04 Sep 2003 12:03:58 |
osa |
Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
Utilize ${EXAMPLESDIR} [1]
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer),
osa [1]
PR: 56346, 56404 |
7.3.3 23 Jul 2003 14:30:29 |
znerd |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
7.3.3 19 Jun 2003 09:12:56 |
daichi |
postgresql slave ports, reduce unnecessary portrevision bumps
PR: 52867
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) |
7.3.3 02 Jun 2003 01:44:03 |
nork |
Update to 7.3.3.
1. Optionally link with libc_r to get plpython working. [1]
2. Fix kerberos build. [2]
3. There was a duplication of some declarations. [3]
PR: ports/52851
PR: ports/51080 [2]
Submitted by: Mike Meyer <mwm@mired.org> [1]
Submitted by: Gerweck <andy@tacnode.com> [2]
Pointed out by: Mike Harding <mvh@ix.netcom.com> [3]
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) |
7.3.2_1 28 Mar 2003 13:45:16 |
znerd |
Fix for ports/47866, ports/48610 & ports/46768.
Bumped PORTREVISION.
PR: 48878
Submitted by: maintainer |
7.3.2_1 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
7.3.1 04 Jan 2003 23:36:44 |
seanc |
Update PostgreSQL JDBC for 7.3.1.
PR: ports/45881
Submitted by: Palle Girgensohn <girgen@pingpong.net> |
7.2.3 10 Nov 2002 22:44:03 |
kris |
Don't remove system directories share/java, share/java/classes, and
share/doc |
7.2.1 11 Apr 2002 05:08:34 |
ijliao |
use the latest postgresql7
postgresql-jdbc now uses the great new USE_JAVA stuff
PR: 36980
Submitted by: maintainer |
19 Feb 2002 08:35:59 |
vanilla |
This is the implementation of JDBC, the Java Database Connectivity API, for
accessing PostgreSQL databases from Java. |