notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/openvpn-auth-ldap/Makefile
SVNWeb

Number of commits found: 50

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 17 Aug 2022
[ 17:51 Ryan Steinmetz (zi) search for other commits by this committer ]    commit hash:327c682e46761e2a9c06507dafb8fac49f564ce6  commit hash:327c682e46761e2a9c06507dafb8fac49f564ce6  commit hash:327c682e46761e2a9c06507dafb8fac49f564ce6  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) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 1 Sep 2021
[ 11:46 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:e9148ce0453ccc8db5af73084b56eaaa914f07e3  commit hash:e9148ce0453ccc8db5af73084b56eaaa914f07e3  commit hash:e9148ce0453ccc8db5af73084b56eaaa914f07e3  e9148ce  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
Mon, 2 Aug 2021
[ 04:41 Xin LI (delphij) search for other commits by this committer ]    commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  commit hash:3ba73dad6f600e4da54237e381201faec678984c  3ba73da  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 24 Aug 2020
[ 17:40 mandree search for other commits by this committer ] Original commit   Revision:546102
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 search for other commits by this committer ] Original commit   Revision:527679
Regular USE_GITHUB cleanup.
Mon, 10 Feb 2020
[ 21:06 mandree search for other commits by this committer ] Original commit   Revision:525753
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 search for other commits by this committer ] Original commit   Revision:508887 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:506524
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 search for other commits by this committer ] Original commit   Revision:492056 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:480741 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:440981
Revise Github comment.
[ 22:22 mandree search for other commits by this committer ] Original commit   Revision:440979
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 search for other commits by this committer ] Original commit   Revision:440974
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 search for other commits by this committer ] Original commit   Revision:433395 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Move devel/libcheck to devel/check

- Bump PORTREVISION for dependent ports
Thu, 8 Dec 2016
[ 03:13 mandree search for other commits by this committer ] Original commit   Revision:428097
Add some comments on the Googlecode->Github export. Not yet formally converted.
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Wed, 14 Sep 2016
[ 15:59 mat search for other commits by this committer ] Original commit   Revision:422140 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:377475
Grab maintainership and unmark BROKEN.
Bump PORTREVISION for the benefit of those that used TRYBROKEN=*.

PR: 190497
[ 16:45 mandree search for other commits by this committer ] Original commit   Revision:377441
work around missing deps in src/Makefile[.in]
Mon, 5 Jan 2015
[ 23:03 mandree search for other commits by this committer ] Original commit   Revision:376369
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 search for other commits by this committer ] Original commit   Revision:364154
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 search for other commits by this committer ] Original commit   Revision:363869
Mark broken.
[ 07:52 mandree search for other commits by this committer ] Original commit   Revision:363854
Make sure that -export-dynamic is passed to the linker.
[ 07:21 mandree search for other commits by this committer ] Original commit   Revision:363852
Enable WITH_DEBUG=yes.
Mon, 28 Jul 2014
[ 19:29 marino search for other commits by this committer ] Original commit   Revision:363236
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 search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 8 May 2014
[ 13:35 bapt search for other commits by this committer ] Original commit   Revision:353297
Convert to USES=objc and drop hard coded gcc 4.6 dep
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:346847
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 search for other commits by this committer ] Original commit   Revision:339572 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
archivers/xz is in base for all versions and has been removed from the ports
tree
Thu, 2 Jan 2014
[ 08:45 mandree search for other commits by this committer ] Original commit   Revision:338425
Expand comment on why GCC is required.
[ 00:15 mandree search for other commits by this committer ] Original commit   Revision:338409
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 search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Sun, 1 May 2011
[ 22:53 pav search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 296 ports in this commit are shown above. View all ports for this commit)
Chase after net/openldap24-server update.

Reminded by:    miwi
Fri, 19 Nov 2010
[ 22:30 pav search for other commits by this committer ] Original commit 
- Try creatively to prevent this from failing on pointyhat

Reported by:    pointyhat
Sat, 14 Aug 2010
[ 13:24 ehaupt search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Update home page and MASTER_SITES
Approved by:    ehaupt
Fri, 24 Jul 2009
[ 10:27 snb search for other commits by this committer ] Original commit 
Change MAINTAINER to my @FreeBSD.org address

Approved by:    erwin
Mon, 5 Jan 2009
[ 19:04 delphij search for other commits by this committer ] Original commit  (Only the first 10 of 249 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Tue, 20 Nov 2007
[ 02:21 linimon search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Mark as broken on gcc4.2.
Fri, 5 Oct 2007
[ 03:07 edwin search for other commits by this committer ] Original commit 
Remove errornous # DO NOT DELETE lines caused by makedepend(1)
Fri, 7 Sep 2007
[ 02:47 edwin search for other commits by this committer ] Original commit 
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