~alpine/aports

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. v1 PROPOSED

Ashley Sommer: 1
 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.

 2 files changed, 4 insertions(+), 17 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1481/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] 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. Export this patch

---
 main/libfastjson/APKBUILD       |  8 ++++----
 main/libfastjson/musl-fix.patch | 13 -------------
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 main/libfastjson/musl-fix.patch

diff --git a/main/libfastjson/APKBUILD b/main/libfastjson/APKBUILD
index b1abb44..c4d2e96 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 bfd20b5..0000000
--- a/main/libfastjson/musl-fix.patch
@@ -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
-- 
2.9.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---