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: security/sslsplit/Makefile

Number of commits found: 30

Friday, 15 Mar 2024
21:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/sslsplit: Fix build with OpenSSL 3
commit hash: 135861ca0d3119b359c0666ac3a8fcb893f4df9a commit hash: 135861ca0d3119b359c0666ac3a8fcb893f4df9a commit hash: 135861ca0d3119b359c0666ac3a8fcb893f4df9a commit hash: 135861ca0d3119b359c0666ac3a8fcb893f4df9a 135861c
Tuesday, 30 Jan 2024
21:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/sslsplit: Moved man to share/man
commit hash: d4fa26e1055133f34402030f9445cae468a4cb07 commit hash: d4fa26e1055133f34402030f9445cae468a4cb07 commit hash: d4fa26e1055133f34402030f9445cae468a4cb07 commit hash: d4fa26e1055133f34402030f9445cae468a4cb07 d4fa26e
Sunday, 15 Oct 2023
11:14 Bernard Spil (brnrd) search for other commits by this committer
security/openssl: Update BROKEN_SSL ports referring to openssl30
commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 c558035
Sunday, 6 Aug 2023
12:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/sslsplit: Mark IGNORE_SSL for 14

In previous this was marked IGNORE_SSL only for openssl30 and openssl 31
and now as we have OSVERSION 1400092 for OpenSSL 3 in base also mark
IGNORE_SSL for that OSVERSION and onwards.

Sponsored by:	The FreeBSD Foundation
commit hash: dbbfc37894ff8ee9023477d3d74bbbb907e44bb5 commit hash: dbbfc37894ff8ee9023477d3d74bbbb907e44bb5 commit hash: dbbfc37894ff8ee9023477d3d74bbbb907e44bb5 commit hash: dbbfc37894ff8ee9023477d3d74bbbb907e44bb5 dbbfc37
Tuesday, 16 May 2023
03:57 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}

Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
commit hash: 8b63b54d43cc9f4a3c3af406790fc6f0d86db560 commit hash: 8b63b54d43cc9f4a3c3af406790fc6f0d86db560 commit hash: 8b63b54d43cc9f4a3c3af406790fc6f0d86db560 commit hash: 8b63b54d43cc9f4a3c3af406790fc6f0d86db560 8b63b54
Wednesday, 3 May 2023
16:19 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/sslsplit: Mark IGNORE_SSL

- Fails to build with error: undefined symbol: ERR_GET_FUNC which has
  been deprecated on OpenSSL 3.0.0 and later
- Mark DEPRECATED as upstream has mentioned inactivity with the
  possibility of returning
commit hash: 32611605789e8c0f34dc63a1ceb86844682f4f31 commit hash: 32611605789e8c0f34dc63a1ceb86844682f4f31 commit hash: 32611605789e8c0f34dc63a1ceb86844682f4f31 commit hash: 32611605789e8c0f34dc63a1ceb86844682f4f31 3261160
Tuesday, 11 Apr 2023
20:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Adopt ports from swills@
commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 2c2dd85
20:34 Rene Ladan (rene) search for other commits by this committer
all: return swills' ports to the pools after safeeping his ports bit.

With hat:	portmgr-secretary
commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d 4f538db
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
Saturday, 30 Jul 2022
05:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/libnet: Update to 1.2

- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/libnet/libnet/releases
commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5 commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5 commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5 commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5 9f7a285
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
Friday, 11 Oct 2019
21:32 swills search for other commits by this committer
security/sslsplit: update to 0.5.5
Original commitRevision:514298 
Friday, 2 Aug 2019
13:30 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Original commitRevision:507877 
Monday, 13 May 2019
09:31 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:501540 
Wednesday, 31 Oct 2018
14:21 swills search for other commits by this committer
security/sslsplit: update to 0.5.4
Original commitRevision:483582 
Friday, 21 Sep 2018
01:03 swills search for other commits by this committer
security/sslsplit: update to 0.5.3
Original commitRevision:480222 
Friday, 16 Feb 2018
03:55 swills search for other commits by this committer
security/sslsplit: update to 0.5.2
Original commitRevision:461976 
Monday, 15 Jan 2018
18:37 swills search for other commits by this committer
security/sslsplit: update to 0.5.1
Original commitRevision:459109 
Saturday, 5 Aug 2017
23:13 sunpoet search for other commits by this committer
Use post-install: instead of post-stage:

Approved by:	portmgr (blanket)
Original commitRevision:447433 
Friday, 7 Apr 2017
17:23 swills search for other commits by this committer
security/sslsplit: fix build with libressl-devel

While here, add LICENSE, USES=ssl, strip the binary

PR:		216846
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:437947 
Tuesday, 21 Mar 2017
08:16 glebius search for other commits by this committer
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
Original commitRevision:436569 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Original commitRevision:433286 
Monday, 11 Apr 2016
20:24 bapt search for other commits by this committer
Fix build as a user
Original commitRevision:413086 
Saturday, 9 Apr 2016
13:43 swills search for other commits by this committer
security/sslsplit: update to 0.5.0
Original commitRevision:412842 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Wednesday, 1 Jul 2015
15:07 swills search for other commits by this committer
security/sslsplit: update to 0.4.11
Original commitRevision:391070 
Thursday, 12 Mar 2015
17:12 sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
Original commitRevision:381119 
Saturday, 18 Oct 2014
18:04 swills search for other commits by this committer
security/sslsplit: add port
Original commitRevision:371149 

Number of commits found: 30