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/sssd/pkg-plist

Number of commits found: 16

Monday, 1 Apr 2024
13:14 Rene Ladan (rene) search for other commits by this committer
security/sssd: remove OPTION for expired Samba 4.13
commit hash: 7afe28884b8dea01e20ddc51cbcc18c618532249 commit hash: 7afe28884b8dea01e20ddc51cbcc18c618532249 commit hash: 7afe28884b8dea01e20ddc51cbcc18c618532249 commit hash: 7afe28884b8dea01e20ddc51cbcc18c618532249 7afe288
Thursday, 21 Mar 2024
20:22 Nuno Teixeira (eduardo) search for other commits by this committer
security/sssd: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: e9bd6768213f93827c26e1e15a20718286465400 commit hash: e9bd6768213f93827c26e1e15a20718286465400 commit hash: e9bd6768213f93827c26e1e15a20718286465400 commit hash: e9bd6768213f93827c26e1e15a20718286465400 e9bd676
Thursday, 13 Jul 2023
09:43 Mateusz Piotrowski (0mp) search for other commits by this committer
security/sssd: Fix pkg-plist and chase krb5 update

This patch fixes two issues.

The first issue was presence of missing files of the SSSDConfig Python
module: PKG-INFO, SOURCES.txt, dependency_links., and top_level.txt. It
looks like those files are not installed anymore so let's just remove
them from pkg-plist.

The other issue was the build system not accepting the new version of
secruity/krb5. The fix is to patch sssd's build system to accept the new
version. This is how we fixed previous incarnations of this bug in the
past.

PR:		271939
Reported by:	ddrinnon@cdor.net
Fixes:	7228a09df016 security/krb5: krb5-121 is now default
MFH:		2023Q3
Sponsored by:	Klara Inc.
commit hash: ae334add4bdb2a871fc604510b1d734ceeb30660 commit hash: ae334add4bdb2a871fc604510b1d734ceeb30660 commit hash: ae334add4bdb2a871fc604510b1d734ceeb30660 commit hash: ae334add4bdb2a871fc604510b1d734ceeb30660 ae334ad
Friday, 3 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/sssd: Fix build with setuptools 58.0.0+

With hat:	python
commit hash: 1bbb9cd44eed2fd2e6699d949bdde0d9907f850e commit hash: 1bbb9cd44eed2fd2e6699d949bdde0d9907f850e commit hash: 1bbb9cd44eed2fd2e6699d949bdde0d9907f850e commit hash: 1bbb9cd44eed2fd2e6699d949bdde0d9907f850e 1bbb9cd
Sunday, 7 Mar 2021
22:33 sunpoet search for other commits by this committer
Fix PLIST with hardcoded python version

Approved by:	portmgr (blanket)
Original commitRevision:567789 
Tuesday, 17 Nov 2020
20:42 rene search for other commits by this committer
security/sssd: update to 1.16.5

This fixes several security vulnerabilities and unexpires
the port because it moves to Python 3.

PR:		241347
Submitted by:	lukas.slebodnik@intrak.sk (initial patch)
MFH:		2020Q4
Security:	CVE-2018-16838
Security:	CVE-2019-3811
Original commitRevision:555585 
Monday, 3 Aug 2020
16:31 fernape search for other commits by this committer
security/sssd: Fix pkg-plist to include PAC files

In PR 244778 this port was reported to fail during package. sssd_pac and others
were not generated by the build process. They were removed from the pkg-plist
and the issue closed (maintainer timed out).

Recently joerg@ reported sssd_pac should be included. It turns out,
files/patch-src_external_pac__responder.m4 needs to be updated whenever a
version bump of security/krb5 occurs[1]. This is kind of obscure since building
security/sssd with default options does not reproduce the problem (SMB=on is
needed).

[1] https://svnweb.freebsd.org/changeset/ports/526479

PR:	244778
Reported by:	joerg@
Approved by:	maintainer (timeout)
MFH:	2020Q3 (plist fix)
Original commitRevision:544081 
Sunday, 29 Mar 2020
18:16 fernape search for other commits by this committer
security/sssd: fix package with SMB=on

When the option SMB is ON, the port fails to package.

While here:

 * Reorder Makefile variables
 * Change obsolete @unexec to @postexec
 * Rework patches to comply with makepatch format

PR:	244778
Submitted by:	tommyhp2@gmail.com
Approved by:	lukas.slebodnik@intrak.sk (maintainer, timeout)
Original commitRevision:529824 
Saturday, 31 Jan 2015
13:53 riggs search for other commits by this committer
- Update to upstream version 1.11.7
- Add non-default SMB (samba) option

PR:		194155
Submitted by:	syepes@gmail.com
Reviewed by:	lukas.slebodnik@intrak.sk (maintainer), riggs
Approved by:	lukas.slebodnik@intrak.sk (maintainer)
Original commitRevision:378208 
Thursday, 22 May 2014
14:12 wg search for other commits by this committer
security/sssd: fix since libtoolize conversion

PR:		ports/190090
Submitted by:	maintainer
Original commitRevision:354844 
Thursday, 8 May 2014
15:00 tijl search for other commits by this committer
- USES=libtool pathfix.
- Add missing USE_AUTOTOOLS=libtoolize autoheader.
- Don't patch configure and Makefile.in because they are regenerated.
- Sort pkg-plist and use @sample.
Original commitRevision:353313 
Friday, 8 Nov 2013
10:58 wg search for other commits by this committer
security/sssd: update to 1.9.6

- Update to 1.9.6
- Remove FreeBSD < 8.0-RELEASE check (unsupported)

PR:		ports/183750
Submitted by:	Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Original commitRevision:333199 
Saturday, 26 Oct 2013
19:42 wg search for other commits by this committer
security/sssd: update to 1.9.5

- Update to 1.9.5 [1]
- Allow staging
- Convert lib depends to new format
- Use correct autotools

PR:		ports/181566
Submitted by:	Lukas Slebodnik <lukas.slebodnik intrak.sk>
Approved by:	maintainer (timeout)
Original commitRevision:331729 
Friday, 24 May 2013
13:16 zeising search for other commits by this committer
Chase the c-ares shlib bump. [1]
Fix plist by adding localized man pages.
Bump portrevision.
Trim makefile headers

Submitted by:	xorg exp-run [1]
Approved by:	portmgr (bapt)
Original commitRevision:318964 
Sunday, 12 Feb 2012
17:37 rm search for other commits by this committer
- convert to using PYTHON_SITELIBDIR (non-functional change)
Original commit
Saturday, 15 Oct 2011
02:13 zi search for other commits by this committer
New port: security/sssd

sssd integrates the functionality of pam_krb5 and pam_ldap/nss_ldap
with caching and additional features.

This project provides a set of daemons to manage access to remote
directories and authentication mechanisms, it provides an NSS and
PAM interface toward the system and a pluggable backend system to
connect to multiple different account sources. It is also the
basis to provide client auditing and policy services for projects
like FreeIPA.  sssd also features caching, which can allow for
offline use to assist laptop users.

WWW: https://fedorahosted.org/sssd/

PR:             ports/161555
Submitted by:   Andrew Elble <aweits@rit.edu>
Original commit

Number of commits found: 16