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/syslog-ng_3.8.1.bb | |
| 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/syslog-ng_3.8.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_3.8.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.8.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.8.1.bb new file mode 100644 index 0000000000..91a0e46999 --- /dev/null +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.8.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require syslog-ng.inc | ||
| 2 | |||
| 3 | SRC_URI += " \ | ||
| 4 | file://fix-config-libnet.patch \ | ||
| 5 | file://fix-invalid-ownership.patch \ | ||
| 6 | file://Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch \ | ||
| 7 | file://syslog-ng.service-the-syslog-ng-service.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "acf14563cf5ce435db8db35486ce66af" | ||
| 11 | SRC_URI[sha256sum] = "84b081f6e5f98cbc52052e342bcfdc5de5fe0ebe9f5ec32fe9eaec5759224cc5" | ||
