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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/pgpool-II-41/Makefile

Number of commits found: 17

Thursday, 26 Oct 2023
20:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Extend EXPIRATION_DATE

The EOL for the branch has been extended so extend the DEPRECATION and
EXPIRATION_DATE accordingly.

See:
https://www.pgpool.net/mediawiki/index.php/EOL_information

Approved by:	portmgr (blanket)
commit hash: fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 commit hash: fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 commit hash: fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 commit hash: fb0a93b99bb7491af0ee804f0362f8b76acb3ef0 fb0a93b
Thursday, 17 Aug 2023
18:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.15=>4.1.17

- Mark DEPRECATED as upstream EOL reaches on 2023-12-31
- Set EXPIRATION_DATE 2023-12-31

Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-1-17.html

Approved by:	tz (private mail)
Approved by:	portmgr (blanket)
commit hash: 4c377a43d34c8f8224e584a670102231547454d2 commit hash: 4c377a43d34c8f8224e584a670102231547454d2 commit hash: 4c377a43d34c8f8224e584a670102231547454d2 commit hash: 4c377a43d34c8f8224e584a670102231547454d2 4c377a4
Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Saturday, 15 Apr 2023
13:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove pointers to EOLed pgsql versions

- Remove dotted pgsql versions

Approved by:	portmgr
commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 commit hash: a40c0e7d8311e72078684f0a7ee388966a6adaf9 a40c0e7
Monday, 20 Feb 2023
15:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.14=>4.1.15

Changelog:
https://www.pgpool.net/docs/latest/en/html/release-4-1-15.html

Approved by:	tz (mail)
Sponsored by:	Bounce Experts
commit hash: 30a4a055da9b15b8eb567b78cdbf0fddd079e8cd commit hash: 30a4a055da9b15b8eb567b78cdbf0fddd079e8cd commit hash: 30a4a055da9b15b8eb567b78cdbf0fddd079e8cd commit hash: 30a4a055da9b15b8eb567b78cdbf0fddd079e8cd 30a4a055
Saturday, 31 Dec 2022
21:58 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.13=>4.1.14

Approved by:	tx (by private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-14.html
Sponsored by:	Bounce Experts
commit hash: ed9edf8d52c4a9eadbf16a09ea3be601c348773f commit hash: ed9edf8d52c4a9eadbf16a09ea3be601c348773f commit hash: ed9edf8d52c4a9eadbf16a09ea3be601c348773f commit hash: ed9edf8d52c4a9eadbf16a09ea3be601c348773f ed9edf8
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
Sunday, 4 Sep 2022
19:03 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.12=>4.1.13

Approved by:	tz (By private mail)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-13.html
Sponsored by:	Bounce Experts
commit hash: 8ca91c3e62bb315fcd97e37f51120f4e31b4cfa7 commit hash: 8ca91c3e62bb315fcd97e37f51120f4e31b4cfa7 commit hash: 8ca91c3e62bb315fcd97e37f51120f4e31b4cfa7 commit hash: 8ca91c3e62bb315fcd97e37f51120f4e31b4cfa7 8ca91c3
Wednesday, 29 Jun 2022
15:57 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in the databases category

Approved by:	portmgr (implicit)
commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 da00957
Monday, 27 Jun 2022
03:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.10=>4.1.12

Approved by:	tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-12.html
Sponsored by:	Bounce Experts
commit hash: f18bcd860bda38b19aa0d770d4d129a698dbf1ac commit hash: f18bcd860bda38b19aa0d770d4d129a698dbf1ac commit hash: f18bcd860bda38b19aa0d770d4d129a698dbf1ac commit hash: f18bcd860bda38b19aa0d770d4d129a698dbf1ac f18bcd8
Sunday, 26 Dec 2021
19:05 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.6=>4.1.10

Approved by:	tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-10.html
Sponsored by:	Bounce Experts
commit hash: 3a30223f742b67369dd7aa0867a57e0ef7b9ffdf commit hash: 3a30223f742b67369dd7aa0867a57e0ef7b9ffdf commit hash: 3a30223f742b67369dd7aa0867a57e0ef7b9ffdf commit hash: 3a30223f742b67369dd7aa0867a57e0ef7b9ffdf 3a30223
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Tuesday, 11 May 2021
16:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-41: Update version 4.1.2=>4.1.6

- Pet portlint
- Fix pkg-plist. Except the default pgpool.conf.sample other
  pgpool.conf.sample* represents different configurations for different
  scenario. Only the pgpool.conf.sample should create a corresponding
  pgpool.conf file. Hence removing the @sample directive for the other
  pgpool.conf.sample*

Approved by:	tz
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-6.html
Sponsored by:	Bounce Experts
Differential Revision:	https://reviews.freebsd.org/D30177
commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 commit hash: 45438e74330c2c62867565587c569d893fbff3e3 45438e7
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, 15 Jul 2020
18:14 tz search for other commits by this committer
databases/pgpool-II-41: Upgrade from 4.1.1 to 4.1.2

Changelog: Bug fixes

    Fix build error on some system (Fedora 32). (Tatsuo Ishii)

    Doc: Add note about if_up_cmd and if_down_cmd command. (Bo Peng)

    Fix pgpool ssl front end accept all ciphers. (bug 608) (Muhammad Usama)

    Downgrade too verbose authentication logs. (Tatsuo Ishii)

    Fix unnecessary checks. (Tatsuo Ishii)

    Doc: Fix typo. (Tatsuo Ishii)

    Fix for segmentation fault in PCP process. (bug 598) (Muhammad Usama)

    Fix a warning message is never output in watchdog. (Tatsuo Ishii)

    Doc: Fix typo. (Tatsuo Ishii, Bo Peng)

    Fix Pgpool-II hangs when an Execute message is issued right after Sync
message and query cache hits. (Tatsuo Ishii)

    Fix problems in watchdog source code processing json data. (bug 596) (Tatsuo
Ishii)

    Fix SCRAM auth handling bug. (bug 595) (Tatsuo Ishii)

    Fix possible data inconsistency in native replication mode. (Tatsuo Ishii)

    Fix watchdog ping probes fail with long hostnames due to small buffer. (bug
516) (Bo Peng)

    Doc: Enhance documents. (Tatsuo Ishii)

    Fix "last status change" timestamp is not set properly. (Tatsuo Ishii)

Sponsored by:	Bounce Experts
Original commitRevision:542279 
Sunday, 29 Mar 2020
21:48 tz search for other commits by this committer
New port: databases/pgpool-II-41

Repocopy databases/pgpool-II-40 and modify it to introduce
new pgpool version 4.1.x.

Major enhancements in Pgpool-II 4.1 include:

    * Statement level load balancing.
    * Auto failback.
    * Enhance performance in number of areas.
        * Shared relation cache allows to reuse relation cache among sessions to
reduce internal queries against PostgreSQL system catalogs.
        * Have separate SQL parser for DML statements to eliminate unnecessary
parsing effort.
        * Load balancing control for specific queries.
    * Reduce Internal Queries against System Catalogs.
    * Import PostgreSQL 12 SQL parser.

PR:		244646
Submitted by:	Franko Ricci <franco.ricc@gmail.com>
Original commitRevision:529842 

Number of commits found: 17