non port: security/sslsplit/Makefile |
Number of commits found: 30 |
Friday, 15 Mar 2024
|
21:23 Muhammad Moinur Rahman (bofh)
security/sslsplit: Fix build with OpenSSL 3
135861c |
Tuesday, 30 Jan 2024
|
21:39 Muhammad Moinur Rahman (bofh)
security/sslsplit: Moved man to share/man
d4fa26e |
Sunday, 15 Oct 2023
|
11:14 Bernard Spil (brnrd)
security/openssl: Update BROKEN_SSL ports referring to openssl30
c558035 |
Sunday, 6 Aug 2023
|
12:30 Muhammad Moinur Rahman (bofh)
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
dbbfc37 |
Tuesday, 16 May 2023
|
03:57 Alexey Dokuchaev (danfe)
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.
8b63b54 |
Wednesday, 3 May 2023
|
16:19 Muhammad Moinur Rahman (bofh)
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
3261160 |
Tuesday, 11 Apr 2023
|
20:46 Muhammad Moinur Rahman (bofh)
*/*: Adopt ports from swills@
2c2dd85 |
20:34 Rene Ladan (rene)
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary
4f538db |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Saturday, 30 Jul 2022
|
05:57 Po-Chuan Hsieh (sunpoet)
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
9f7a285 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 11 Oct 2019
|
21:32 swills
security/sslsplit: update to 0.5.5
 |
Friday, 2 Aug 2019
|
13:30 jbeich
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
 |
Monday, 13 May 2019
|
09:31 amdmi3
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
 |
Wednesday, 31 Oct 2018
|
14:21 swills
security/sslsplit: update to 0.5.4
 |
Friday, 21 Sep 2018
|
01:03 swills
security/sslsplit: update to 0.5.3
 |
Friday, 16 Feb 2018
|
03:55 swills
security/sslsplit: update to 0.5.2
 |
Monday, 15 Jan 2018
|
18:37 swills
security/sslsplit: update to 0.5.1
 |
Saturday, 5 Aug 2017
|
23:13 sunpoet
Use post-install: instead of post-stage:
Approved by: portmgr (blanket)
 |
Friday, 7 Apr 2017
|
17:23 swills
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>
 |
Tuesday, 21 Mar 2017
|
08:16 glebius
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
 |
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
 |
Saturday, 4 Feb 2017
|
07:56 jbeich
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)
 |
Monday, 11 Apr 2016
|
20:24 bapt
Fix build as a user
 |
Saturday, 9 Apr 2016
|
13:43 swills
security/sslsplit: update to 0.5.0
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 1 Jul 2015
|
15:07 swills
security/sslsplit: update to 0.4.11
 |
Thursday, 12 Mar 2015
|
17:12 sunpoet
- Update MAINTAINER: use @FreeBSD.org
 |
Saturday, 18 Oct 2014
|
18:04 swills
security/sslsplit: add port
 |
Number of commits found: 30 |