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/zaproxy/Makefile

Number of commits found: 11

Sunday, 24 Mar 2024
00:22 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Update cache files because gradle was updated

- Fix open options menu
PR:		276730
Reported by:	salvadore
commit hash: 84b72a1703f8f24c308dca77823b33b1cdd48da5 commit hash: 84b72a1703f8f24c308dca77823b33b1cdd48da5 commit hash: 84b72a1703f8f24c308dca77823b33b1cdd48da5 commit hash: 84b72a1703f8f24c308dca77823b33b1cdd48da5 84b72a1
Tuesday, 17 Oct 2023
18:39 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Update to 2.14.0

ChangeLog at:	https://www.zaproxy.org/docs/desktop/releases/2.14.0/
commit hash: 1f9d6db7476128baebf841ba2739b4cd6a830b6c commit hash: 1f9d6db7476128baebf841ba2739b4cd6a830b6c commit hash: 1f9d6db7476128baebf841ba2739b4cd6a830b6c commit hash: 1f9d6db7476128baebf841ba2739b4cd6a830b6c 1f9d6db
Monday, 18 Sep 2023
22:35 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Fix issues with latest version of gradle

- Re-generate plugins and deps package with latest version of gradle
- Fix issues in zap.sh [1]
- Bump PORTREVISION
Reported by:	Mateusz Kocielski <shm _at_ digitalsun.pl> [1]
commit hash: 218b262b154f6533172dd6a04c0aaff37f6f1613 commit hash: 218b262b154f6533172dd6a04c0aaff37f6f1613 commit hash: 218b262b154f6533172dd6a04c0aaff37f6f1613 commit hash: 218b262b154f6533172dd6a04c0aaff37f6f1613 218b262
Friday, 14 Jul 2023
02:07 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Update to 2.13.0

ChangeLog at:	https://www.zaproxy.org/docs/desktop/releases/2.13.0/
commit hash: 371cab7b931724d270d440b380257bd82ab1be6b commit hash: 371cab7b931724d270d440b380257bd82ab1be6b commit hash: 371cab7b931724d270d440b380257bd82ab1be6b commit hash: 371cab7b931724d270d440b380257bd82ab1be6b 371cab7
Tuesday, 30 May 2023
14:02 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Fix build after of gradle update to 8.1

- Bump PORTREVISION
Reported by:	pkg-fallout
commit hash: 623c0687085c97042b3888d1ea08f72ac05dcf42 commit hash: 623c0687085c97042b3888d1ea08f72ac05dcf42 commit hash: 623c0687085c97042b3888d1ea08f72ac05dcf42 commit hash: 623c0687085c97042b3888d1ea08f72ac05dcf42 623c068
Monday, 19 Dec 2022
20:08 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: Fix build after of gradle update to 7.6

- Fix  way to generate plugins distfile
- Bump PORTREVISION
commit hash: 2a5f4ad4879dd0806c88e0519854ff54511d1005 commit hash: 2a5f4ad4879dd0806c88e0519854ff54511d1005 commit hash: 2a5f4ad4879dd0806c88e0519854ff54511d1005 commit hash: 2a5f4ad4879dd0806c88e0519854ff54511d1005 2a5f4ad
Tuesday, 1 Nov 2022
01:34 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: update to 2.12.0

ChangeLog at:	https://www.zaproxy.org/docs/desktop/releases/2.12.0/
commit hash: dc6244ca91e8ad06a58d90c121f6466adfd8c4f0 commit hash: dc6244ca91e8ad06a58d90c121f6466adfd8c4f0 commit hash: dc6244ca91e8ad06a58d90c121f6466adfd8c4f0 commit hash: dc6244ca91e8ad06a58d90c121f6466adfd8c4f0 dc6244c
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
Thursday, 1 Sep 2022
10:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
security/zaproxy: mark BROKEN

* What went wrong:
Plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '2.3.3'] was not found in
any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact
'org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:2.3.3')
  Searched in the following repositories:
    Gradle Central Plugin Repository

Approved by:	portmgr blanket
Reported by:	pkg-fallout
commit hash: 81abe7112ba487d6a875f688a001241dbeac6108 commit hash: 81abe7112ba487d6a875f688a001241dbeac6108 commit hash: 81abe7112ba487d6a875f688a001241dbeac6108 commit hash: 81abe7112ba487d6a875f688a001241dbeac6108 81abe71
Saturday, 11 Dec 2021
17:58 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: update to 2.11.1

ChangeLog at:	https://www.zaproxy.org/docs/desktop/releases/2.11.1/
commit hash: 42492bdd9dc50b8e258b0ddc84eca24b20fd9500 commit hash: 42492bdd9dc50b8e258b0ddc84eca24b20fd9500 commit hash: 42492bdd9dc50b8e258b0ddc84eca24b20fd9500 commit hash: 42492bdd9dc50b8e258b0ddc84eca24b20fd9500 42492bd
Wednesday, 1 Dec 2021
03:45 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/zaproxy: New port: The OWASP zed attack proxy

The OWASP Zed Attack Proxy (ZAP) is one of the world’s most popular fr
security tools and is actively maintained by a dedicated international team
of volunteers. It can help you automatically find security vulnerabilities in
your web applications while you are developing and testing your applications.
It's also a great tool for experienced pentesters to use for manual security
testing.

WWW: https://www.zaproxy.org/
commit hash: f63f201efe2d7b423296ea7968ef08eb78c920b0 commit hash: f63f201efe2d7b423296ea7968ef08eb78c920b0 commit hash: f63f201efe2d7b423296ea7968ef08eb78c920b0 commit hash: f63f201efe2d7b423296ea7968ef08eb78c920b0 f63f201

Number of commits found: 11