diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-02-28 16:54:05 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:53 +0100 |
commit | f5ad70187901bf5464dbff350990c741760ddba3 (patch) | |
tree | 62aea327e7fc1d62b4d4c1f391f0aa86979b32ef /meta-oe/recipes-support/syslog-ng/files/configure.patch | |
parent | a4835a616b33a2bfe6943dff37327f6858e0fbe8 (diff) | |
download | meta-openembedded-f5ad70187901bf5464dbff350990c741760ddba3.tar.gz |
syslog-ng: Update to 3.8.1
* The upstream has changed to github.com.
* Remove patches that are no longer needed:
- Fix-the-memory-leak-problem-for-mutex.patch
- configure.patch
- dbifix.patch
- fix-a-memory-leak-in-log_driver_free.patch
* Update syslog-ng.service-the-syslog-ng-service.patch
* openssl is no longer optional, so remove its PACKAGECONFIG.
* Add (disabled) PACKAGECONFIGs for the new http and native modules.
* Disable the new python and java modules.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/configure.patch')
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/configure.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/configure.patch b/meta-oe/recipes-support/syslog-ng/files/configure.patch deleted file mode 100644 index 109f58cf72..0000000000 --- a/meta-oe/recipes-support/syslog-ng/files/configure.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | Index: syslog-ng-3.5.4.1/configure.ac | ||
2 | =================================================================== | ||
3 | --- syslog-ng-3.5.4.1.orig/configure.ac 2014-07-18 13:49:36.794141441 +0000 | ||
4 | +++ syslog-ng-3.5.4.1/configure.ac 2014-07-18 14:23:57.738197606 +0000 | ||
5 | @@ -8,7 +8,8 @@ dnl SNAPSHOT_VERSION - snapshot version to add to version number | ||
6 | dnl BINARY_BRANCH - the value is added to all source/binary packages | ||
7 | dnl SOURCE_REVISION - Revision of the source-tree, will added to the version string | ||
8 | dnl | ||
9 | -AC_INIT(syslog-ng/main.c) | ||
10 | +AC_INIT(syslog-ng, 3.5.4.1) | ||
11 | +AC_CONFIG_SRCDIR(syslog-ng/main.c) | ||
12 | AC_CONFIG_MACRO_DIR([m4]) | ||
13 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
14 | |||
15 | @@ -53,7 +54,7 @@ else | ||
16 | CURRDATE=`date +"%a, %d %b %Y %H:%M:%S %Z"` | ||
17 | fi | ||
18 | |||
19 | -AM_INIT_AUTOMAKE($PACKAGE, $VERSION, [foreign no-define subdir-objects]) | ||
20 | +AM_INIT_AUTOMAKE([foreign no-define subdir-objects]) | ||
21 | _AM_PROG_TAR([ustar]) | ||
22 | if test -n "$SNAPSHOT_VERSION"; then | ||
23 | VERSION=$VERSION+$SNAPSHOT_VERSION | ||