notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/bruteblock/Makefile

Number of commits found: 32

Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 30 Aug 2022
18:55 Dmitry Marakasov (amdmi3) search for other commits by this committer
security/bruteblock: renovate

- Update URLs
- Reformat pkg-message and fix service start command [1]
- Add LICENSE
- Switch to options helpers
- Fix manpage location
- Silence mkdirs

Submitted by:	Elvin Aslanov [1]
GitHub:		fixes #129
commit hash: af556305e8d13466f41558ebd3dd81490cfd1e43 commit hash: af556305e8d13466f41558ebd3dd81490cfd1e43 commit hash: af556305e8d13466f41558ebd3dd81490cfd1e43 commit hash: af556305e8d13466f41558ebd3dd81490cfd1e43 af55630
Tuesday, 31 May 2022
11:21 Dmitry Marakasov (amdmi3) search for other commits by this committer
security/bruteblock: update manpage location
commit hash: 99241f06fd7e60af96470d113c68ea8491ff2976 commit hash: 99241f06fd7e60af96470d113c68ea8491ff2976 commit hash: 99241f06fd7e60af96470d113c68ea8491ff2976 commit hash: 99241f06fd7e60af96470d113c68ea8491ff2976 99241f0
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 5 May 2018
14:20 danfe search for other commits by this committer
For ports in `security' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list.
Original commitRevision:469113 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 27 Sep 2015
22:33 amdmi3 search for other commits by this committer
- Switch to @sample
Original commitRevision:398065 
Friday, 10 Apr 2015
12:10 amdmi3 search for other commits by this committer
- Start before syslogd

This is needed as bruteblock (not to be confused with bruteblockd)
which is usually run from syslog, also requires ldconfig, and bruteblockd
rc.d script provides it for him by depending on ldconfig and running
before syslogd

PR:		199263
Original commitRevision:383721 
11:59 amdmi3 search for other commits by this committer
- Fix boottime startup by requiring ldconfig in rc.d script

PR:		199263
Submitted by:	fesse@mail.ru
Original commitRevision:383720 
Thursday, 9 Apr 2015
01:04 amdmi3 search for other commits by this committer
- Fix printing time_t on i386

PR:		199263
Submitted by:	fesse@mail.ru
Original commitRevision:383615 
Wednesday, 15 Oct 2014
20:28 amdmi3 search for other commits by this committer
- Fix regex to match all sshd auth errors

PR:		194382
Submitted by:	ronald-lists@klop.ws
MFH:		2014Q4
Original commitRevision:370951 
20:27 amdmi3 search for other commits by this committer
- Fix rule reset time on arm

PR:		194381
Submitted by:	ronald-lists@klop.ws
MFH:		2014Q4
Original commitRevision:370950 
Monday, 20 Jan 2014
14:28 amdmi3 search for other commits by this committer
- Support staging
- Use new LIB_DEPENDS syntax
Original commitRevision:340399 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Thursday, 23 May 2013
02:04 amdmi3 search for other commits by this committer
- Trim Makefile header
- OptionsNG
Original commitRevision:318822 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Tuesday, 14 Feb 2012
12:45 mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Original commit
Monday, 19 Oct 2009
11:40 amdmi3 search for other commits by this committer
- Update regexps for newer sh versions

PR:             139545 (partially)
Submitted by:   Dmitry Morozovsky <marck@freebsd.org>
Original commit
Tuesday, 28 Jul 2009
16:34 amdmi3 search for other commits by this committer
- Update URL of my distfile mirror in 87 ports

Approved by:    portmgr (erwin)
Original commit
Tuesday, 24 Mar 2009
19:28 amdmi3 search for other commits by this committer
- Fix build with -j, mark MAKE_JOBS_SAFE
Original commit
Monday, 5 Jan 2009
16:14 amdmi3 search for other commits by this committer
- Update address of my distfile mirror
Original commit
Sunday, 9 Nov 2008
18:55 amdmi3 search for other commits by this committer
- Remove obsolete 5.x condition
Original commit
Thursday, 19 Jun 2008
17:28 amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
Original commit
Tuesday, 6 Mar 2007
19:43 miwi search for other commits by this committer
- Fix build problemes
- Bump PORTREVISION

PR:             110000 \o/
Submitted by:   Roger Gujord<roger@gujord.com>
Approved by:    maintainer
Original commit
Thursday, 21 Dec 2006
20:41 edwin search for other commits by this committer
[MAINTAINER] update my email address in 76 ports + mirror some distfiles

        I've got a brand new hosting, so change my email to the new
        one.  Also, now I can mirror some distfiles, so update
        MASTER_SITES for some ports.

PR:             ports/107038
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Original commit
Wednesday, 23 Aug 2006
10:47 rafan search for other commits by this committer
- Update to 0.0.5

PR:             ports/102310 (based on)
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Approved by:    Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Original commit
Thursday, 17 Aug 2006
08:27 rafan search for other commits by this committer
Add bruteblock 0.0.4, software for blocking bruteforce attacks with
ipfw.

PR:             ports/101254
Submitted by:   Dmitry Marakasov <amdmi3 at mail.ru>
Original commit

Number of commits found: 32