Package: service-wrapper-java / 3.5.30-1

Metadata

Package Version Patches format
service-wrapper-java 3.5.30-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bashisms_690722.patch | (download)

src/bin/sh.script.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct bashisms in daemon.sh script
0002 kfreebsd support.patch | (download)

build.xml | 5 4 + 1 - 0 !
src/c/Makefile-kfreebsd-x86-32.make | 42 42 + 0 - 0 !
src/c/Makefile-kfreebsd-x86-64.make | 42 42 + 0 - 0 !
src/c/logger.c | 3 2 + 1 - 0 !
src/c/wrapper.c | 6 4 + 2 - 0 !
5 files changed, 94 insertions(+), 4 deletions(-)

 kfreebsd support


0003 additional makefiles.patch | (download)

src/c/Makefile-linux-aarch64-64.make | 49 49 + 0 - 0 !
src/c/Makefile-linux-mips-32.make | 49 49 + 0 - 0 !
src/c/Makefile-linux-mipsel-32.make | 49 49 + 0 - 0 !
src/c/Makefile-linux-s390x-64.make | 49 49 + 0 - 0 !
src/c/Makefile-linux-sparc-32.make | 49 49 + 0 - 0 !
src/c/Makefile-linux-sparc-64.make | 49 49 + 0 - 0 !
6 files changed, 294 insertions(+)

 linux makefiles for other architectures


0004 ldflags.patch | (download)

src/c/Makefile-linux-armel-32.make | 4 2 + 2 - 0 !
src/c/Makefile-linux-armhf-32.make | 4 2 + 2 - 0 !
src/c/Makefile-linux-ia-64.make | 4 2 + 2 - 0 !
src/c/Makefile-linux-ppc-32.make | 4 2 + 2 - 0 !
src/c/Makefile-linux-ppc-64.make | 4 2 + 2 - 0 !
src/c/Makefile-linux-x86-32.make | 6 3 + 3 - 0 !
src/c/Makefile-linux-x86-64.make | 6 3 + 3 - 0 !
7 files changed, 16 insertions(+), 16 deletions(-)

 ldflags

Add the LDFLAGS variable to the makefiles so packages can be hardened without
the obsolete hardening-wrapper package.

fix as needed ppc.patch | (download)

src/c/Makefile-linux-ppc-32.make | 2 1 + 1 - 0 !
src/c/Makefile-linux-ppc-64.make | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs on ppc:
 "[exec] wrapper.c:(.text+0xd7e8): undefined reference to `ceil'"