[ubuntu/trusty-proposed] zabbix 1:2.2.0+dfsg-6ubuntu1 (Accepted)

Mahyuddin Susanto udienz at ubuntu.com
Thu Dec 12 09:18:17 UTC 2013


zabbix (1:2.2.0+dfsg-6ubuntu1) trusty; urgency=low

  * Merge from Debian testing. Remaining changes:
    - Extended default config for agent and proxy.
    - Upstart support for all zabbix components.
  * New package from upstream, zabbix-java-gateway. LP: #1062217

zabbix (1:2.2.0+dfsg-6) unstable; urgency=high

  * CVE-2013-6824: new upstream patch "ZBX-7479.patch" to fix command
    injection vulnerability in Agent.

zabbix (1:2.2.0+dfsg-5) unstable; urgency=low

  * Build "zabbix-java-gateway" using "jh_build" from "build-indep" target;
    removed "--enable-java" from build options; moved java-related
    Build-Depends to Build-Depends-Indep.
    Thanks to those changes Java no longer needed when only architecture
    dependent packages are built (e.g. on buildd servers).
  * Added note regarding building "zabbix-java-gateway" to README.source.
  * java-gateway: dropped obsolete directory "/etc/logrotate.d".
  * init: minor cleanup & corrections.
  * java-gateway.init: restart improvements: check if service really stopped;
    wait up to 5 sec. (if necessary) after stop before attempting to start
    service again; exit with error code if daemon didn't stop.
  * java-gateway.init: don't pass "--exec $DAEMON" on stop to fix daemon
    restart after "/usr/bin/java" switched to another alternative.
  * zabbix_java_gateway.conf template extended with JAVA_OPTIONS.
    Use case: pass something like "-Xmx256m" to limit daemon memory usage
    which can be too high by default.

zabbix (1:2.2.0+dfsg-4) unstable; urgency=low

  * Don't build with "--enable-java" on Hurd and kFreeBSD architectures
    due to compilation errors from Java 1.5.

zabbix (1:2.2.0+dfsg-3) unstable; urgency=low

  * "debian/rules" to check for existence of arch-all package before
    attempting to manipulate files in it. This is necessary to avoid FTBFS
    on buildd servers where only architecture dependent packages are built.

zabbix (1:2.2.0+dfsg-2) unstable; urgency=low

  * New binary package "zabbix-java-gateway".
    + build with "--enable-java".
    + new Build-Depends:
      + default-jdk
      + javahelper
      + libandroid-json-org-java
      + liblogback-java
      + libslf4j-java
      + junit4
  * Minor updates to "rules" and config file comments.
  * Patchworks:
    + patches sorted and re-named.
    + new patch to debianise java-gateway.
    + new patch to fix FTBFS on non-Linux architectures.
    + new patch to modernise automake setup in "configure.in".

Date: Thu, 12 Dec 2013 14:59:33 +0700
Changed-By: Mahyuddin Susanto <udienz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/zabbix/1:2.2.0+dfsg-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 12 Dec 2013 14:59:33 +0700
Source: zabbix
Binary: zabbix-agent zabbix-frontend-php zabbix-java-gateway zabbix-proxy-mysql zabbix-proxy-pgsql zabbix-proxy-sqlite3 zabbix-server-mysql zabbix-server-pgsql
Architecture: source
Version: 1:2.2.0+dfsg-6ubuntu1
Distribution: trusty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mahyuddin Susanto <udienz at ubuntu.com>
Description: 
 zabbix-agent - network monitoring solution - agent
 zabbix-frontend-php - network monitoring solution - PHP front-end
 zabbix-java-gateway - network monitoring solution - Java gateway
 zabbix-proxy-mysql - network monitoring solution - proxy (using MySQL)
 zabbix-proxy-pgsql - network monitoring solution - proxy (using PostgreSQL)
 zabbix-proxy-sqlite3 - network monitoring solution - proxy (using SQLite3)
 zabbix-server-mysql - network monitoring solution - server (using MySQL)
 zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL)
