Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9b3_6 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.9b3_6 25 Feb 2024 10:31:43 |
Muhammad Moinur Rahman (bofh) |
net/ssldump: Moved man to share/man
Approved by: portmgr (blanket) |
0.9b3_5 05 Aug 2023 20:08:13 |
Muhammad Moinur Rahman (bofh) |
net/ssldump: Fix build with llvm16
- Utilize OPTIONSNG where possible
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.9b3_5 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.9b3_5 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9b3_5 11 Nov 2021 18:05:38 |
Tilman Keskinoz (arved) |
Drop maintainership on most of my ports |
0.9b3_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9b3_5 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.9b3_5 28 Dec 2016 03:37:40 |
mi |
Add a patch for recognition of modern ciphers. Fix WWW and point
MASTER_SITES to SourceForge.
PR: 215502
Approved by: arved (maintainer) |
0.9b3_4 22 Jun 2014 13:19:10 |
arved |
support staging |
0.9b3_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.9b3_4 08 Jun 2012 15:52:13 |
arved |
Convert to optionsNG
grab maintainership |
0.9b3_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9b3_4 11 Mar 2009 19:52:28 |
erwin |
Fix a segfault when receiving duplicate packets.
Submitted by: Gregg Stefancik |
0.9b3_3 11 Mar 2009 09:27:48 |
erwin |
Fixes for handling out of order TCP segments.
Submitted by: Gregg Stefancik |
0.9b3_2 29 Jan 2008 16:03:19 |
danfe |
- Fix "Couldn't create network handler" error [1]
- Revise manual page for correctness and completeness
- Reinstate the `-y' (nroff) flag
- Drop gmake(1) dependency, builds with BSD make(1)
- Tweak port description and Makefile markup and syntax
- Pet portlint(1)
Mentioned in PR: ports/119680 [1]
Patches obtained from: Debian |
0.9b3_1 03 May 2006 00:48:49 |
tmclaugh |
Add optional AES decryption support via patch from CVS. (default: off)
It's been about 3.5 years since ssldump's last release and these patches
have been in CVS for about 3 years. It would be a shame to just leave
them there.
Obtained from: CVS by way of Suse 9.3 RPM |
0.9b3_1 20 Jan 2006 22:04:35 |
edwin |
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html
4.4 Patching
[...]
Please only use characters [-+._a-zA-Z0-9] for naming your patches.
Do not use any other characters besides them. Do not name your
patches like patch-aa or patch-ab etc, always mention path and file
name in patch names. |
0.9b3_1 20 Jan 2006 10:14:20 |
skv |
Unbreak build with openssl-0.9.8 |
0.9b3_1 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.9b3_1 24 Apr 2005 18:24:26 |
arved |
Don't use autoconf213.
It looks like the configure-path is no longer necessary |
0.9b3_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.9b3_1 27 Feb 2004 02:35:35 |
clement |
- Make portlint happy |
0.9b3_1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.9b3_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9b3 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9b3 10 Aug 2003 23:16:22 |
kris |
Drop maintainership |
0.9b3 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.9b3 29 Sep 2002 01:28:15 |
kris |
Update to ssldump 0.9.b3, which includes some security-related cleanups
and bug fixes.
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch>
Approved by: myself (portmgr hat on) |
0.9b2 29 Apr 2002 20:47:15 |
kris |
Fix build with gcc31; don't add -I/usr/include to gcc flags.
Submitted by: obrien |
18 Nov 2001 01:09:51 |
kris |
Update to ssldump 0.9b2 |
29 Jan 2001 00:53:56 |
kris |
Remove FORBIDDEN; the problem reported on bugtraq was a bug, not a security
vulnerability. |
21 Dec 2000 08:51:06 |
will |
As I was perusing Ports Fury's PR#22986, I decided to make some improvements
to the COMMENT files touched in that PR. This should clean them up a bit
more. |
18 Dec 2000 20:32:56 |
demon |
Remove trailing period and package name from the pkg-comment. |
11 Dec 2000 07:01:48 |
imp |
Mark as FORBIDDEN due to remove buffer overflows as reported on bugtraq. Kris
asked me to do this due to his reduced connectivity. |
11 Nov 2000 09:22:15 |
kris |
Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer. |
11 Nov 2000 09:22:15 |
kris |
Add ssldump 0.9b1, an SSLv3/TLS network protocol analyzer. |