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

Number of commits found: 22

Sat, 8 Apr 2023
[ 15:13 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  commit hash:ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912  ff40d94  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Fri, 31 Mar 2023
[ 10:42 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:f2d3a21bcec155a44c966d207d2b0968fb3602de  commit hash:f2d3a21bcec155a44c966d207d2b0968fb3602de  commit hash:f2d3a21bcec155a44c966d207d2b0968fb3602de  f2d3a21 
security/honeytrap: fix build on riscv64

Bump golang.org/x/{crypto,net,sys} dependencies to versions
new enough to support riscv64-freebsd.  Remove thus obsoleted
patches.  Add missing riscv64-specific bits to dependency
github.com/boltdb/bolt.  Fix wrong -extldflags entries.

Sponsored by:	Berliner Linux User Group e.V.
Obtained from:	go.etcd.io/bbolt
Approved by:	portmgr (build fix blanket)
Thu, 9 Mar 2023
[ 19:18 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  commit hash:09079730e9ca1d59129935a6046cbb7ee5e4a93d  0907973  (Only the first 10 of 555 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after Go ports update
Wed, 15 Feb 2023
[ 19:06 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  commit hash:56b5ec772f679a600dabe41622c1350594628286  56b5ec7  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{119,120} update
Thu, 9 Feb 2023
[ 21:55 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  commit hash:2297efc51b0f75d25389b742048fb7e9b2d96f0d  2297efc  (Only the first 10 of 554 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after GO_DEFAULT update.
Sat, 14 Jan 2023
[ 11:31 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  commit hash:3b383d833aadb5e3e89d8ee3db1fef37ac239af6  3b383d8  (Only the first 10 of 549 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTVERSION after lang/go{118,119} update
Sun, 11 Dec 2022
[ 11:17 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  commit hash:d9ad1002d517a618a299e45ae70075f2cfc66d2a  d9ad100  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Thu, 6 Oct 2022
[ 19:24 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  commit hash:bde51869ee0206eeaa2849d8ef28b14da59727a3  bde5186  (Only the first 10 of 525 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
Thu, 8 Sep 2022
[ 16:33 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  commit hash:f05c98fffb232735c05ba30d43fb279085b813d7  f05c98f  (Only the first 10 of 523 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{118,119} update
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)
Wed, 3 Aug 2022
[ 21:35 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  commit hash:4476f89764d3ee73d216c2d56df149e8d4c62c24  4476f89  (Only the first 10 of 520 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Thu, 14 Jul 2022
[ 12:46 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  commit hash:153cb65ac8a05356245dd09d1ff48c2a6afafc5a  153cb65  (Only the first 10 of 516 ports in this commit are shown above. View all ports for this commit)
all: Bump PORTREVISION after lang/go{117,118} update
Tue, 7 Jun 2022
[ 21:56 Dmitri Goutnik (dmgk) search for other commits by this committer ]    commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  commit hash:309cdeccd802bb370a42e80cc4468da17c8dab35  309cdec  (Only the first 10 of 511 ports in this commit are shown above. View all ports for this commit)
*/*: Bump port revisons after lang/go{117,118} update
Wed, 30 Mar 2022
[ 07:01 Guangyuan Yang (ygy) search for other commits by this committer ]    commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  commit hash:d690b5102f75bf70e3cfb280a84c9f3eaf4ec653  d690b51  (Only the first 10 of 498 ports in this commit are shown above. View all ports for this commit)
*/*: Bump PORTREVISION after lang/go 1.18 update
Fri, 1 Oct 2021
[ 13:07 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:df021c457f81d103a4b75acc341f1e3edd59c336  commit hash:df021c457f81d103a4b75acc341f1e3edd59c336  commit hash:df021c457f81d103a4b75acc341f1e3edd59c336  df021c4  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
security/honeytrap: Update to g20210510

  - Update to g20210510
  - Update license information
  - Split long lines
  - Add HONEYTRAP_LOGDIR

PR:		258245
Reported by:	Borja Marcos
Approved by:	maintainer timeout
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Thu, 1 Oct 2020
[ 23:50 swills search for other commits by this committer ] Original commit   Revision:550881 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
security/honeytrap: multiple changes

* Improve rc script
* Clean up
* Pass maintainership to submitter
* Fix build with newer Go

PR:		247140
PR:		248948
Submitted by:	ezri.mudde@dutchsec.com
Approved by:	remco.verhoef@dutchsec.com (maintainer)
Wed, 30 Sep 2020
[ 09:46 antoine search for other commits by this committer ] Original commit   Revision:550669
Mark BROKEN

vendor/gvisor.dev/gvisor/pkg/linewriter/linewriter.go:28:2: undefined:
"gvisor.dev/gvisor/pkg/sync".Mutex

Reported by:	pkg-fallout
Sun, 17 May 2020
[ 07:44 tagattie search for other commits by this committer ] Original commit   Revision:535521
Update to g20200415

PR:		245762
Submitted by:	ezri.mudde@dutchsec.com
Approved by:	remco.verhoef@dutchsec.com (maintainer timeout, >3 weeks),
		ehaupt (mentor)
Sat, 4 Apr 2020
[ 08:41 rigoletto search for other commits by this committer ] Original commit   Revision:530630
security/honeytrap: Update to 2020-02-26

PR:		244591
Submitted by:	ezri.mudde@dutchsec.com (maintainer)
Approved by:	rigoletto
Tue, 11 Feb 2020
[ 15:48 garga search for other commits by this committer ] Original commit   Revision:525834 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
New port: security/honeytrap

HoneyTrap is a modular framework for running, monitoring and managing honeypots.
Using HoneyTrap you can use sensors, high interaction and low
interaction honeypots together, while still using the same event mechanisms.
HoneyTrap consists of services, directors, listeners and channels. It is easy to
build new services, attach existing honeypots and extend channels or directors.

PR:		242740
Submitted by:	ezri.mudde@dutchsec.com

Number of commits found: 22