diff options
author | Ashley Sommer <ashleysommer@gmail.com> | 2016-08-04 17:32:12 +1000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-04 10:28:17 +0200 |
commit | 16902fed12033ea878a87998a49ac32e730b4cb4 (patch) | |
tree | 4d7aebc8eea0271609c9d0d404f2dbba37220bbb /main/libfastjson | |
parent | 64e2edeecfd27e9a70f30483f4dfcfb1f2667db2 (diff) | |
download | aports-16902fed12033ea878a87998a49ac32e730b4cb4.tar.bz2 aports-16902fed12033ea878a87998a49ac32e730b4cb4.tar.xz |
main/libfastjson: updated to new upstream version 0.99.4 removed a stray patch file that is no longer needed or used in this package.
Diffstat (limited to 'main/libfastjson')
-rw-r--r-- | main/libfastjson/APKBUILD | 8 | ||||
-rw-r--r-- | main/libfastjson/musl-fix.patch | 13 |
2 files changed, 4 insertions, 17 deletions
diff --git a/main/libfastjson/APKBUILD b/main/libfastjson/APKBUILD index b1abb44873..c4d2e968c7 100644 --- a/main/libfastjson/APKBUILD +++ b/main/libfastjson/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ashley Sommer <ashleysommer@gmail.com> # Maintainer: Ashley Sommer <ashleysommer@gmail.com> pkgname=libfastjson -pkgver=0.99.2 +pkgver=0.99.4 pkgrel=0 pkgdesc="A fork of the json-c library for rsyslog, optimized for liblognorm processing." url="http://www.rsyslog.com/" @@ -40,6 +40,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="72c71fcc8ca9f6d2fd84a42f27f21124 libfastjson-0.99.2.tar.gz" -sha256sums="fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f libfastjson-0.99.2.tar.gz" -sha512sums="a62682886d36139c1cf9eb2454071d239cac66b076d94be90627f7062bb104102a19b231a5851586347d64c2065c2ba57bc115c6730e39ad78df61f22055635f libfastjson-0.99.2.tar.gz" +md5sums="5a24c9adcd0bf5307c972de5e9ea4ce9 libfastjson-0.99.4.tar.gz" +sha256sums="03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d libfastjson-0.99.4.tar.gz" +sha512sums="99498ab4a1fd2bcca1d175795a94e355da0d48a546f6dc032ae68e83d7f970240ee0942a192bad9c7b8cd134720e17b949659b45b174bd44214044afa2cf690a libfastjson-0.99.4.tar.gz" diff --git a/main/libfastjson/musl-fix.patch b/main/libfastjson/musl-fix.patch deleted file mode 100644 index bfd20b56ef..0000000000 --- a/main/libfastjson/musl-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- rsyslog-8.16.0/runtime/rsyslog.h -+++ rsyslog-8.16.0-musl/runtime/rsyslog.h -@@ -643,3 +643,10 @@ - #endif - - #endif /* multi-include protection */ -+ -+/* musl patches for alpine */ -+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) -+#define GLOB_BRACE 0 -+#ifndef WAIT_ANY -+#define WAIT_ANY (-1) -+#endif |