notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/dsniff/Makefile
SVNWeb

Number of commits found: 56

Fri, 18 Aug 2023
[ 06:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:f38937674201a98755d450b3b4d04607762bd863  commit hash:f38937674201a98755d450b3b4d04607762bd863  commit hash:f38937674201a98755d450b3b4d04607762bd863  f389376 
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
Tue, 7 Feb 2023
[ 20:12 Sofian Brabez (sbz) search for other commits by this committer Author: Lars Herschke ]    commit hash:09cce002b069d1053e66b4980b3055de0a8deb4a  commit hash:09cce002b069d1053e66b4980b3055de0a8deb4a  commit hash:09cce002b069d1053e66b4980b3055de0a8deb4a  09cce00 
security/dsniff: fix build by using openssl-unsafe

PR:		267387
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 30 Jul 2022
[ 05:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  commit hash:9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5  9f7a285  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
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
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 11 Dec 2020
[ 16:13 jbeich search for other commits by this committer ] Original commit   Revision:557748
security/libressl: re-link static library consumers after r557713
Wed, 12 Aug 2020
[ 13:34 0mp search for other commits by this committer ] Original commit   Revision:544746
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)
Sat, 9 May 2020
[ 03:46 tobik search for other commits by this committer ] Original commit   Revision:534703
Rebuild statically linked security/libressl consumers after r534416
Wed, 1 Jan 2020
[ 17:30 brnrd search for other commits by this committer ] Original commit   Revision:521749 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Chase rename of security/openssl111

 - Categories n-z

MFH:		2020Q1
Thu, 7 Nov 2019
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:517001 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg and USES=gl

Add USES=xorg and USES=gl to a few remaining ports.
Sat, 19 Oct 2019
[ 15:00 tobik search for other commits by this committer ] Original commit   Revision:514818
Rebuild statically linked security/libressl consumers after r514815
Thu, 23 May 2019
[ 02:52 tobik search for other commits by this committer ] Original commit   Revision:502305
Rebuild statically linked security/libressl consumers after r502277
Mon, 22 Apr 2019
[ 20:38 tobik search for other commits by this committer ] Original commit   Revision:499673
Rebuild statically linked security/libressl consumers after r499667
Fri, 5 Apr 2019
[ 01:12 eugen search for other commits by this committer ] Original commit   Revision:497895
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.
Thu, 4 Apr 2019
[ 14:24 antoine search for other commits by this committer ] Original commit   Revision:497838
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Thu, 29 Mar 2018
[ 14:53 mat search for other commits by this committer ] Original commit   Revision:465899 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Mark some ports broken with openssl-devel.

Sponsored by:	Absolight
Wed, 20 Dec 2017
[ 19:20 mat search for other commits by this committer ] Original commit   Revision:456844
Fix build on 11 and 12.

While there, sort the Makefile.

Sponsored by:	Absolight
Mon, 4 Dec 2017
[ 16:57 mat search for other commits by this committer ] Original commit   Revision:455526
It now no longer build on 11.

Sponsored by:	Absolight
Sun, 23 Jul 2017
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:446460
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Mon, 22 May 2017
[ 22:29 linimon search for other commits by this committer ] Original commit   Revision:441494 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
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
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 15 Aug 2016
[ 11:02 brnrd search for other commits by this committer ] Original commit   Revision:420225
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
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 20 Mar 2016
[ 10:53 tijl search for other commits by this committer ] Original commit   Revision:411432 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 22 Jul 2014
[ 12:33 sbz search for other commits by this committer ] Original commit   Revision:362536 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Update to 2.4b1
- Fix build with libnet11 and libnids (introduced by r361784)

Reported by:	pkg-fallout
Wed, 23 Apr 2014
[ 14:24 garga search for other commits by this committer ] Original commit   Revision:351948
Fix build with clang:
  . Add direct dependency to net/bpf.h
  . Rename symbol csin to avoid conflict with complex.h

Approved by:	portmgr (blanket)
Sat, 8 Feb 2014
[ 07:07 antoine search for other commits by this committer ] Original commit   Revision:343308
Last attempt to fix dsniff

Reported by:	pkg-fallout (again)
Mon, 3 Feb 2014
[ 14:07 mat search for other commits by this committer ] Original commit   Revision:342446
- 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
Sat, 1 Feb 2014
[ 13:26 antoine search for other commits by this committer ] Original commit   Revision:342134
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
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Fri, 9 Aug 2013
[ 02:11 danfe search for other commits by this committer ] Original commit   Revision:324414
- Unbreak parallel builds by fixing targets' dependencies
- Cleanup port's Makefile slightly while I am here
Tue, 11 Jun 2013
[ 08:50 sbz search for other commits by this committer ] Original commit   Revision:320542
- Add dependency on pkgconfig

Reported by:	mat
Sun, 12 May 2013
[ 22:01 sbz search for other commits by this committer ] Original commit   Revision:317982
- Fix BROKEN after r317848 commit
- Patch Makefile to disable libmissing
- Support bmake by using ${ECHO_CMD} instead of ${TRUE}

Reported by:	linimon
Mon, 18 Feb 2013
[ 21:13 dinoex search for other commits by this committer ] Original commit   Revision:312526 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 8 Oct 2012
[ 09:38 sbz search for other commits by this committer ] Original commit   Revision:305524
- Fix logic problem
[ 08:13 sbz search for other commits by this committer ] Original commit   Revision:305520
- Convert to new option framework
- Add LICENSE
- Update MASTER_SITES
- Update pkg-descr
Fri, 18 Mar 2011
[ 10:04 sbz search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
Fri, 8 May 2009
[ 21:32 garga search for other commits by this committer ] Original commit 
- Remove BROKEN since it's building fine on 8.0
Fri, 27 Feb 2009
[ 20:45 tabthorpe search for other commits by this committer ] Original commit 
- Pass maintainership to submitter

Submitted by:   Sofian Brabez via private email
Thu, 8 Jan 2009
[ 17:58 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:   pointyhat
Tue, 25 Mar 2008
[ 22:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 211 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Mon, 26 Feb 2007
[ 19:47 alepulver search for other commits by this committer ] Original commit 
- Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
Wed, 31 Jan 2007
[ 14:29 pav search for other commits by this committer ] Original commit 
- Fix make describe on FreeBSD 4.X

Reported by:    dvl
Submitted by:   shaun
[ 14:09 pav search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 31 Aug 2006
[ 19:42 kris search for other commits by this committer ] Original commit 
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.
Mon, 14 Nov 2005
[ 17:07 sem search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
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>
Fri, 7 Mar 2003
[ 06:10 ade search for other commits by this committer ] Original commit  (Only the first 10 of 182 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sat, 14 Sep 2002
[ 23:01 kris search for other commits by this committer ] Original commit 
Correct logic for adding webspy manpage based on WITHOUT_X11
Mon, 17 Jun 2002
[ 13:41 sheldonh search for other commits by this committer ] Original commit 
Add WITHOUT_X11 knob.  If specified, webspy(8) will not be installed,
and the X11 libraries are not required.

Approved by:    maintainer
Sun, 14 Jan 2001
[ 08:12 kris search for other commits by this committer ] Original commit 
The long-awaited upgrade to dsniff 2.3, which includes the now-infamous  
sshmitm and webmitm monkey-in-the-middle tools.    
Sun, 10 Sep 2000
[ 11:59 kris search for other commits by this committer ] Original commit 
Fix PLIST    
Sat, 2 Sep 2000
[ 02:33 kris search for other commits by this committer ] Original commit 
Upgrade to dsniff 2.2    

Number of commits found: 56