Launchpad-Bugs-Fixed: 1062217
Changes: 
 zabbix (1:2.2.0+dfsg-6ubuntu1) trusty; urgency=low
 .
   * Merge from Debian testing. Remaining changes:
     - Extended default config for agent and proxy.
     - Upstart support for all zabbix components.
   * New package from upstream, zabbix-java-gateway. LP: #1062217
 .
 zabbix (1:2.2.0+dfsg-6) unstable; urgency=high
 .
   * CVE-2013-6824: new upstream patch "ZBX-7479.patch" to fix command
     injection vulnerability in Agent.
 .
 zabbix (1:2.2.0+dfsg-5) unstable; urgency=low
 .
   * Build "zabbix-java-gateway" using "jh_build" from "build-indep" target;
     removed "--enable-java" from build options; moved java-related
     Build-Depends to Build-Depends-Indep.
     Thanks to those changes Java no longer needed when only architecture
     dependent packages are built (e.g. on buildd servers).
   * Added note regarding building "zabbix-java-gateway" to README.source.
   * java-gateway: dropped obsolete directory "/etc/logrotate.d".
   * init: minor cleanup & corrections.
   * java-gateway.init: restart improvements: check if service really stopped;
     wait up to 5 sec. (if necessary) after stop before attempting to start
     service again; exit with error code if daemon didn't stop.
   * java-gateway.init: don't pass "--exec $DAEMON" on stop to fix daemon
     restart after "/usr/bin/java" switched to another alternative.
   * zabbix_java_gateway.conf template extended with JAVA_OPTIONS.
     Use case: pass something like "-Xmx256m" to limit daemon memory usage
     which can be too high by default.
 .
 zabbix (1:2.2.0+dfsg-4) unstable; urgency=low
 .
   * Don't build with "--enable-java" on Hurd and kFreeBSD architectures
     due to compilation errors from Java 1.5.
 .
 zabbix (1:2.2.0+dfsg-3) unstable; urgency=low
 .
   * "debian/rules" to check for existence of arch-all package before
     attempting to manipulate files in it. This is necessary to avoid FTBFS
     on buildd servers where only architecture dependent packages are built.
 .
 zabbix (1:2.2.0+dfsg-2) unstable; urgency=low
 .
   * New binary package "zabbix-java-gateway".
     + build with "--enable-java".
     + new Build-Depends:
       + default-jdk
       + javahelper
       + libandroid-json-org-java
       + liblogback-java
       + libslf4j-java
       + junit4
   * Minor updates to "rules" and config file comments.
   * Patchworks:
     + patches sorted and re-named.
     + new patch to debianise java-gateway.
     + new patch to fix FTBFS on non-Linux architectures.
     + new patch to modernise automake setup in "configure.in".
Checksums-Sha1: 
 5fb0c79490a5586c1c81f902ab0761087db0b8cb 2775 zabbix_2.2.0+dfsg-6ubuntu1.dsc
 1ebd987dbc95756c9b66ded6ea27d955ebcdfb20 39200 zabbix_2.2.0+dfsg-6ubuntu1.debian.tar.xz
Checksums-Sha256: 
 8cb880cb1b1d39f8ebe442694ce17ac690f497c406ba2ec4b7f0cd4f07d17f39 2775 zabbix_2.2.0+dfsg-6ubuntu1.dsc
 f9f7b5152fc61c72f6902c0602436a94d91b87c1e2c3512d6955ea023ccd945a 39200 zabbix_2.2.0+dfsg-6ubuntu1.debian.tar.xz
Files: 
 b628cb7403b3ce765be719f069d6da2b 2775 net optional zabbix_2.2.0+dfsg-6ubuntu1.dsc
 c03541d38dea2e0ac2baf654a1f5a081 39200 net optional zabbix_2.2.0+dfsg-6ubuntu1.debian.tar.xz
Original-Maintainer: Christoph Haas <haas at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSqX8iAAoJELmHbrCQs2xbgKoP/igsMw+spaaCuY0XxFhnCvhD
UCrqordFL4fVnDnKX/wPDAW1HqcLRoEFrnSkfXoAa1n8coyIkfxFbEXNffoxyaYv
i0y0Yi9QN25sXn/Y0tQ6LJoCaTqCxLUA+91y/vr4coGKfw1bKHPvyqiCC+Z10e+x
kJYEvwDyxXPjGK3SakgO9WrwV8/YqKSQeDH+iJZCQwMMCRNLkusnHu5znyH4Vbc4
Dp+cSuGMWCeFN6g58JbY2LYHZaryYWqSsG4DlOaqImu+UlDFkXApaikplykqV7jH
ruutcmoprw5ZeP9+lk13d6OltsSaGWxr/TUn6G8MuPKqPVU5ZVPJNLZGndKLlBqV
cdYqExCTkTzIK1fz2nDlZwfGZgA/F5E7efxS3Z6kgqFCrZs7Q/6qJlyjmIxALpqR
Hf4PmZXQPxIDRPjP4MznqgnoKQde7YJdmBi8nVisieC7qBdFCB05uK42r2vVjfFj
nmixVQXNwRGK8dyCoUzkjjDemzh3qGykB82iZy76JWWeznfTGlUjz/a59r5NUK6Z
o+KtfkcX9ust+s/jGNFBcmHfFCmc4XSYKzwhyTpIus8DRFjbBpZVhx+HQPinYqQx
YyMvUjL3nhVaB+8n7fQq3uZ83iwR4REqoCj091ObluECTkR8K4+PJxYotzEl2LB/
Qo5R+ZoPqSFZ6jC3rGH3
=kmYt
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list