diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-14 14:23:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-14 14:23:36 +0000 |
commit | 121dea5a9ccd255531d4994462c8dee6fa48ec94 (patch) | |
tree | 0c8a66e69356492d3cd3e1bfa308b3fa2605dc8e /net-mgmt/nagios/files/patch-configure.in | |
parent | - Convert to USES=tk (diff) |
* Add a patch from upstream fixing a cgi vulnerability[1]
* Cleanup COMMENT
* Rename patches to follow make makepatch naming
* Incorporate a sed into already patched files.
Poked by: ohauer [1]
Security: CVE-2013-7108 CVE-2013-7205
Notes
Notes:
svn path=/head/; revision=339689
Diffstat (limited to 'net-mgmt/nagios/files/patch-configure.in')
-rw-r--r-- | net-mgmt/nagios/files/patch-configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios/files/patch-configure.in b/net-mgmt/nagios/files/patch-configure.in index 566a3b355de3..a9f0d7fc6a32 100644 --- a/net-mgmt/nagios/files/patch-configure.in +++ b/net-mgmt/nagios/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig 2010-03-09 19:39:59.000000000 +0100 -+++ configure.in 2010-04-07 20:18:58.585012048 +0200 +--- ./configure.in.orig 2013-08-30 19:46:14.000000000 +0200 ++++ ./configure.in 2014-01-14 13:57:06.000000000 +0100 @@ -6,7 +6,6 @@ AC_INIT(base/nagios.c) @@ -7,7 +7,7 @@ -AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios - PKG_VERSION="3.2.1" + PKG_VERSION="3.5.1" @@ -125,7 +124,15 @@ dnl Test for pthreads support - taken from ICU FreeBSD Port configure script THREADLIBS="" |