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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429
|
libspring-java (3.0.6.RELEASE-17) unstable; urgency=medium
* Team upload.
* Removed the libspring-web-struts-java package and dropped
the build dependency on libstruts1.2-java
-- Emmanuel Bourg <ebourg@apache.org> Thu, 20 Nov 2014 11:42:48 +0100
libspring-java (3.0.6.RELEASE-16) unstable; urgency=medium
* Team upload.
* debian/rules: Fixed the JAVA_HOME variable (Closes: #766156)
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
- Build depend on libmail-java instead of glassfish-mail
- Updated the Homepage field
-- Emmanuel Bourg <ebourg@apache.org> Tue, 21 Oct 2014 10:45:06 +0200
libspring-java (3.0.6.RELEASE-15) unstable; urgency=medium
* Team upload.
* Transition to libasm4-java and libcglib3-java
* debian/control:
- Depend on libtomcat8-java instead of libtomcat6-java (Closes: #759635)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 15 Sep 2014 16:24:52 +0200
libspring-java (3.0.6.RELEASE-14) unstable; urgency=high
* Team upload.
* Add patch to fix CVE-2014-0225. (Closes: #753470)
- Thanks for Stephen Nelson.
-- tony mancill <tmancill@debian.org> Sat, 06 Sep 2014 08:27:26 -0700
libspring-java (3.0.6.RELEASE-13) unstable; urgency=high
* Fix CVE-2014-0054 and CVE-2014-1904. (Closes: #741604).
-- Miguel Landaeta <nomadium@debian.org> Mon, 24 Mar 2014 17:10:32 -0300
libspring-java (3.0.6.RELEASE-12) unstable; urgency=low
* Fix an FTBFS bug due to a packaging change in
libgeronimo-commonj-spec-java. (Closes: #738400).
* Update my email address in Uploaders list.
-- Miguel Landaeta <nomadium@debian.org> Tue, 28 Jan 2014 23:50:15 -0300
libspring-java (3.0.6.RELEASE-11) unstable; urgency=high
* Team upload.
* Fix CVE-2013-6429 and CVE-2013-6430. (Closes: #735420)
- New patches: CVE-2013-6429.patch and CVE-2013-6430.patch.
- Spring MVC's SourceHttpMessageConverter also processed user provided XML
and neither disabled XML external entities nor provided an option to
disable them. SourceHttpMessageConverter has been modified to provide an
option to control the processing of XML external entities and that
processing is now disabled by default.
- The JavaScriptUtils.javaScriptEscape() method did not escape all
characters that are sensitive within either a JS single quoted string, JS
double quoted string, or HTML script data context. In most cases this
will result in an unexploitable parse error but in some cases it could
result in an XSS vulnerability.
-- Markus Koschany <apo@gambaru.de> Fri, 24 Jan 2014 19:22:14 +0100
libspring-java (3.0.6.RELEASE-10) unstable; urgency=high
* Team upload.
* Fix CVE-2013-4152. (Closes: #720902).
- New patch: Add-processExternalEntities-to-JAXB2Marshaller.patch.
- Now by default external XML entities are not processed when unmarshalling.
Processing of external entities will only be enabled/disabled when the
source passed to the unmarshaller is a SAXSource or StreamSource. It has
no effect for DOMSource or StAXSource instances.
-- Markus Koschany <apo@gambaru.de> Sun, 29 Dec 2013 13:24:03 +0100
libspring-java (3.0.6.RELEASE-9) unstable; urgency=low
* Team upload.
* Update debian/build-classpath and use jackson-mapper-asl.jar and
jackson-core-asl.jar to adapt the package to the changes in
libjackson-json-java.
* Use compat level 9 and require debhelper >= 9.
* Bump Standards-Version to 3.9.5, no changes.
-- Markus Koschany <apo@gambaru.de> Tue, 03 Dec 2013 10:38:45 +0100
libspring-java (3.0.6.RELEASE-8) unstable; urgency=low
* Team upload.
* Updated debian/watch to fetch the tarball from Github
* Removed the dependency on backport-util-concurrent
-- Emmanuel Bourg <ebourg@apache.org> Wed, 25 Sep 2013 16:36:22 +0200
libspring-java (3.0.6.RELEASE-7) unstable; urgency=low
[ James Page ]
* Transition package to use default java implementation: (Closes: #684151).
- d/control: BD on default-jdk (>= 1:1.6).
* d/patches/0011-java7-compat.patch: Compatibility patch for
compilation with Java 7.
* d/build-classpath: Explicitly add servlet-api-2.5.jar to classpath to
ensure that build does not use incompatible servlet-api-3.0.
[ Miguel Landaeta ]
* Update copyright file and fix a lintian warning related to it.
* Update watch file. Thanks to Bart Martens <bartm@debian.org>.
* Fix vcs-field-not-canonical lintian warnings.
[ Emmanuel Bourg ]
* Removed the deprecated DM-Upload-Allowed field.
-- Miguel Landaeta <miguel@miguel.cc> Tue, 02 Jul 2013 23:40:46 -0300
libspring-java (3.0.6.RELEASE-6) unstable; urgency=low
* Add optional B-D on openjdk-7-jdk.
* Update Vcs-* fields.
* Bump Standards-Version to 3.9.3. No changes were required.
-- Miguel Landaeta <miguel@miguel.cc> Wed, 20 Jun 2012 19:50:50 -0430
libspring-java (3.0.6.RELEASE-5) unstable; urgency=low
* Fix FTBFS by adding a patch that provides compatibility with Velocity 1.7.
(Closes: #655812).
-- Miguel Landaeta <miguel@miguel.cc> Sat, 14 Jan 2012 12:08:53 -0430
libspring-java (3.0.6.RELEASE-4) unstable; urgency=low
* Build-Depends and Recommends libapache-poi-java instead of
libjakarta-poi-java
-- Damien Raude-Morvan <drazzib@debian.org> Wed, 21 Sep 2011 14:20:27 +0200
libspring-java (3.0.6.RELEASE-3) unstable; urgency=low
* Since JRuby is now in main, re-enable it in libspring-context-java.
-- Damien Raude-Morvan <drazzib@debian.org> Tue, 20 Sep 2011 18:53:09 +0200
libspring-java (3.0.6.RELEASE-2) unstable; urgency=low
* Use jibx-run-1.2.jar symlink in build classpath. (Closes: #640741).
-- Miguel Landaeta <miguel@miguel.cc> Wed, 14 Sep 2011 00:51:00 +0200
libspring-java (3.0.6.RELEASE-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Remove unnecessary 0010_quartz_17.diff patch. It was merged at upstream.
* Update copyright file.
-- Miguel Landaeta <miguel@miguel.cc> Sat, 20 Aug 2011 18:25:14 -0430
libspring-java (3.0.5.RELEASE-4) unstable; urgency=low
[ Miguel Landaeta ]
* Fix FTBFS due to changes introduced in libquartz-java 1.7. (Closes: #638389)
* Bump Standards-Version to 3.9.2. No changes were required.
[ Damien Raude-Morvan ]
* Add DMUA flag for Miguel.
* Upload to unstable.
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 20 Aug 2011 13:33:00 +0200
libspring-java (3.0.5.RELEASE-3) unstable; urgency=low
* Upgrade d/maven.rules and d/maven.ignoreRules to include
more information and be more compliant regarding dependencies
in /usr/share/maven-repo/.
* B-D and Suggests libaspectj-java instead of aspectj (ie. so no JRE
in dependencies graph).
-- Damien Raude-Morvan <drazzib@debian.org> Mon, 13 Jun 2011 19:26:54 +0200
libspring-java (3.0.5.RELEASE-2) unstable; urgency=low
[ Miguel Landaeta ]
* Fix clean target in order to allow two builds in a row.
[ Damien Raude-Morvan ]
* Upload to unstable.
* d/copyright: Update to latest DEP-5 format.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 13 Feb 2011 19:34:54 +0100
libspring-java (3.0.5.RELEASE-1) experimental; urgency=low
[ Miguel Landaeta ]
* New upstream release.
* Refresh patches.
[ Damien Raude-Morvan ]
* Upload to experimental.
* d/control: Rework libspring-instrument-java package long description.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 07 Nov 2010 18:44:47 +0100
libspring-java (3.0.4.RELEASE-1) experimental; urgency=low
* New major upstream release.
- rename packages to match libspring-*-java convention
- build using spring-build-script Ant+Ivy infrastructure
- completely rework B-D and Depends for all packages
based on Maven metadata
* Drop Andreas from Uploaders
* Add Miguel Landaeta as Uploaders
* Bump Standards-Version to 3.9.0: no changes needed.
* Use mh_clean in clean target:
- Build-Depends on maven-repo-helper >= 1.1
-- Damien Raude-Morvan <drazzib@debian.org> Tue, 24 Aug 2010 22:54:05 +0200
libspring-2.5-java (2.5.6.SEC01-10) unstable; urgency=low
[ Onkar Shinde ]
* asm2 -> asm3 transition.
* Build a new package libspring-aspects-2.5-java and include
spring-aspects.jar file in it. This is needed to build xwork2.
(Closes: #582510)
[ Damien Raude-Morvan ]
* Upload to unstable
* Describe asm2 -> asm3 transition in d/README.Debian and in
d/patches/15_fix_build_with_asm3.diff
-- Damien Raude-Morvan <drazzib@debian.org> Wed, 16 Jun 2010 21:17:02 +0200
libspring-2.5-java (2.5.6.SEC01-9) unstable; urgency=low
[ Miguel Landaeta ]
* Enable support for Portlet API. (Closes: #578718).
[ Damien Raude-Morvan ]
* Upload to unstable.
-- Damien Raude-Morvan <drazzib@debian.org> Mon, 26 Apr 2010 22:53:11 +0200
libspring-2.5-java (2.5.6.SEC01-8) unstable; urgency=low
* New libspring-webmvc-struts-2.5-java binary package
for webmvc-struts.jar. (Closes: #570533)
Thanks to Arnaud Fontaine <arnau@debian.org>
* Fix debian/watch to track upstream 2.x releases from
spring-maintenance SVN tags.
Thanks to Per Wawra <debian.perfide@safersignup.com>.
* Replace B-D/D on glassfish-appserv by glassfish-javaee since
glassfish-appserv-jstl.jar is now in glassfish-appserv.
* Standards-Version to 3.8.4.
* Source format 3.0 (quilt).
* Move package duty under Debian Java Maintainers umbrella
and add myself to Uploaders.
* Disable JRuby scripting module and remove B-D since jruby Debian
package has moved to non-free archive.
-- Damien Raude-Morvan <drazzib@debian.org> Fri, 26 Feb 2010 20:26:51 +0100
libspring-2.5-java (2.5.6.SEC01-7) unstable; urgency=low
* Fix compat with tiles 2.2.1 (split of modules)
- Build-Depends on libtiles-java >= 2.2.1
- Fix debian/classpath-debian
* Upgrade debian/copyright to DEP5
* Bump debhelper version to >= 7
- Replace dh_clean -k by dh_prep
- Refactor debian/rules by using "dh"
* Maven POMs:
- Add a Build-Depends-Indep dependency on maven-repo-helper
- Use mh_installpoms and mh_installjar to install the POM and the jar to the
Maven repository
- Remove useless debian/*.{links,install} files
- debian/poms/*.xml: Debian crafted pom.xml files
- debian/rules: new get-orig-pom to update debian/poms/*.xml at new upstream
release.
* Replace Depends and Build-Depends on "jruby1.2" by "jruby" (1.4)
* Switch to quilt as patch system
- Build-Depends on quilt and remove dpatch
- Rewrite debian/README.source
- Use dh --with quilt
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 12 Dec 2009 15:03:37 +0100
libspring-2.5-java (2.5.6.SEC01-6) unstable; urgency=low
* New 13_tiles_22 patch for compatibility with Tiles 2.2
- Describe this change in README.Debian
- Bump Build-Depends on libtiles-java (>= 2.2.0)
* Also bump Build-Depends on aspectj (>= 1.6.4)
* Remove unneeded Build-Depends on libservlet2.4-java
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 24 Oct 2009 20:46:45 +0200
libspring-2.5-java (2.5.6.SEC01-5) unstable; urgency=low
* cglib2.1 (2.1.3) to cglib (2.2) transition:
- Build-Depends and Depends on libcglib-java instead of libcglib2.1-java
-- Damien Raude-Morvan <drazzib@debian.org> Sat, 10 Oct 2009 21:49:08 +0200
libspring-2.5-java (2.5.6.SEC01-4) unstable; urgency=low
* Migrate to JRuby 1.2 (JRuby 1.1 will be removed from unstable soon)
Thanks to Sebastien Delafond for report (Closes: #548807).
-- Damien Raude-Morvan <drazzib@debian.org> Tue, 29 Sep 2009 21:40:09 +0200
libspring-2.5-java (2.5.6.SEC01-3) unstable; urgency=low
* Now build with jasperreports and aspectj helpers
- Add Build-Depends on libjasperreports-java and aspectj
in debian/control
- Add Recommends on aspectj for libspring-aop-2.5-java
- Update debian/excludesfiles/{main,tiger,tigermock} accordingly
- Add this JARs to debian/classpath-debian for build
- Update exclusion list in README.Debian
- Remove 07_no_aspectj patch
* New 12_aspectj_164 patch for compatibility with AspectJ version in Debian
* Downgrade glassfish-appserv to Suggests for libspring-web-2.5-java package
(Closes: #545500)
* Bump Standards-Version to 3.8.3: no changes needed
* Update my email address
* Set myself as Maintainer and move Andreas Schildbach to Uploaders
-- Damien Raude-Morvan <drazzib@debian.org> Thu, 24 Sep 2009 21:26:10 +0200
libspring-2.5-java (2.5.6.SEC01-2) unstable; urgency=low
[ Damien Raude-Morvan ]
* Update Vcs-* fields to pkg-java SVN repository
* Bump Standards-Version to 3.8.2:
- Update README.source to describe dpatch patch system
[ Andreas Schildbach ]
* Migrated Tomcat instrumentation dependency from libtomcat5.5-java
to libtomcat6-java, as Tomcat 5.5 is no more (Closes: #543122)
-- Andreas Schildbach <debian.org@schildbach.de> Sun, 23 Aug 2009 09:43:10 +0000
libspring-2.5-java (2.5.6.SEC01-1) unstable; urgency=low
* New upstream release.
- [SECURITY] Include fix for CVE-2009-1190:
Spring Framework Remote Denial of Service Vulnerability
* Refresh all debian/patches to handle Spring linefeed change
* New patch 11_servlet_api_api to handle compat with
Servlet 2.5 and JSP 2.1 API's. Remove MockPageContext
from exclusion list in debian/excludesfiles/mainmock
* Use JRuby 1.1 instead of 1.0:
- debian/classpath-debian: replace jruby1.0 by jruby1.1
- debian/control: change Build-Depends for jruby1.1 package
and Suggest for spring-context package
- debian/patches/10_jruby_11.dpatch: update Spring
source code to be compliant with jruby 1.1
* Now build with testng:
- Add Build-Depends on testng in debian/control
- Add Recommends on testng to spring-test module
- Update debian/excludesfiles/tigermock
- Add this testng.jar to debian/classpath-debian
* debian/watch:
- new upstream releases are not on sf.net anymore
- upstream download site is not checkeable by uscan
(need POST request - form submit - to access to download area)
* debian/README.Debian: complete list of changes regarding upstream modules
* debian/copyright: Debian packaging should be licenced under same licence as
upstream. Clarify Apache 2.0 licence copyright attribution.
-- Damien Raude-Morvan <drazzib@drazzib.com> Wed, 27 May 2009 20:25:01 +0200
libspring-2.5-java (2.5.5-2) UNRELEASED; urgency=low
[ Damien Raude-Morvan ]
* Now build with tiles and velocity-tools helpers:
- Add Build-Depends on libtiles-java and libvelocity-tools-java
in debian/control
- Update debian/excludesfiles/main accordingly
- Add this JAR to debian/classpath-debian to build
* New libspring-2.5-test-java debian package (include mock tools):
- Re-activate buildmock target in 01_build_xml patch
- Build-Depends on junit4 (>= 4.5) in debian/control
- New 09_junit_45 patch to build Spring 2.5 with JUnit 4.5
- Add debian/excludesfiles/tigermock and debian/excludesfiles/mainmock
to exclude some classes from build
- Update 02_read_excludefile_build_xml patch to read these files
- Add libspring-test-2.5-java.links and libspring-test-2.5-java.install
* Bump Standards-Version to 3.8.1 (no changes needed)
* Move all libspring2.5-* to "java" section
[ Andreas Schildbach ]
* Removed comment in debian/control, as it seems to confuse pbuilder
[ Damien Raude-Morvan ]
* Fix policy issue : Remove aspectj from libspring-2.5-aop-java Recommends
since this package is not in main yet.
-- Damien Raude-Morvan <drazzib@drazzib.com> Wed, 27 May 2009 15:41:19 +0200
libspring-2.5-java (2.5.5-1) unstable; urgency=low
[ Andreas Schildbach ]
* Initial release (Closes: #426259)
* Created README.source, documenting preparation of original source archive
[ Damien Raude-Morvan ]
* Use dpath as patch system for packaging (debian/rules and debian/control)
- 01_build_xml: Create /usr/share/java based classpath
- 02_read_excludefile_build_xml: Read some excludesfile to exclude
some java source file from build
- 03_use_debian_asm2: Use debian ASM2 JAR instead of CGLIB-nodep version
- 05_remove_glassfish_weaving: Remove usage of GlassFishLoadTimeWeaver
- 06_no_jsf: There is no DFSG-free Java Server Faces so disable
- 07_no_aspectj: AspectJ is not in main, so disable it
- 08_glassfish_toplink: Use Toplink Essentials from Glassfish package
* debian/watch: use Debian QA Sourceforge redirector for downloading from SF
* debian/rules: create get-orig-source make rule for preparation of debian
orig.tar.gz from upstream archives (as documented in README.source)
* debian/control: Prepare all spring modules in separates packages
- every Spring module would get is own Debian package
- set Depends for all packages (based on Maven pom.xml dependencies)
-- Damien Raude-Morvan <drazzib@drazzib.com> Sat, 14 Feb 2009 14:51:44 +0100
|