Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.b1_9 26 Mar 2024 19:32:53 |
Gleb Popov (arrowd) |
security/dsniff: Move manpages to share/man
Approved by: portmgr (blanket) |
2.4.b1_8 18 Aug 2023 06:57:12 |
Muhammad Moinur Rahman (bofh) |
security/dsniff: Mark BROKEN on 14
Fails to compile with:
error: conflicting types for 'pcap_init'
pcap_t *pcap_init(char *intf, char *filter, int snaplen);
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.4.b1_8 07 Feb 2023 20:12:08 |
Sofian Brabez (sbz) Author: Lars Herschke |
security/dsniff: fix build by using openssl-unsafe
PR: 267387 |
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) |
2.4.b1_7 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 ) |
2.4.b1_7 30 Jul 2022 05:57:11 |
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 |
2.4.b1_6 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.b1_6 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.4.b1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.b1_6 11 Dec 2020 16:13:59 |
jbeich |
security/libressl: re-link static library consumers after r557713 |
2.4.b1_5 12 Aug 2020 13:34:58 |
0mp |
Only pass -E to find(1) when passing -regex or -iregex
The -E flag tells find(1) to interpret regular expressions which were
passed as arguments to -regex and -iregex as extended regular expressions.
It has no effect on other otherwise. Let's not invoke find(1) with -E if
not necessary.
Approved by: portmgr (blanket approval) |
2.4.b1_5 09 May 2020 03:46:00 |
tobik |
Rebuild statically linked security/libressl consumers after r534416 |
2.4.b1_4 01 Jan 2020 17:30:19 |
brnrd |
Chase rename of security/openssl111
- Categories n-z
MFH: 2020Q1 |
2.4.b1_4 07 Nov 2019 18:41:56 |
zeising |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports. |
2.4.b1_4 19 Oct 2019 15:00:34 |
tobik |
Rebuild statically linked security/libressl consumers after r514815 |
2.4.b1_3 23 May 2019 02:52:16 |
tobik |
Rebuild statically linked security/libressl consumers after r502277 |
2.4.b1_2 22 Apr 2019 20:38:59 |
tobik |
Rebuild statically linked security/libressl consumers after r499667 |
2.4.b1_1 05 Apr 2019 01:12:59 |
eugen |
security/dsniff: unbreak for FreeBSD 12+
This software needs old SSL interfaces that pre-date OpenSSL 1.1
and provided by LibreSSL still.
Unbreak build for systems using openssl 1.1 following technique
of security/acme-client: compile with temporary copy of LibreSSL
and statically link binaries sshmitm and webmitm with LibreSSL's
libraries. Do not install LibreSSL to the system
if SSL_DEFAULT is not libressl. |
2.4.b1_1 04 Apr 2019 14:24:40 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
2.4.b1_1 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
2.4.b1_1 29 Mar 2018 14:53:24 |
mat |
Mark some ports broken with openssl-devel.
Sponsored by: Absolight |
2.4.b1_1 20 Dec 2017 19:20:20 |
mat |
Fix build on 11 and 12.
While there, sort the Makefile.
Sponsored by: Absolight |
2.4.b1_1 04 Dec 2017 16:57:35 |
mat |
It now no longer build on 11.
Sponsored by: Absolight |
2.4.b1_1 23 Jul 2017 09:01:04 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.4.b1_1 22 May 2017 22:29:17 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.4.b1_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.4.b1 15 Aug 2016 11:02:26 |
brnrd |
security/dsniff: Replace deprecated des_ methods and structs
- Replace all des_ methods and structs with DES_ equivalents
- Remove openssl/des_old.h include
- Register dependencies on OpenSSL, glib20 and gettext
Obtained from: OpenBSD ports
Reviewed by: sbz (maintainer)
Approved by: sbz (maintainer)
Differential Revision: D7054 |
2.4.b1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.4.b1 20 Mar 2016 10:53:09 |
tijl |
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.4.b1 22 Jul 2014 12:33:37 |
sbz |
- Update to 2.4b1
- Fix build with libnet11 and libnids (introduced by r361784)
Reported by: pkg-fallout |
2.3_4 23 Apr 2014 14:24:14 |
garga |
Fix build with clang:
. Add direct dependency to net/bpf.h
. Rename symbol csin to avoid conflict with complex.h
Approved by: portmgr (blanket) |
2.3_4 08 Feb 2014 07:07:19 |
antoine |
Last attempt to fix dsniff
Reported by: pkg-fallout (again) |
2.3_4 03 Feb 2014 14:07:47 |
mat |
- Convert to stage
- Unmark as broken, it should be fixed on 8/9 and on 10 it'll build when
net/libnids is fixed.
Sponsored by: Absolight |
2.3_4 01 Feb 2014 13:26:03 |
antoine |
Mark as broken: Fails to build
On 8 and 9:
cc -O2 -pipe -fno-strict-aliasing -D_BSD_SOURCE -DLIBNET_BSDISH_OS
-DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN
-DDSNIFF_LIBDIR=\"/usr/local/lib/\" -I. -I/usr/local/include -I/usr/include/pcap
-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN
-DLIBNET_LIL_ENDIAN -I/usr/local/include/libnet10 -I/usr/local/include -c
./nfs_prot.c
./nfs_prot.c:6:22: error: nfs_prot.h: No such file or directory
./nfs_prot.c:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'xdr_nfsstat'
./nfs_prot.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'xdr_ftype'
On 10 and head:
/usr/local/lib/libnids.a(libnids.o): In function `gen_ip_frag_proc':
libnids.c:(.text+0x1060): undefined reference to `ip_fast_csum'
/usr/local/lib/libnids.a(libnids.o): In function `gen_ip_proc':
libnids.c:(.text+0x1201): undefined reference to `my_udp_check'
/usr/local/lib/libnids.a(tcp.o): In function `process_tcp':
tcp.c:(.text+0x5b4): undefined reference to `my_tcp_check'
/usr/local/lib/libnids.a(tcp.o): In function `process_icmp':
tcp.c:(.text+0x12f6): undefined reference to `ip_compute_csum'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Reported by: pkg-fallout since august 2013
With hat: portmgr |
2.3_4 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.3_4 09 Aug 2013 02:11:21 |
danfe |
- Unbreak parallel builds by fixing targets' dependencies
- Cleanup port's Makefile slightly while I am here |
2.3_4 11 Jun 2013 08:50:21 |
sbz |
- Add dependency on pkgconfig
Reported by: mat |
2.3_4 12 May 2013 22:01:26 |
sbz |
- Fix BROKEN after r317848 commit
- Patch Makefile to disable libmissing
- Support bmake by using ${ECHO_CMD} instead of ${TRUE}
Reported by: linimon |
2.3_4 18 Feb 2013 21:13:02 |
dinoex |
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing |
2.3_4 08 Oct 2012 09:38:23 |
sbz |
- Fix logic problem |
2.3_4 08 Oct 2012 08:13:05 |
sbz |
- Convert to new option framework
- Add LICENSE
- Update MASTER_SITES
- Update pkg-descr |
2.3_4 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.3_4 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
2.3_4 08 May 2009 21:32:24 |
garga |
- Remove BROKEN since it's building fine on 8.0 |
2.3_4 27 Feb 2009 20:45:20 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Sofian Brabez via private email |
2.3_4 08 Jan 2009 17:58:19 |
erwin |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat |
2.3_4 25 Mar 2008 22:44:48 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.3_3 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}. |
2.3_2 26 Feb 2007 19:47:49 |
alepulver |
- Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled. |
2.3_2 09 Feb 2007 04:27:53 |
alepulver |
- Fix building when security/openssl is installed.
PR: ports/95733
Submitted by: "Jukka A. Ukkonen" <jau@iki.fi> |
2.3_2 31 Jan 2007 14:29:34 |
pav |
- Fix make describe on FreeBSD 4.X
Reported by: dvl
Submitted by: shaun |
2.3_2 31 Jan 2007 14:09:55 |
pav |
- Patch net/libnet* to versioned libraries and header files, so they can
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr |
2.3_1 31 Aug 2006 19:42:58 |
kris |
BROKEN: Depends on incompatible versions of libnet
Also drop maintainership, I no longer use this port and do not have time
to work on it. |
2.3_1 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
2.3_1 14 Nov 2005 17:07:08 |
sem |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> |
2.3 22 Mar 2004 12:45:57 |
kris |
o/~ Everybody was distfile sizing! o/~
(Add SIZE to distinfo)
Submitted by: trevor |
2.3 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.3 14 Sep 2002 23:01:50 |
kris |
Correct logic for adding webspy manpage based on WITHOUT_X11 |
2.3 17 Jun 2002 13:41:55 |
sheldonh |
Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed,
and the X11 libraries are not required.
Approved by: maintainer |
14 Jan 2001 08:13:48 |
kris |
Oops, forgot to add patch |
14 Jan 2001 08:12:52 |
kris |
The long-awaited upgrade to dsniff 2.3, which includes the now-infamous
sshmitm and webmitm monkey-in-the-middle tools. |
08 Oct 2000 07:30:58 |
asami |
Convert category security to new layout. |
10 Sep 2000 11:59:14 |
kris |
Fix PLIST |
03 Sep 2000 09:04:15 |
kris |
Remove 0-sized patch files |
02 Sep 2000 02:33:20 |
kris |
Upgrade to dsniff 2.2 |