Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.5_14 22 Aug 2024 09:28:26 |
Mateusz Piotrowski (0mp) Author: Mark Johnston |
security/sssd*: Use an absolute path in sssd_prestart()
I believe this script worked by accident before.
PR: 279255
Approved by: maintainer
Sponsored by: Klara, Inc. |
1.16.5_13 05 Jul 2024 12:32:24 |
John Hixson (jhixson) |
security/sssd: unbreak the port |
1.16.5_12 01 Apr 2024 13:14:53 |
Rene Ladan (rene) |
security/sssd: remove OPTION for expired Samba 4.13 |
1.16.5_11 21 Mar 2024 20:22:59 |
Nuno Teixeira (eduardo) |
security/sssd: Move man pages to share/man
Approved by: portmgr (blanket) |
1.16.5_10 12 Feb 2024 01:15:27 |
John Hixson (jhixson) |
security/sssd-devel: rename to security/sssd2
- Rename to avoid confusion, port is stable
- Update MOVED
- Update security/sssd/Makefile with name change |
1.16.5_10 03 Feb 2024 05:51:53 |
John Hixson (jhixson) |
security/sssd: mark port deprecated
- Very old version of this port no longer supported
- sssd-devel has current versions |
1.16.5_10 05 Nov 2023 14:18:20 |
Dan Langille (dvl) |
security/sssd: disable po4a
Disable po4a. It is not an explicit build dependency, nor should
it be. There is no need to use it to rebuild man pages with the
current (1.16.5) distribution tarball. And using po4a (currently
0.68) somehow fails to create man pages for some locales.
PR: 267415
Approved by: portmgr (maintainer timeout, 4+ months) |
1.16.5_10 13 Jul 2023 09:43:49 |
Mateusz Piotrowski (0mp) |
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. |
1.16.5_9 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.16.5_9 19 May 2023 18:10:12 |
John Hixson (jhixson) |
security/sssd: Update port maintainer to myself |
1.16.5_8 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
1.16.5_8 18 Dec 2022 12:23:50 |
Rene Ladan (rene) Author: Richard Frewin |
security/sssd: build with net/samba413 and databases/ldb22
The port previously used net/samba412 which is expired.
PR: 267626 |
1.16.5_7 04 Dec 2022 11:50:25 |
Rene Ladan (rene) |
security/sssd: reset maintainer after at least four timeouts |
1.16.5_7 22 Oct 2022 09:36:07 |
Daniel Engberg (diizzy) |
*/*: Bump PORTREVISION for consumers of libunistring
Reported by: jbeich |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.16.5_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.16.5_6 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.16.5_6 09 Jun 2022 21:58:22 |
Cy Schubert (cy) |
security/sssd: Fix patch
Fix asimple off-by-one arthmetic error.
PR: 264526
Reported by: John Hein <jcfyecrayz@liamekaens.com>
Fixes: d48f9f56aef74f7953e8cbd1783589cc053cf940 |
1.16.5_6 08 Jun 2022 20:19:55 |
Cy Schubert (cy) |
security/sssd: Fix package after d33c01d9cc18
security/sssd fails to package with krb5 1.20
PR: 264526
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Reported by: John Hein <jcfyecrayz@liamekaens.com> |
1.16.5_6 03 Jun 2022 13:59:11 |
Po-Chuan Hsieh (sunpoet) |
security/sssd: Fix build with setuptools 58.0.0+
With hat: python |
1.16.5_5 23 Feb 2022 04:59:36 |
Mikhail Teterin (mi) |
security/sssd: implement detection of mempcpy at configure-time
Newer versions of FreeBSD provide mempcpy, which conflicts with the port's
own implementation -- meant for the older versions.
While here, fix compilation with newer Python -- not just 3.7 -- and relax
the requirement for Python-version. This necessitated bumping PORTREVISION --
because the default Python is 3.8 nowadays.
Also, define TEST_TARGET -- and fix one of the test to compile. This needs
further work, however.
PR: 257866 |
1.16.5_4 23 Feb 2022 02:59:04 |
Neel Chauhan (nc) |
security/sssd: Add SMB flavor
PR: 261730
Approved by: maintainer timeout (2+ weeks) |
1.16.5_4 01 Nov 2021 17:24:23 |
Fernando ApesteguÃa (fernape) |
security/sssd: Fix man page paths
Adapt paths in man page to FreeBSD filesystem layout.
PR: 254193
Reported by: amendlik@gmail.com
Approved by: lukas.slebodnik@intrak.sk (maintainter timeout > 4 weeks) |
1.16.5_3 24 Oct 2021 16:44:21 |
Tijl Coosemans (tijl) |
security/sssd: Fix installation with automake 1.16.4
Patch the configure script so it evaluates a variable that uses
PYTHON_PREFIX (since automake 1.16.4) before PYTHON_PREFIX is unset.
PR: 258898
Approved by: maintainer timeout (2 weeks) |
1.16.5_3 29 Sep 2021 19:04:39 |
Tijl Coosemans (tijl) |
security/sssd: Fix build with automake 1.16.4
Approved by: portmgr (antoine) |
1.16.5_3 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
1.16.5_2 16 Apr 2021 17:06:28 |
Fernando ApesteguÃa (fernape) |
security/sssd: Fix package with SMB=on
While here, add comment in security/krb5 to remember the obscure dependency in
security/sssd so it does not break again.
PR: 244778
Reported by: tommyhp2@gmail.com
Tested by: tommyhp2@gmail.com
MFH: 2021Q2 (build fix) |
1.16.5_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.16.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.5_1 07 Mar 2021 22:33:38 |
sunpoet |
Fix PLIST with hardcoded python version
Approved by: portmgr (blanket) |
1.16.5_1 12 Dec 2020 14:56:47 |
rene |
devel/sssd: fix SMB option
- use Samba 4.12 instead of the removed Samba 4.10
- use ldb 2.1 instead of ldb 2.0
While here, recognize Kerberos 1.18
PR: 250864
Submitted by: joerg (patch by Richard Frewin)
Approved by: maintainer timeout (14 days) |
1.16.5 17 Nov 2020 20:42:17 |
rene |
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 |
1.11.7_22 19 Aug 2020 07:40:59 |
martymac |
Fix sssd startup following libldb changes
PR: 239022
Submitted by: patrik@hildingsson.se
Approved by: lukas.slebodnik@intrak.sk (maintainer timeout)
MFH: 2020Q3 |
1.11.7_21 04 Aug 2020 15:47:50 |
fernape |
security/sssd: Add comment in case of package fail
Add a comment to give a clue in case of failure during the package phase.
PR: 244778 |
1.11.7_21 03 Aug 2020 16:31:34 |
fernape |
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) |
1.11.7_20 29 Mar 2020 18:16:30 |
fernape |
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) |
1.11.7_19 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
1.11.7_19 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.11.7_19 03 Jul 2019 19:30:03 |
antoine |
Switch back to non-legacy libs |
1.11.7_18 20 Jun 2019 07:56:41 |
antoine |
Depend on legacy libs
Reported by: pkg-fallout |
1.11.7_17 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
1.11.7_16 29 May 2019 06:46:57 |
rodrigo |
Add 1.17 to supported krb5 versions
Bump PORTREVISION
PR: 236113
Submitted by: vrwmiller@gmail.com
Reported by: lukas.slebodnik@intrak.sk (maintainer's timeout; 29 days) |
1.11.7_15 23 Apr 2019 13:04:12 |
mat |
Remove conflicts from bind-tools and the server ports.
All servers now depend on the same bind-tools, from the latest BIND9
release.
Chase dependencies to make sure they now depend on the correct port.
Differential Revision: https://reviews.freebsd.org/D19922 |
1.11.7_14 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
1.11.7_13 04 Jul 2018 11:52:25 |
rene |
Bump the minimum bind version to dns/bind911 in dependent ports. |
1.11.7_12 19 Jun 2018 02:46:53 |
yuri |
security/sssd: Add 1.16 to supported krb5 versions
PR: 204827
Approved by: lukas.slebodnik@intrak.sk (maintainer) |
1.11.7_11 23 Feb 2018 10:04:17 |
yuri |
security/sssd: Fixed missing dependency
Timeout expired, maintainer lukas.slebodnik@intrak.sk
PR: 224572
Submitted by: Phillip R. Jaenke <prj@rootwyrm.com>
Approved by: tcberner (mentor, implicit) |
1.11.7_10 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.11.7_9 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
1.11.7_8 27 Mar 2017 20:48:27 |
asomers |
security/sssd: upstream has moved from fedorahosted to pagure.io
PR: 218082
Reviewed by: lukas.slebodnik@intrak.sk (maintainer)
Approved by: brd (ports) |
1.11.7_8 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
1.11.7_7 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
1.11.7_6 18 Mar 2017 12:06:47 |
riggs |
Add support of krb5 1.15; bump PORTREVISION
PR: 204827
Submitted by: joris.dedieu@gmail.com
Approved by: lukas.slebodnik@intrak.sk (maintainer)
MFH: 2017Q1 |
1.11.7_5 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.11.7_5 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
1.11.7_4 28 May 2016 13:52:03 |
amdmi3 |
- Fix license
- Remove unneeded options.mk inclusion
Approved by: portmgr blanket |
1.11.7_4 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.11.7_4 22 May 2016 02:45:23 |
pi |
security/sssd: chase samba dependency, unbreak
PR: 209687
Submitted by: prj@rootwyrm.com |
1.11.7_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.11.7_3 12 Dec 2015 07:08:24 |
riggs |
Add support of krb5 1.14 for external/pac
PR: 204827
Submitted by: joris.dedieu@gmail.com
Approved by: lukas.slebodnik@intrak.sk (maintainer)
MFH: 2015Q4 |
09 Sep 2015 18:26:41
|
danfe |
- Remove BROKEN statement for Tier-2 systems (tested on PowerPC only due
to lots of dependencies and lack of hardware or working SPARC emulation
to perform tinderbox tests; c.f. https://reviews.freebsd.org/D2791)
- Clean up `post-install' target and fix numerous whitespace issues |
1.11.7_2 29 Apr 2015 14:57:33 |
garga |
libkrb5.so, what was being used as reference to security/krb5 dependency, is
present in base, then port was detecting it and not registering dependency
correctly. After installation, libsss_ldap.so was linked against libk5crypto.so
but it was not present in the system. Replace explicit dependency by USES
gssapi:mit and bump PORTREVISION
Approved by: portmgr (blanket) |
1.11.7_1 14 Apr 2015 13:21:51 |
amdmi3 |
- Add LICENSE_FILE
- Add CPE info
Approved by: portmgr blanket |
1.11.7_1 28 Mar 2015 15:54:48 |
bapt |
Convert USES=autoreconf
Strip binaries |
1.11.7 31 Jan 2015 13:53:54 |
riggs |
- 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) |
1.9.6_9 23 Jan 2015 18:54:02 |
tijl |
- Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.9.6_9 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.9.6_9 03 Sep 2014 07:34:38 |
vanilla |
Upgrade to 0.9.4. bump PORTREVISION due shared library incr.
PR: ports/193266
Submitted by: maintainer |
1.9.6_8 29 Aug 2014 08:24:20 |
tijl |
devel/libunistring:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
1.9.6_7 28 Aug 2014 10:21:32 |
tijl |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port) |
1.9.6_6 20 Aug 2014 08:01:13 |
tijl |
Fix more missing -lintl
Tested by: mat |
1.9.6_6 19 Aug 2014 12:41:45 |
tijl |
Add missing libintl link
Reported by: mat |
1.9.6_6 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.9.6_5 23 Jul 2014 10:28:04 |
tijl |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
1.9.6_5 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
1.9.6_5 22 Jun 2014 10:44:30 |
tijl |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
1.9.6_5 12 Jun 2014 14:35:02 |
wg |
security/sssd: pam fixes
PR: 184464
Submitted by: maintainer |
1.9.6_4 22 May 2014 14:12:25 |
wg |
security/sssd: fix since libtoolize conversion
PR: ports/190090
Submitted by: maintainer |
1.9.6_4 21 May 2014 11:46:17 |
feld |
Fix typo in rc script. ssd -> sssd
Submitted by: lslebodn |
1.9.6_3 20 May 2014 21:12:42 |
antoine |
xmllint from new libxml2 seems to be stricter than it used to be
Disable it so that man pages can be generated
Submitted by: maintainer |
1.9.6_3 08 May 2014 15:00:49 |
tijl |
- 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. |
1.9.6_2 08 May 2014 01:00:43 |
cy |
USES=libtool breaks package.
Point hat to: self |
1.9.6_2 07 May 2014 19:59:43 |
cy |
Fix QA error and warning. |
1.9.6_2 07 May 2014 14:18:54 |
feld |
- rc script now passes rclint
- rc script creates dirs in /var before launching daemon
- add patch from upstream to match behavior of sssd on Linux
https://fedorahosted.org/sssd/ticket/2232
PR: ports/186545
Sponsored by: SupraNet Communications, Inc |
1.9.6_1 26 Apr 2014 04:29:39 |
rodrigc |
Remove libldap.so from LIB_DEPENDS, it is already added by USE_OPENLDAP.
PR: ports/188942
Approved by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer) |
1.9.6_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.9.6 23 Nov 2013 15:10:44 |
sunpoet |
- Do not overwrite CFLAGS
PR: ports/184193
Submitted by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer) |
1.9.6 08 Nov 2013 10:58:10 |
wg |
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) |
1.9.5 06 Nov 2013 11:20:53 |
wg |
security/sssd: fix build on 10
- Fix build on 10
- Move library path to where it belongs
PR: ports/183693
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer) |
1.9.5 01 Nov 2013 10:43:53 |
wg |
security/sssd: fix krb5 detection on 8.3
PR: ports/183504
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer) |
1.9.5 28 Oct 2013 10:01:58 |
wg |
security/sssd: fix ldap client dependency
- Fix ldap client dependency
PR: ports/183377
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer) |
1.9.5 26 Oct 2013 23:00:15 |
wg |
security/sssd: pass maintainership
- Pass maintainership to the last PR submitter
Approved by: maintainer (timeout) |
1.9.5 26 Oct 2013 19:42:17 |
wg |
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) |
1.6.1_5 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.6.1_5 31 Aug 2013 00:11:07 |
bapt |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |
1.6.1_5 16 Jul 2013 14:56:11 |
miwi |
- Unbreak build after autotool update |
1.6.1_5 24 May 2013 13:16:50 |
zeising |
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) |
1.6.1_4 15 May 2013 19:58:56 |
zi |
- Bump PORTREVISION after dns/c-ares update |
1.6.1_3 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.6.1_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |