Package: hyperic-sigar / 1.6.4+dfsg-7

Metadata

Package Version Patches format
hyperic-sigar 1.6.4+dfsg-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 bindings java Remove HP UX AIX compiler support.patch | (download)

bindings/java/hyperic_jni/jni-build.xml | 39 0 + 39 - 0 !
1 file changed, 39 deletions(-)

 bindings/java: remove hp-ux, aix compiler support

Sigar upstream ships a patched ant-cpptasks plugin without source;
those changes apparently never made it cpptasks upstream.

0002 bindings java fix java build script.patch | (download)

bindings/java/build.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 bindings/java: fix java build script

- Look for .jar files in /usr/share/java
- Use Debian's cpptasks

0003 bindings java Use sane name for JNI library.patch | (download)

bindings/java/hyperic_jni/jni-build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bindings/java: use sane name for jni library


0004 make the package compile on MIPS.patch | (download)

src/sigar_getline.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 make the package compile on mips


no m64.patch | (download)

bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 removing cc -m64 flag to fix build on mips64el, mips64, aarch64
 and riscv64 (Closes: #997807). Thanks Aurelien Jarno.
ftbfs glibc 2.28.diff | (download)

src/os/linux/linux_sigar.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix ftbfs against glibc 2.28
fix undefined symbols.patch | (download)

bindings/java/hyperic_jni/jni-build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix 'undefined symbol: sigar_skip_token' problem as suggested
 in upstream's issue tracker: https://github.com/hyperic/sigar/issues/60
rpc.patch | (download)

bindings/java/build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 switching from glibc rpc headers to tirpc.