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

Number of commits found: 4

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 18 May 2023
08:19 Robert Clausecker (fuz) search for other commits by this committer Author: rihaz jerrin
security/ismtp: Test for SMTP user enumeration, internal spoofing, and relay

SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open
relay.  A tool that tests for all three and comes with great
flexibility. iSMTP does just that, making it much easier to knock that
process out of the way.

WWW: https://github.com/altjx/ipwn/tree/master/iSMTP

PR:		270304
commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea 6da2b6f
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Sunday, 26 May 2019
21:59 swills search for other commits by this committer
security/ismtp: create port

SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open relay. A
tool that tested for all three and with great flexibility. iSMTP does just
that, making it much easier to knock that process out of the way.

WWW: https://github.com/altjx/ipwn/tree/master/iSMTP

PR:		231920
Submitted by:	Rihaz Jerrin <rihaz.jerrin@gmail.com>
Original commitRevision:502752 

Number of commits found: 4