Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.4_2 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 |
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) |
2.0.4_2 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 ) |
2.0.4_2 17 Aug 2022 17:51:13 |
Ryan Steinmetz (zi) |
security/openvpn-auth-ldap: Fix crash/update MAINTAINER/bump PORTREVISION
Approved by: mandree@ (maintainer) |
2.0.4_1 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 ) |
2.0.4_1 01 Sep 2021 11:46:24 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
2.0.4_1 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 |
2.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.4 24 Aug 2020 17:40:54 |
mandree |
security/openvpn-auth-ldap: add -fcommon to future-proof
libobjc2 may need some love, but I'm not too acquainted with
Objective-C to do that... so limit my effort to my own port
PR: 248885
Reported by: pkg-fallout@ on FreeBSD -head |
2.0.4 26 Jul 2020 09:01:59 |
mandree |
security/openvpn-auth-ldap: try to fix head fallout from -export-dynamic
The option is a linker option but is passed to cc verbatim, and this
causes fallout complaints on head i386 (13):
--- lemon ---
cc -o lemon lemon.o -export-dynamic
ld: warning: cannot find entry symbol xport-dynamic; defaulting to 0x4049B0
===> making all in src
--- all ---
--- auth-ldap.o ---
cc -fPIC -O2 -pipe -fPIC -fstack-protector-strong -DLDAP_DEPRECATED
-fno-strict-aliasing -Wno-import -L/usr/local/lib -I/usr/local/include -fPIC
-I/usr/local/include -D_THREAD_SAFE -fobjc-exceptions -fno-strict-aliasing -O2
-pipe -fPIC -fstack-protector-strong -DLDAP_DEPRECATED -fno-strict-aliasing
-DHAVE_CONFIG_H -Wall -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/include -c auth-ldap.m -o auth-ldap.o -I.
-I../src -I.. -I../src -I. -I../tests -I../tests
--- TRConfigParser.m ---
./tools/lemon -T../tools/lempar.c -m -q TRConfigParser.lemon -OTRConfigParser.m
Segmentation fault (core dumped) (Only the first 15 lines of the commit message are shown above ) |
2.0.4 26 Apr 2020 13:51:54 |
mandree |
WWW/DL link maintenance in pkg-descr and Makefile
...to avoid permanent redirects, or broken sites.
MFH: 2020Q2 (blanket, download/WWW URL chase) |
2.0.4 03 Mar 2020 15:11:47 |
mat |
Regular USE_GITHUB cleanup. |
2.0.4 10 Feb 2020 21:06:56 |
mandree |
openvpn-auth-ldap: Update to Github 2.0.4 release.
* Switch from a handmade SVN checkout to Github tag
* Drop MAKE_JOBS_UNSAFE and post-patch, no longer needed
PR: 244022
Submitted by: Geoffroy Desvernay |
2.0.4.0.s1379_3 14 Aug 2019 03:26:09 |
meta |
Implement new virtual category: net-vpn for VPN related ports
based on discussion at ports@ [1]. As VPN softwares are put in different
physical category net and security. This is a little bit confusing. Let's
give them new virtual category net-vpn.
[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html
PR: 239395
Submitted by: myself
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21174 |
2.0.4.0.s1379_3 13 Jul 2019 08:59:25 |
mandree |
Add OpenSSL base dir to CONFIGURE_ARGS.
WHile I cannot reproduce the issue, it seems harmless and may help
certain system configurations.
PR: 235776
Submitted by: dewayne@heuristicsystems.com.au |
2.0.4.0.s1379_3 03 Feb 2019 15:37:58 |
theraven |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
2.0.4.0.s1379_2 26 Sep 2018 15:23:37 |
brooks |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL |
2.0.4.0.s1379_1 15 May 2017 22:26:27 |
mandree |
Revise Github comment. |
2.0.4.0.s1379_1 15 May 2017 22:22:50 |
mandree |
No longer depend on OpenVPN sources.
OpenVPN 2.3.0 and newer have installed the openvpn-plugin.h file.
Cease requiring and extracting the source tarball to obtain this file
(as we used to do with 2.2.x and older). |
2.0.4.0.s1379_1 15 May 2017 21:24:13 |
mandree |
Modernize, resolving DEVELOPER=yes warnings.
While here, do not include sys/types.h but rather only stddef.h, for the
openvpn-plugin.h test patch. |
2.0.4.0.s1379_1 15 May 2017 21:11:22 |
mandree |
Unbreak openvpn-plugin.h detection.
Apparently the header file changed in openvpn 2.4.2 and now requires
#include <sys/types.h> explicitly to pull the typedef for size_t in.
Add that header line to the test so it won't report a false negative result.
Reported by: pkg-fallout@ |
2.0.4.0.s1379_1 05 Feb 2017 11:14:37 |
sunpoet |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
2.0.4.0.s1379_1 08 Dec 2016 03:13:20 |
mandree |
Add some comments on the Googlecode->Github export. Not yet formally converted. |
2.0.4.0.s1379_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.0.4.0.s1379_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
2.0.4.0.s1379_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.0.4.0.s1379_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.0.4.0.s1379_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.0.4.0.s1379_1 19 Jan 2015 20:37:33 |
mandree |
Grab maintainership and unmark BROKEN.
Bump PORTREVISION for the benefit of those that used TRYBROKEN=*.
PR: 190497 |
2.0.4.0.s1379 19 Jan 2015 20:36:43 |
mandree |
Fix crash when configuration file is not EOL-terminated. |
2.0.4.0.s1379 19 Jan 2015 20:36:22 |
mandree |
Fix warnings due to missing #import. |
2.0.4.0.s1379 19 Jan 2015 16:45:47 |
mandree |
work around missing deps in src/Makefile[.in] |
2.0.4.0.s1379 17 Jan 2015 10:28:50 |
mandree |
Add a fix to prevent crashes on close if initialization failed. |
2.0.4.0.s1379 05 Jan 2015 23:03:41 |
mandree |
Update to upstream SVN revision 1379 and refresh patches.
Needs real-world testing, so is still marked BROKEN.
If there are positive test results from reporter or third parties,
the BROKEN can be removed.
PR: 190497 |
2.0.3_9 06 Aug 2014 06:39:53 |
mandree |
Mark the critical warning as an error, and bump PORTREVISION,
so that everyone is aware of the run-time issues. |
2.0.3_8 03 Aug 2014 10:14:42 |
mandree |
Mark broken. |
2.0.3_8 03 Aug 2014 07:52:50 |
mandree |
Make sure that -export-dynamic is passed to the linker. |
2.0.3_7 03 Aug 2014 07:21:44 |
mandree |
Enable WITH_DEBUG=yes. |
2.0.3_6 28 Jul 2014 19:29:29 |
marino |
Release three ports of snb@
Sean Nicholas Barkas is releasing these ports:
sysutils/farbot
security/openvpn-auth-ldap
net/splatd
Thanks for looking after these, Sean!
PR: 191967 |
2.0.3_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 ) |
2.0.3_5 08 May 2014 13:35:05 |
bapt |
Convert to USES=objc and drop hard coded gcc 4.6 dep |
2.0.3_5 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.0.3_4 03 Mar 2014 00:38:36 |
gerald |
This port really requires not just GCC, but also no version newer than
GCC 4.6 -- so, set USE_GCC=4.6.
Approved by: snb (maintainer) |
2.0.3_4 13 Jan 2014 07:23:43 |
bapt |
archivers/xz is in base for all versions and has been removed from the ports
tree |
2.0.3_4 02 Jan 2014 08:45:08 |
mandree |
Expand comment on why GCC is required. |
2.0.3_4 02 Jan 2014 00:15:02 |
mandree |
Chase openvpn source layout changes,
and chase base GCC changes (Objective-C no longer build in 9+, uses port),
and make a few other changes, to fix the build. [1]
While here:
- support staging
- strip installed .so file unless under WITH_DEBUG regime
- convert NOPORTEXAMPLES to optionsNG, too
PR: ports/175692
Submitted by: snb@ (maintainer) [1] |
2.0.3_3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.0.3_3 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.0.3_3 01 May 2011 22:53:36 |
pav |
- Mark BROKEN on 9-CURRENT: fails to configure
configure: error: Objective C preprocessor "/lib/cpp" fails sanity check
Reported by: pointyhat |
2.0.3_3 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
2.0.3_2 19 Nov 2010 22:30:53 |
pav |
- Try creatively to prevent this from failing on pointyhat
Reported by: pointyhat |
2.0.3_2 14 Aug 2010 13:24:23 |
ehaupt |
Conditionally install configuration example (auth-ldap.conf) to EXAMPLESDIR.
PR: 149229 (based on)
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
Approved by: snb (via mail) |
2.0.3_1 17 Nov 2009 11:30:03 |
snb |
Update home page and MASTER_SITES
Approved by: ehaupt |
2.0.3_1 24 Jul 2009 10:27:09 |
snb |
Change MAINTAINER to my @FreeBSD.org address
Approved by: erwin |
2.0.3_1 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
2.0.3 20 Nov 2007 02:21:27 |
linimon |
Unmark broken; the missing Objective C header with gcc 4.2 has now been
fixed.
PR: ports/117967
Submitted by: maintainer
Approved by: portmgr (self) |
2.0.3 07 Oct 2007 12:42:36 |
linimon |
Mark as broken on gcc4.2. |
2.0.3 05 Oct 2007 03:07:12 |
edwin |
Remove errornous # DO NOT DELETE lines caused by makedepend(1) |
2.0.3 30 Sep 2007 10:51:25 |
linimon |
Remove cruft. |
2.0.3 07 Sep 2007 02:47:13 |
edwin |
New port: security/openvpn-auth-ldap - LDAP authentication plugin for OpenVPN
The OpenVPN Auth-LDAP Plugin implements username/password
authentication via LDAP for OpenVPN 2.x. It also includes
some integration with the OpenBSD packet filter, supporting
adding and removing VPN clients from PF tables.
WWW: http://dpw.threerings.net/projects/openvpn-auth-ldap/
PR: ports/113925
Submitted by: Nick Barkas <snb@threerings.net> |