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: devel/gamin/files/patch-libgamin_gam_api.c

Number of commits found: 8

Friday, 22 Mar 2013
16:30 kwm search for other commits by this committer
Add patches to gamin to enable support for effective uid/gid, add a option for
this and turn it on by default.

Current gamin uses the current real uid to determine the location of the
socket and during the security routines. It also forks off a copy of
"gam_server" as the current real uid as well.

This breaks gamin functionality with any application that uses effective an
uid/gid for privilege separation, such as samba. Samba runs as root, but
always sets the effective uid/gid to that of the connecting user. Since
gamin is only aware of the real uid, it always creates a root-owned gamin
socket that the effective user can't touch (gamin's own security checks
refuse it).

PR:		ports/176203
Submitted by:	Danny Warren <danny@dannywarren.com>
Reviewed by:	marcus@
Original commitRevision:314945 
Thursday, 9 Feb 2006
06:40 marcus search for other commits by this committer
* Update to 0.1.7, and add support for file system type detection (currently,
  only UFS file systems are handled by kqueue, but this might change in the
  future if kqueue on NFS proves stable) [1]

* Switch py-gamin to use USE_FAM+WANT_FAM_SYSTEM

* Switch test target to regression-test so that pointyhat will run tests
  automatically

Submitted by:   ale [1]
Original commit
Sunday, 17 Jul 2005
20:56 marcus search for other commits by this committer
Fix alignment problems when checking socket credentials on non-i386
platforms.
Original commit
Saturday, 16 Jul 2005
22:57 marcus search for other commits by this committer
Gamin was using its own, debugging, versions of the g_list glib functions.
They were written to find problems in GList usage, but were causing gamin
to segfault on 4.X.  Disable debugging by default, and only use the debugging
versions of g_list_* if debugging is enabled.

Additionally, add <string.h> to gam_api.c which would certainly fix problems
on 4.X alpha.

Reported by:    Stefan Thurner <thurners@nicsys.de>
Original commit
Thursday, 19 May 2005
19:41 jylefort search for other commits by this committer
Update to 0.1.0
Original commit
Monday, 25 Apr 2005
05:31 marcus search for other commits by this committer
Fix gamin on -CURRENT by not using LOCAL_CREDS.  While it works, it does
not provide the pid information that the cmsgcred structure gives us.
Gamin will now behave the same way on all versions of FreeBSD.
Original commit
Monday, 11 Apr 2005
08:22 adamw search for other commits by this committer
Fix build on 4.X.
Original commit
Saturday, 2 Apr 2005
09:08 marcus search for other commits by this committer
Add gamin, a file and directory monitoring server and API.  Gamin can be
used as a drop-in replacement for FAM.  Gamin is designed to be more secure
than FAM as itdoes not require RPC, and runs a separate instance for each
user.  While it is API and ABI compatible with FAM, it does not [yet]
support all of FAM's features.

This version of gamin comes with an optional (defaults to on) kqueue
backend for FreeBSD.  This backend can only be used with UFS file
systems.  If you need FAM-like support on non-UFS file systems, you
must build without the kqueue backend.
Original commit

Number of commits found: 8