non port: security/openvpn-auth-ldap/Makefile |
SVNWeb
|
Number of commits found: 50 |
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 17 Aug 2022
|
[ 17:51 Ryan Steinmetz (zi) ] 327c682
security/openvpn-auth-ldap: Fix crash/update MAINTAINER/bump PORTREVISION
Approved by: mandree@ (maintainer)
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Wed, 1 Sep 2021
|
[ 11:46 Alexey Dokuchaev (danfe) ] e9148ce (Only the first 10 of 32 ports in this commit are shown above. )
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
|
Mon, 2 Aug 2021
|
[ 04:41 Xin LI (delphij) ] 3ba73da (Only the first 10 of 55 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 24 Aug 2020
|
[ 17:40 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
|
Tue, 3 Mar 2020
|
[ 15:11 mat ]
Regular USE_GITHUB cleanup.
|
Mon, 10 Feb 2020
|
[ 21:06 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
|
Wed, 14 Aug 2019
|
[ 03:26 meta ] (Only the first 10 of 30 ports in this commit are shown above. )
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
|
Sat, 13 Jul 2019
|
[ 08:59 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
|
Sun, 3 Feb 2019
|
[ 15:37 theraven ] (Only the first 10 of 114 ports in this commit are shown above. )
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)
|
Wed, 26 Sep 2018
|
[ 15:23 brooks ] (Only the first 10 of 102 ports in this commit are shown above. )
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
|
Mon, 15 May 2017
|
[ 22:26 mandree ]
Revise Github comment.
|
[ 22:22 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).
|
[ 21:24 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.
|
Sun, 5 Feb 2017
|
[ 11:14 sunpoet ] (Only the first 10 of 23 ports in this commit are shown above. )
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
|
Thu, 8 Dec 2016
|
[ 03:13 mandree ]
Add some comments on the Googlecode->Github export. Not yet formally converted.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Mon, 19 Jan 2015
|
[ 20:37 mandree ]
Grab maintainership and unmark BROKEN.
Bump PORTREVISION for the benefit of those that used TRYBROKEN=*.
PR: 190497
|
[ 16:45 mandree ]
work around missing deps in src/Makefile[.in]
|
Mon, 5 Jan 2015
|
[ 23:03 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
|
Wed, 6 Aug 2014
|
[ 06:39 mandree ]
Mark the critical warning as an error, and bump PORTREVISION,
so that everyone is aware of the run-time issues.
|
Sun, 3 Aug 2014
|
[ 10:14 mandree ]
Mark broken.
|
[ 07:52 mandree ]
Make sure that -export-dynamic is passed to the linker.
|
[ 07:21 mandree ]
Enable WITH_DEBUG=yes.
|
Mon, 28 Jul 2014
|
[ 19: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
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
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 )
|
Thu, 8 May 2014
|
[ 13:35 bapt ]
Convert to USES=objc and drop hard coded gcc 4.6 dep
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Mon, 3 Mar 2014
|
[ 00:38 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)
|
Mon, 13 Jan 2014
|
[ 07:23 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
archivers/xz is in base for all versions and has been removed from the ports
tree
|
Thu, 2 Jan 2014
|
[ 08:45 mandree ]
Expand comment on why GCC is required.
|
[ 00:15 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]
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Sun, 1 May 2011
|
[ 22:53 pav ]
- Mark BROKEN on 9-CURRENT: fails to configure
configure: error: Objective C preprocessor "/lib/cpp" fails sanity check
Reported by: pointyhat
|
Fri, 25 Feb 2011
|
[ 01:32 delphij ] (Only the first 10 of 296 ports in this commit are shown above. )
Chase after net/openldap24-server update.
Reminded by: miwi
|
Fri, 19 Nov 2010
|
[ 22:30 pav ]
- Try creatively to prevent this from failing on pointyhat
Reported by: pointyhat
|
Sat, 14 Aug 2010
|
[ 13:24 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)
|
Tue, 17 Nov 2009
|
[ 11:30 snb ]
Update home page and MASTER_SITES
Approved by: ehaupt
|
Fri, 24 Jul 2009
|
[ 10:27 snb ]
Change MAINTAINER to my @FreeBSD.org address
Approved by: erwin
|
Mon, 5 Jan 2009
|
[ 19:04 delphij ] (Only the first 10 of 249 ports in this commit are shown above. )
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan
|
Tue, 20 Nov 2007
|
[ 02:21 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)
|
Sun, 7 Oct 2007
|
[ 12:42 linimon ]
Mark as broken on gcc4.2.
|
Fri, 5 Oct 2007
|
[ 03:07 edwin ]
Remove errornous # DO NOT DELETE lines caused by makedepend(1)
|
Fri, 7 Sep 2007
|
[ 02:47 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>
|
Number of commits found: 50 |