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/vuxml/files/newentry.sh

Number of commits found: 10

Wednesday, 11 Oct 2023
07:44 Fernando Apesteguía (fernape) search for other commits by this committer
security/vuxml: Fix description body

Keep the original description body for "make newentry" without parameters.
commit hash: 27b1250d59828d57dde36cb34a9fe5fbf51049c4 commit hash: 27b1250d59828d57dde36cb34a9fe5fbf51049c4 commit hash: 27b1250d59828d57dde36cb34a9fe5fbf51049c4 commit hash: 27b1250d59828d57dde36cb34a9fe5fbf51049c4 27b1250
Wednesday, 27 Sep 2023
10:58 Fernando Apesteguía (fernape) search for other commits by this committer
security/vuxml: Fix make newentry CVE_ID

Fix description body, broken when introducing SA_ID

Fixes:	e90a0b117fdc61d6d6bc4b02a4b7b5be5a878b2d
commit hash: 07217e578b9cc450f63caa2ed5cc3b8325999a8b commit hash: 07217e578b9cc450f63caa2ed5cc3b8325999a8b commit hash: 07217e578b9cc450f63caa2ed5cc3b8325999a8b commit hash: 07217e578b9cc450f63caa2ed5cc3b8325999a8b 07217e5
Monday, 25 Sep 2023
11:25 Fernando Apesteguía (fernape) search for other commits by this committer
security/vuxml: Add SA_ID to make newentry

Automate registration of FreeBSD Security Advisories.

It adds a new parameter for the newentry subcommand accepting a SA ID as present
in the FreeBSD Security Advisories web page
(https://www.freebsd.org/security/advisories/)

Fills an entry following the common structure for FreeBSD SAs and leaves some
"FIXME" strings in those places that need special care.
Developers should NOT blindly trust the output of the script.

`make newentry SA_ID=FreeBSD-SA-23:11.wifi.asc`
`make newentry SA_ID=FreeBSD-SA-22:01.vt`

Reviewed by:		philip@
Differential Revision: https://reviews.freebsd.org/D41966
commit hash: e90a0b117fdc61d6d6bc4b02a4b7b5be5a878b2d commit hash: e90a0b117fdc61d6d6bc4b02a4b7b5be5a878b2d commit hash: e90a0b117fdc61d6d6bc4b02a4b7b5be5a878b2d commit hash: e90a0b117fdc61d6d6bc4b02a4b7b5be5a878b2d e90a0b1
Sunday, 12 Mar 2023
18:31 Fernando Apesteguía (fernape) search for other commits by this committer
security/vuxml: Autofill CVE information

The `newentry` target accepts an optional parameter CVE_ID.
When provided, the newentry.sh script tries to retrieve information from the
NVD and MITRE databases and fill the template accordingly.

The script needs `textproc/jq` and warns the user and exists if it is not found.

How to use it:

make newentry CVE_ID=CVE-2022-39282

Note that this is just a helper. *YOU HUMAN* have to check that the information
is correct.

Reviewed by: tcberner, jlduran_gmail.com, mat
Differential Revision: https://reviews.freebsd.org/D38894
commit hash: 7744049a400bd21999ae1a7b724d2378fd3e9d6b commit hash: 7744049a400bd21999ae1a7b724d2378fd3e9d6b commit hash: 7744049a400bd21999ae1a7b724d2378fd3e9d6b commit hash: 7744049a400bd21999ae1a7b724d2378fd3e9d6b 7744049
Monday, 17 May 2021
15:11 Mateusz Piotrowski (0mp) search for other commits by this committer
security/vuxml: Add example cvename tag to template

Reviewed by:	riggs
Approved by:	riggs (ports secteam)
Differential Revision:  https://reviews.freebsd.org/D30231
commit hash: 1e3fa6237af2f0e146f78080d5ae37cfc6c9dec0 commit hash: 1e3fa6237af2f0e146f78080d5ae37cfc6c9dec0 commit hash: 1e3fa6237af2f0e146f78080d5ae37cfc6c9dec0 commit hash: 1e3fa6237af2f0e146f78080d5ae37cfc6c9dec0 1e3fa62
Monday, 25 Nov 2013
06:56 remko (src,doc committer) search for other commits by this committer
Make it more clear that "SAME URL" is actually the blockquote
url.

hat:	secteam
Original commitRevision:334815 
Sunday, 17 Nov 2013
02:12 eadler search for other commits by this committer
Minor tweak to standard template in order to fit with convention
Original commitRevision:334046 
Friday, 13 May 2005
15:34 nectar search for other commits by this committer
$EDITOR should not be quoted.  It might be "emacsclient -a vi" or
something.
Original commit
Saturday, 8 Jan 2005
17:13 nectar search for other commits by this committer
Change the behavior of `make newentry' so that it invokes ${EDITOR}
after adding the template, since this is certainly the next required
action. [1]

Fix the error checking: a pipeline was masking some errors, and `set
errexit' was not effective in some other places.

Suggested by:   delphij [1]
Original commit
15:43 nectar search for other commits by this committer
Add a target, `newentry', that will insert a VuXML <vuln> template
(including generated VID) to the top of the `vuln.xml' file.  This will
save a little time when adding new entries.

Inspired by:    a patch from simon
Original commit

Number of commits found: 10