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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/git/files/patch-configure.ac
SVNWeb

Number of commits found: 2

Tue, 3 Apr 2018
[ 12:51 garga search for other commits by this committer ] Original commit   Revision:466347
Update devel/git to 2.17.0

Sponsored by:	Rubicon Communications, LLC (Netgate)
Mon, 5 Dec 2016
[ 12:28 koobs search for other commits by this committer ] Original commit   Revision:427879
devel/git: Fix build with PERL option disabled

configure.ac defines a macro (GIT_ARG_SET_PATH), which takes an optional
'allow-without' parameter, which if not specified (in configure.ac),
causes --without-foo/--with-foo=no not to be checked/allowed.

allow-without is set for python, but not for perl in configure.ac:

 # Define PYTHON_PATH to provide path to Python.
 # GIT_ARG_SET_PATH(python, allow-without)

 # GIT_ARG_SET_PATH(perl)

The non-presence of the optional second macro argument results in the
following error when --without-perl is specified by
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2