1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
maven-shared-utils (3.4.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Removed the -java-doc package
* Standards-Version updated to 4.7.0
-- Emmanuel Bourg <ebourg@apache.org> Wed, 23 Oct 2024 23:08:03 +0200
maven-shared-utils (3.3.4-1) unstable; urgency=high
* Team upload.
* New upstream version 3.3.4.
- Fix CVE-2022-29599: Apache Maven maven-shared-utils prior to version
3.3.3, the Commandline class can emit double-quoted strings without
proper escaping, allowing shell injection attacks. (Closes: #1012314)
* Switch to debhelper-compat = 13.
* Declare compliance with Debian Policy 4.6.1.
* Drop 01-backward-compatibility.patch.
* Build-depend on libcommons-text-java.
-- Markus Koschany <apo@debian.org> Wed, 22 Jun 2022 16:48:11 +0200
maven-shared-utils (3.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Thu, 20 Sep 2018 19:29:24 +0200
maven-shared-utils (3.2.1-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Restored the backward compatibility with the version 3.1
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
* Track and download the new releases from GitHub
-- Emmanuel Bourg <ebourg@apache.org> Wed, 13 Jun 2018 14:36:07 +0200
maven-shared-utils (3.1.0-2) unstable; urgency=medium
* Team upload.
* Added the missing Maven rule for plexus-container-default
* Removed the unused build dependency on libmaven-install-plugin-java
* Standards-Version updated to 4.1.0
-- Emmanuel Bourg <ebourg@apache.org> Tue, 12 Sep 2017 10:03:17 +0200
maven-shared-utils (3.1.0-1) unstable; urgency=medium
* Team upload.
* Upload to unstable
-- Emmanuel Bourg <ebourg@apache.org> Mon, 19 Jun 2017 15:29:13 +0200
maven-shared-utils (3.1.0-1~exp1) experimental; urgency=medium
* Team upload.
* New upstream release
- New dependency on libjansi-java
* Added the maven-debian-helper --has-package-version option
* Switch to debhelper level 10
* Simplified debian/rules
* Added debian/orig-tar.sh to build the upstream tarball from SVN
-- Emmanuel Bourg <ebourg@apache.org> Thu, 18 May 2017 14:08:27 +0200
maven-shared-utils (3.0.0-1) unstable; urgency=medium
* New upstream release
* Standards-Version => 3.9.8
- Install readme.md to libmaven-shared-utils-java
* Use javahelper to install Javadoc
* Add myself to Uploaders
* Use HTTPS URLs for Vcs-*
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 24 May 2016 15:30:26 +0800
maven-shared-utils (0.9-1) unstable; urgency=medium
* Team upload.
* New upstream release
- New build dependency on libmaven-plugin-testing-java
- Disabled the unit tests (classpath conflict with the previous version)
* Replaced clean-up-non-ascii.patch with a build property
* Added the missing build dependency on junit4
* Standards-Version updated to 3.9.6 (no changes)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 21 Sep 2015 16:56:38 +0200
maven-shared-utils (0.4-1) unstable; urgency=low
* Initial release. (Closes: #710216)
-- Jakub Adam <jakub.adam@ktknet.cz> Mon, 27 May 2013 14:39:57 +0200
|