[Git][java-team/commons-pool] Pushed new tag debian/1.6-5

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.6-5 at Debian Java Maintainers / 
commons-pool

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/tree/debian/1.6-5
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/commons-pool][master] 4 commits: Freshen years in debian/copyright

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / commons-pool


Commits:
d35e7778 by tony mancill at 2024-01-08T21:08:14-08:00
Freshen years in debian/copyright

- - - - -
1a1d39a6 by tony mancill at 2024-01-08T21:08:42-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
ab2ff72f by tony mancill at 2024-01-08T21:09:34-08:00
Bump Standards-Version to 4.6.2

- - - - -
023d2e85 by tony mancill at 2024-01-08T21:11:04-08:00
Prepare changelog for upload

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/copyright


Changes:

=
debian/changelog
=
@@ -1,11 +1,18 @@
-commons-pool (1.6-5) UNRELEASED; urgency=medium
+commons-pool (1.6-5) unstable; urgency=medium
 
+  * Team upload
+  [ Vladimir Petko ]
   * Resolve Java 21 ftbfs (Closes: #1057497):
 - d/rules: use java_compat_level variable provided by java-common to
   pass  minimum release level required by the default Java.
 - d/p/02_add_release_option.patch: pass release option to javac
   command.
 
+  [ tony mancill ]
+  * Freshen years in debian/copyright
+  * Set Rules-Requires-Root: no in debian/control
+  * Bump Standards-Version to 4.6.2
+
  -- Vladimir Petko   Tue, 09 Jan 2024 12:20:29 
+1300
 
 commons-pool (1.6-4) unstable; urgency=medium
@@ -33,7 +40,7 @@ commons-pool (1.6-3) unstable; urgency=medium
 commons-pool (1.6-2) unstable; urgency=low
 
   * Team upload.
-  
+
   [ Emmanuel Bourg ]
   * d/copyright:
 Harmonization of the copyright files of the Apache Commons libraries


=
debian/control
=
@@ -13,10 +13,11 @@ Build-Depends:
  default-jdk-doc,
  junit,
  maven-repo-helper
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/commons-pool.git
 Vcs-Browser: https://salsa.debian.org/java-team/commons-pool
 Homepage: https://commons.apache.org/pool/
+Rules-Requires-Root: no
 
 Package: libcommons-pool-java
 Architecture: all


=
debian/copyright
=
@@ -13,8 +13,12 @@ Comment:
 
 Files: debian/*
 Copyright: 2002 Adam Heath 
-   2006 Marcus Better 
-   2010-2011 Damien Raude-Morvan 
+   2004-2005, Arnaud Vandyck 
+   2006, Marcus Better 
+   2009-2011, Damien Raude-Morvan 
+   2013-2024, Emmanuel Bourg 
+   2013-2024, tony mancill 
+   2024, Vladimir Petko 
 License: Apache-2.0
 
 License: Apache-2.0



View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/compare/444da32bb401a05148a887fab571e910688d05c7...023d2e85b60483c9fcbc1444faf6cbd2d2c6452c

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/compare/444da32bb401a05148a887fab571e910688d05c7...023d2e85b60483c9fcbc1444faf6cbd2d2c6452c
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/commons-pool][master] 4 commits: d/p/s, d/p/02_add_release_option.patch: pass -release option to javac

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / commons-pool


Commits:
d2a6e05c by Vladimir Petko at 2024-01-09T12:18:53+13:00
d/p/s, d/p/02_add_release_option.patch: pass -release option to javac

- - - - -
a05111ff by Vladimir Petko at 2024-01-09T12:19:10+13:00
d/rules: Use java_compat_level variable provided by java-common to adjust 
-source/-target level to the minimum required by the default Java.

- - - - -
b295cf70 by Vladimir Petko at 2024-01-09T12:28:41+13:00
changelog

- - - - -
444da32b by Tony Mancill at 2024-01-09T04:21:10+00:00
Merge branch master into master

Resolve Java 21 ftbfs

See merge request java-team/commons-pool!2
- - - - -


4 changed files:

- debian/changelog
- + debian/patches/02_add_release_option.patch
- debian/patches/series
- debian/rules


Changes:

=
debian/changelog
=
@@ -1,3 +1,13 @@
+commons-pool (1.6-5) UNRELEASED; urgency=medium
+
+  * Resolve Java 21 ftbfs (Closes: #1057497):
+- d/rules: use java_compat_level variable provided by java-common to
+  pass  minimum release level required by the default Java.
+- d/p/02_add_release_option.patch: pass release option to javac
+  command.
+
+ -- Vladimir Petko   Tue, 09 Jan 2024 12:20:29 
+1300
+
 commons-pool (1.6-4) unstable; urgency=medium
 
   * Removed Damien Raude-Morvan from the uploaders (Closes: #889330)


=
debian/patches/02_add_release_option.patch
=
@@ -0,0 +1,24 @@
+Description: pass -release option to build.xml
+ Workaround breaking Java 21 API changes by passing -release option
+ with the minimum supported release.
+Author: Vladimir Petko 
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057497
+Forwarded: not-needed
+--- a/build.xml
 b/build.xml
+@@ -108,6 +108,7 @@
+  debug="${javac.debug}"
+  deprecation="${javac.deprecation}"
+  optimize="${javac.optimize}"
++ release="${javac.release}"
+  target="${javac.target.version}"
+  source="${javac.src.version}"/>
+
+@@ -119,6 +120,7 @@
+  debug="${javac.debug}"
+  deprecation="${javac.deprecation}"
+  optimize="${javac.optimize}"
++ release="${javac.release}"
+  target="${javac.target.version}"
+  source="${javac.src.version}">
+ 


=
debian/patches/series
=
@@ -1 +1,2 @@
 01_build.patch
+02_add_release_option.patch


=
debian/rules
=
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+include /usr/share/java/java_defaults.mk
+
 %:
dh $@ --with maven-repo-helper
 
 override_dh_auto_build:
-   dh_auto_build -- dist
+   dh_auto_build -- dist -Djavac.release=$(java_compat_level)



View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/compare/131646864ee1441da6a7f7cf6df8fea97a72b177...444da32bb401a05148a887fab571e910688d05c7

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/compare/131646864ee1441da6a7f7cf6df8fea97a72b177...444da32bb401a05148a887fab571e910688d05c7
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/commons-pool] Pushed new branch pristine-tar

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new branch pristine-tar at Debian Java Maintainers / 
commons-pool

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/commons-pool/-/tree/pristine-tar
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/cryptacular][master] 3 commits: d/p/01_update_to_bouncycastle_1_76.patch: cherry-pick upstream patch to...

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / cryptacular


Commits:
f785b1db by Vladimir Petko at 2024-01-09T12:53:00+13:00
d/p/01_update_to_bouncycastle_1_76.patch: cherry-pick upstream patch to resolve 
ftbfs with bouncycastle 1.72 (Closes: #1057498).

- - - - -
8d43e973 by Vladimir Petko at 2024-01-09T12:53:34+13:00
changelog

- - - - -
be44621c by Tony Mancill at 2024-01-09T04:03:55+00:00
Merge branch master into master

Resolve ftbfs with bouncycastle 1.72

See merge request java-team/cryptacular!1
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/01_update_to_bouncycastle_1_76.patch
- + debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+cryptacular (1.2.5-2) UNRELEASED; urgency=medium
+
+  * d/p/01_update_to_bouncycastle_1_76.patch: cherry-pick upstream patch
+to resolve ftbfs with bouncycastle 1.72 (Closes: #1057498).
+
+ -- Vladimir Petko   Tue, 09 Jan 2024 12:53:15 
+1300
+
 cryptacular (1.2.5-1) unstable; urgency=medium
 
   * Initial release (Closes: #1032050)


=
debian/patches/01_update_to_bouncycastle_1_76.patch
=
@@ -0,0 +1,51 @@
+Description: update bouncycastle to v1.76
+Author: Daniel Fisher 
+Origin: upstream, 
https://github.com/vt-middleware/cryptacular/commit/831ad458b5c83c6d5f587feea5f09cc50f65a458
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057498
+Forwarded: not-needed
+Applied-Upstream: 831ad458b5c83c6d5f587feea5f09cc50f65a458
+--- a/pom.xml
 b/pom.xml
+@@ -153,7 +153,7 @@
+   
+ org.apache.maven.plugins
+ maven-clean-plugin
+-3.2.0
++3.3.1
+   
+   
+ org.apache.maven.plugins
+@@ -289,7 +289,7 @@
+   
+ org.apache.maven.plugins
+ maven-source-plugin
+-3.2.1
++3.3.0
+ 
+   
+ source
+@@ -381,7 +381,7 @@
+   
+ org.apache.maven.plugins
+ maven-gpg-plugin
+-3.0.1
++3.1.0
+ 
+   
+ sign-artifacts
+--- a/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java
 b/src/main/java/org/cryptacular/asn/OpenSSLPrivateKeyDecoder.java
+@@ -123,10 +123,10 @@
+   {
+ final ASN1TaggedObject asn1Params = 
ASN1TaggedObject.getInstance(seq.getObjectAt(2));
+ final X9ECParameters params;
+-if (asn1Params.getObject() instanceof ASN1ObjectIdentifier) {
+-  params = 
ECUtil.getNamedCurveByOid(ASN1ObjectIdentifier.getInstance(asn1Params.getObject()));
++if (asn1Params.getBaseObject() instanceof ASN1ObjectIdentifier) {
++  params = 
ECUtil.getNamedCurveByOid(ASN1ObjectIdentifier.getInstance(asn1Params.getBaseObject()));
+ } else {
+-  params = X9ECParameters.getInstance(asn1Params.getObject());
++  params = X9ECParameters.getInstance(asn1Params.getBaseObject());
+ }
+ return new ECPrivateKeyParameters(
+   new BigInteger(1, 
ASN1OctetString.getInstance(seq.getObjectAt(1)).getOctets()),


=
debian/patches/series
=
@@ -0,0 +1 @@
+01_update_to_bouncycastle_1_76.patch



View it on GitLab: 
https://salsa.debian.org/java-team/cryptacular/-/compare/b502db6249d0aad632e6ecc435f398474f946f71...be44621cd7a39ef3e5482f5f46614beb29b97f04

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cryptacular/-/compare/b502db6249d0aad632e6ecc435f398474f946f71...be44621cd7a39ef3e5482f5f46614beb29b97f04
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/cryptacular][master] Prepare changelog for upload

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed to branch master at Debian Java Maintainers / cryptacular


Commits:
717250ec by tony mancill at 2024-01-08T20:04:50-08:00
Prepare changelog for upload

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,5 +1,6 @@
-cryptacular (1.2.5-2) UNRELEASED; urgency=medium
+cryptacular (1.2.5-2) unstable; urgency=medium
 
+  * Team upload
   * d/p/01_update_to_bouncycastle_1_76.patch: cherry-pick upstream patch
 to resolve ftbfs with bouncycastle 1.72 (Closes: #1057498).
 



View it on GitLab: 
https://salsa.debian.org/java-team/cryptacular/-/commit/717250ec1f3735c6847aa921ef8f5ea42c44d0e2

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cryptacular/-/commit/717250ec1f3735c6847aa921ef8f5ea42c44d0e2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/cryptacular] Pushed new tag debian/1.2.5-2

2024-01-08 Thread Tony Mancill (@tmancill)


Tony Mancill pushed new tag debian/1.2.5-2 at Debian Java Maintainers / 
cryptacular

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cryptacular/-/tree/debian/1.2.5-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits