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/zeek/files/patch-auxil_highwayhash_highwayhash_arch__specific.cc

Number of commits found: 6

Tuesday, 25 Jan 2022
22:38 Craig Leres (leres) search for other commits by this committer
security/zeek: Update to 4.0.5

Changes since 4.0.4:

 - The highwayhash module was updated to fix a build failure on
   FreeBSD.

 - A number of fixes for various problems on the CI infrastructure.

 - Writers were not being cleaned up correctly when recreating log
   streams with the same ID as an existing stream. This could lead
   to a crash.

 - IP packets with bad/incorrect IP header lengths were not reporting
   weirds as they should be.

Reported by:	Tim Wojtulewicz
commit hash: 02c1f1a6efdc5211e1c5dead4ec2393cd134daf6 commit hash: 02c1f1a6efdc5211e1c5dead4ec2393cd134daf6 commit hash: 02c1f1a6efdc5211e1c5dead4ec2393cd134daf6 commit hash: 02c1f1a6efdc5211e1c5dead4ec2393cd134daf6 02c1f1a
Thursday, 15 Jul 2021
10:37 Piotr Kubaj (pkubaj) search for other commits by this committer
security/zeek: fix build on powerpc64*

In file included from
/wrkdirs/usr/ports/security/zeek/work/zeek-4.0.3/auxil/highwayhash/highwayhash/arch_specific.cc:27:
/usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int'
int     sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
commit hash: b91d1bd03771d45095637061c58baba5e62fc991 commit hash: b91d1bd03771d45095637061c58baba5e62fc991 commit hash: b91d1bd03771d45095637061c58baba5e62fc991 commit hash: b91d1bd03771d45095637061c58baba5e62fc991 b91d1bd
Tuesday, 6 Jul 2021
21:31 Craig Leres (leres) search for other commits by this committer
security/zeek: Update to 4.0.3

    https://github.com/zeek/zeek/releases/tag/v4.0.3

This release fixes the following bugs:

 - Zeek now accepts unset fields in the input data only when the
   corresponding record field is &optional.

 - The version field in ssh.log is now optional and will not be set
   if we cannot determine the version that was negotiated by the
   client and server.

 - Zeekctl could crash at startup on certain compilers and platforms
   due to a memory corruption issue in the Broker python bindings.

 - The highwayhash submodule was updated to fix a build failure on
   FreeBSD for PowerPC.

This release deprecates the following functionality:

 - The stepping-stone analyzer is marked as deprecated. It was
   partially marked as deprecated in 2.0, and will be fully removed
   in v4.1.

Reported by:	Tim Wojtulewicz
commit hash: 9ffa41537310b846c210cdbaa9217c9fd361c6ae commit hash: 9ffa41537310b846c210cdbaa9217c9fd361c6ae commit hash: 9ffa41537310b846c210cdbaa9217c9fd361c6ae commit hash: 9ffa41537310b846c210cdbaa9217c9fd361c6ae 9ffa415
Tuesday, 27 Apr 2021
17:35 Piotr Kubaj (pkubaj) search for other commits by this committer
security/zeek: fix build on powerpc64le

Fix typo in systlbyname().
commit hash: 007250765ec39a37bf8e1f14a440e7371104c224 commit hash: 007250765ec39a37bf8e1f14a440e7371104c224 commit hash: 007250765ec39a37bf8e1f14a440e7371104c224 commit hash: 007250765ec39a37bf8e1f14a440e7371104c224 0072507
Wednesday, 21 Apr 2021
21:11 Craig Leres (leres) search for other commits by this committer
security/zeek: Update to 4.0.1 to fix null-pointer dereference and potential DOS

    https://github.com/zeek/zeek/releases/tag/v4.0.1

This release fixes the following vulnerability:

 - Fix null-pointer dereference when encountering an invalid enum
   name in a config/input file that tries to read it into a set[enum].
   For those that have such an input feed whose contents may come
   from external/remote sources, this is a potential DoS vulnerability.

Other fixes:

 - Fix mime type detection bug in IRC/FTP file_transferred event
   for file data containing null-bytes

 - Fix potential for missing timestamps in SMB logs

 - Remove use of LeakSanitizer API on FreeBSD where it's unsupported

 - Fix incorrect parsing of ERSPAN Type I

 - Fix incorrect/overflowed n value for SSL_Heartbeat_Many_Requests
   notices where number of server heartbeats is greater than number
   of client heartbeats.

 - Fix missing user_agent existence check in smtp/software.zeek
   (causes reporter.log error noise, but no functional difference)

 - Fix include order of bundled headers to avoid conflicts with
   pre-existing/system-wide installs

 - Fix musl build (e.g. Void, Alpine, etc.)

 - Fix build with -DENABLE_MOBILE_IPV6 / ./configure --enable-mobile-ipv6

 - Add check for null packet data in pcap IOSource, which is an
   observed state in Myricom libpcap that crashes Zeek via null-pointer
   dereference

 - Allow CRLF line-endings in Zeek scripts and signature files

 - Fix armv7 build

 - Fix unserialization of set[function], generally now used by
   connection record removal hooks, and specifically breaking
   intel.log of Zeek clusters

 - Fix indexing of set/table types with a vector

 - Fix precision loss in ASCII logging/printing of large double,
   time, or interval values

 - Improve handling of invalid SIP data before requests

 - Fix copy()/cloning vectors that have holes (indices w/ null
   values)

Reported by:	Jon Siwek
commit hash: 274b20e4c81e57d232a19ad490684374227862c7 commit hash: 274b20e4c81e57d232a19ad490684374227862c7 commit hash: 274b20e4c81e57d232a19ad490684374227862c7 commit hash: 274b20e4c81e57d232a19ad490684374227862c7 274b20e
Tuesday, 23 Mar 2021
18:43 pkubaj search for other commits by this committer
security/zeek: fix build on powerpc64 elfv2

-mpowerp8-vector is now necessary due to use of highwayhash.

Fix typo on sysctlbyname.

Also correct typo in BROKEN entries.
Original commitRevision:569048 

Number of commits found: 6