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/doscan/Makefile
SVNWeb

Number of commits found: 27

Thu, 31 Mar 2022
[ 20:31 Rene Ladan (rene) search for other commits by this committer ]    commit hash:97cf09b1df1318292899840cfc300d5072a1d670  commit hash:97cf09b1df1318292899840cfc300d5072a1d670  commit hash:97cf09b1df1318292899840cfc300d5072a1d670  97cf09b  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
cleanup: Remove expired ports:

2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 24 Nov 2021
[ 13:50 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:bba8bcbcbd25f9c62c79c8b20f4bd709c345dc3f  commit hash:bba8bcbcbd25f9c62c79c8b20f4bd709c345dc3f  commit hash:bba8bcbcbd25f9c62c79c8b20f4bd709c345dc3f  bba8bcb  (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
security/*: Deprecate and mark ports BROKEN that are dead upstream and/or
abandonware

security/afl			-	Migrate to security/afl++
security/amap			-	Abandoned upstream, last release 10+ years ago
security/amavis-stats		-	Upstream is dead and last release was back in 2005
security/arirang		-	Abandoned (website also refers to Ruby 1.9) and a 9+ year
old webserver security scanner isn't useful today
security/axTLS			-	Very outdated and abandoned, current version in tree was
released in 2013 and last by upstream in 2019
security/base			-	Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
security/bruteforceblocker	-	Abandonware, please consider using
security/sshguard
security/cfs			-	Deprecated upstream, reference:
https://www.bayofrum.net/cgi-bin/fossil/cfs/index
security/cisco-torch		-	Unfetchable, dead upstream
security/cp2fwb			-	Used with deprecated software Firewall Builder
security/dcetest		-	Targets deprecated protocol by Microsoft in favour of .NET
security/doscan			-	Abandonware, last release in 2014. Please consider using
security/masscan or sysutils/pnscan
security/find-zlib		-	Deprecated, no longer relevant
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Tue, 28 Aug 2018
[ 12:43 tobik search for other commits by this committer ] Original commit   Revision:478308
security/doscan: Fix build with Clang 6

src/event_queue.cc:161:43: error: invalid operands to binary expression
      ('basic_ostream<char, std::__1::char_traits<char> >' and
'std::__1::ostream'
      (aka 'basic_ostream<char>'))
    std::cerr << "No handlers installed." << std::cerr;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/doscan-0.3.3_1.log

- Make sure the build respects CXXFLAGS
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
Thu, 3 Mar 2016
[ 16:21 amdmi3 search for other commits by this committer ] Original commit   Revision:410051
- Silence patching and stripping
- Switch to options helpers
- Regenerate patches with `make makepatch`
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 9 Mar 2015
[ 00:58 amdmi3 search for other commits by this committer ] Original commit   Revision:380823
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
Fri, 2 Jan 2015
[ 17:13 adamw search for other commits by this committer ] Original commit   Revision:376056
Update to 0.3.3. Add LICENSE.

While here, remove a FreeBSD 4 patch that hasn't been used in 7 years.
Tue, 8 Jul 2014
[ 11:47 pawel search for other commits by this committer ] Original commit   Revision:361222
- Fix build with clang (add missing inlcudes in few files)
- Add staging support
- Convert to new LIB_DEPENDS format, options framework
- Fix spelling mistakes, remove old maintainer contact from pkg-descr

MFH:		2014Q3
Fri, 4 Jul 2014
[ 12:46 bapt search for other commits by this committer ] Original commit   Revision:360609 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Mon, 26 May 2014
[ 12:50 miwi search for other commits by this committer ] Original commit   Revision:355321 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip2 to USES

Approved by:	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)
Wed, 9 Jan 2013
[ 19:50 tabthorpe search for other commits by this committer ] Original commit   Revision:310162 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Thu, 26 Jun 2008
[ 13:42 gahr search for other commits by this committer ] Original commit 
- Remove unneeded dependency on GCC 3.4 [1]
- Remove NOT_FOR_ARCH for sparc64       [1]
- Fix small typo in man page

PR:             124518 [1]
Submitted by:   yours truly
Approved by:    maintainer timeout
Thu, 4 Oct 2007
[ 06:00 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Tue, 28 Mar 2006
[ 15:02 ehaupt search for other commits by this committer ] Original commit 
Update to 0.3.1

PR:             95035
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Fri, 14 Jan 2005
[ 08:27 vs search for other commits by this committer ] Original commit 
- Update to 0.2.9
- mark non-working on sparc64 architecture
- nuke plist while here

PR:             ports/76037
Submittd by:    maintainer
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Mon, 23 Feb 2004
[ 16:40 krion search for other commits by this committer ] Original commit 
- Update to version 0.2.6
- Fix build on 4.x

PR:             ports/63269
Submitted by:   maintainer
Sat, 21 Feb 2004
[ 22:19 kris search for other commits by this committer ] Original commit 
BROKEN on 4.x: does not compile
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Thu, 18 Dec 2003
[ 12:10 arved search for other commits by this committer ] Original commit 
Update to 0.2.5

PR:             59871
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Tue, 4 Nov 2003
[ 10:35 krion search for other commits by this committer ] Original commit 
- Update to version 0.2.3

PR:             58916
Submitted by:   maintainer
Thu, 25 Sep 2003
[ 11:20 krion search for other commits by this committer ] Original commit 
Doscan is a tool to quickly scan network for machines listening
on a TCP port. It can scan for Microsoft DCOM vulnerability.

PR:             57161
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>

Number of commits found: 27