Your message dated Sat, 26 Jan 2019 20:48:12 +0000
with message-id <e1gnus8-00013l...@fasolo.debian.org>
and subject line Bug#913343: fixed in jclic 0.3.2.10-1
has caused the Debian Bug report #913343,
regarding jclic: please switch to libmariadb-java
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
913343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jclic
Version: 0.3.2.8-1
Severity: important
Tags: patch

Hello,

we would like to remove libmysql-java from Debian because it is
frequently affected by security vulnerabilities which are not fully
disclosed. This makes it hard to determine the impact of such a flaw.[1]
However we also have libmariadb-java which is a drop-in replacement
and upstream is more transparent about security issues.

Please find attached a patch that make the necessary changes to
the Debian packaging.

Regards,

Markus

[1] https://bugs.debian.org/912916
>From f1c646fd6280c187da8646c5ebe0183692e61fa1 Mon Sep 17 00:00:00 2001
From: Markus Koschany <a...@debian.org>
Date: Fri, 9 Nov 2018 18:32:31 +0100
Subject: [PATCH] Switch from libmysql-java to libmariadb-java.

---
 debian/changelog             |  7 +++
 debian/control               |  2 +-
 debian/patches/mariadb.patch | 82 ++++++++++++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 4 files changed, 91 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/mariadb.patch

diff --git a/debian/changelog b/debian/changelog
index ba5cbe7..1cf3a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jclic (0.3.2.8-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch from libmysql-java to libmariadb-java.
+
+ -- Markus Koschany <a...@debian.org>  Fri, 09 Nov 2018 18:32:47 +0100
+
 jclic (0.3.2.8-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 71e381f..ad05b4e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 4.1.3.0
 Package: jclic
 Architecture: all
 Depends: ${misc:Depends}, default-jre | java7-runtime
-Recommends: libmysql-java, firefox
+Recommends: libmariadb-java, firefox
 Suggests: fonts-liberation | ttf-mscorefonts-installer
 Description: Tool for the development & use of multimedia educational 
activities
  JClic is formed by a set of computer applications that are used for
diff --git a/debian/patches/mariadb.patch b/debian/patches/mariadb.patch
new file mode 100644
index 0000000..982ab35
--- /dev/null
+++ b/debian/patches/mariadb.patch
@@ -0,0 +1,82 @@
+From: Markus Koschany <a...@debian.org>
+Date: Fri, 9 Nov 2018 18:31:17 +0100
+Subject: mariadb
+
+---
+ dist/linux/man/jclicreports.1                                    | 2 +-
+ dist/reports/jclicReports.properties                             | 4 ++--
+ extensions/dbconn/config.properties                              | 2 +-
+ src/report/jclicReports.properties                               | 2 +-
+ src/report/reportServlets/edu/xtec/jclic/jclicReports.properties | 2 +-
+ 5 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/dist/linux/man/jclicreports.1 b/dist/linux/man/jclicreports.1
+index 5f11fcb..e1b876f 100644
+--- a/dist/linux/man/jclicreports.1
++++ b/dist/linux/man/jclicreports.1
+@@ -106,7 +106,7 @@ for first time.
+ .TP
+ .B dbServer jdbc\:mysql\://localhost/JClicReports
+ .TP
+-.B dbDriver com.mysql.jdbc.Driver
++.B dbDriver org.mariadb.jdbc.Driver
+ .TP
+ .B dbLogin root
+ .TP
+diff --git a/dist/reports/jclicReports.properties 
b/dist/reports/jclicReports.properties
+index 0d3bd84..e7bcd7c 100644
+--- a/dist/reports/jclicReports.properties
++++ b/dist/reports/jclicReports.properties
+@@ -6,11 +6,11 @@
+ # Name of the JDBC driver
+ #--------------------------------------------------------------------------
+ # Examples:  ODBC: sun.jdbc.odbc.JdbcOdbcDriver
+-#            MySQL: com.mysql.jdbc.Driver
++#            MySQL: org.mariadb.jdbc.Driver
+ #            PointBase: com.pointbase.jdbc.jdbcUniversalDriver
+ #            Oracle: oracle.jdbc.driver.OracleDriver
+ #--------------------------------------------------------------------------
+-dbDriver=com.mysql.jdbc.Driver
++dbDriver=org.mariadb.jdbc.Driver
+ 
+ #--------------------------------------------------------------------------
+ # URL of the the database
+diff --git a/extensions/dbconn/config.properties 
b/extensions/dbconn/config.properties
+index 7c30a6c..ed937c3 100644
+--- a/extensions/dbconn/config.properties
++++ b/extensions/dbconn/config.properties
+@@ -2,7 +2,7 @@
+ #ODBC: sun.jdbc.odbc.JdbcOdbcDriver
+ #PointBase: com.pointbase.jdbc.jdbcUniversalDriver
+ #Oracle: oracle.jdbc.driver.OracleDriver
+-#MySQL: com.mysql.jdbc.Driver
++#MySQL: org.mariadb.jdbc.Driver
+ #JNDI datasource lookup: JNDI
+ dbDriver=oracle.jdbc.driver.OracleDriver
+ 
+diff --git a/src/report/jclicReports.properties 
b/src/report/jclicReports.properties
+index 8570f10..532314c 100644
+--- a/src/report/jclicReports.properties
++++ b/src/report/jclicReports.properties
+@@ -6,7 +6,7 @@
+ # Name of the JDBC driver
+ #--------------------------------------------------------------------------
+ # Examples:  ODBC: sun.jdbc.odbc.JdbcOdbcDriver
+-#            MySQL: com.mysql.jdbc.Driver
++#            MySQL: org.mariadb.jdbc.Driver
+ #            PointBase: com.pointbase.jdbc.jdbcUniversalDriver
+ #            Oracle: oracle.jdbc.driver.OracleDriver
+ #--------------------------------------------------------------------------
+diff --git a/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties 
b/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties
+index 2a9e32c..330cabf 100644
+--- a/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties
++++ b/src/report/reportServlets/edu/xtec/jclic/jclicReports.properties
+@@ -6,7 +6,7 @@
+ # Name of the JDBC driver
+ #--------------------------------------------------------------------------
+ # Examples:  ODBC: sun.jdbc.odbc.JdbcOdbcDriver
+-#            MySQL: com.mysql.jdbc.Driver
++#            MySQL: org.mariadb.jdbc.Driver
+ #            PointBase: com.pointbase.jdbc.jdbcUniversalDriver
+ #            Oracle: oracle.jdbc.driver.OracleDriver
+ #--------------------------------------------------------------------------
diff --git a/debian/patches/series b/debian/patches/series
index 3ecf17f..4028367 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 java9-compatibility.patch
+mariadb.patch
-- 
2.19.1


--- End Message ---
--- Begin Message ---
Source: jclic
Source-Version: 0.3.2.10-1

We believe that the bug you reported is fixed in the latest version of
jclic, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 913...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
José L. Redrejo Rodríguez <jredr...@debian.org> (supplier of updated jclic 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jan 2019 19:23:13 +0100
Source: jclic
Binary: jclic
Architecture: source all
Version: 0.3.2.10-1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez <jredr...@debian.org>
Changed-By: José L. Redrejo Rodríguez <jredr...@debian.org>
Description:
 jclic      - Tool for the development & use of multimedia educational activiti
Closes: 913343
Changes:
 jclic (0.3.2.10-1) unstable; urgency=low
 .
   * New upstream version
   * Switch from libmysql-java to libmariadb-java (Closes: #913343)
   * debian/patches:
     - mariadb.patch, thanks to Markus Koschany <a...@debian.org>
   * debian/control: bumped standards version to 4.3.0.1
Checksums-Sha1:
 d8e9c90f5e254cf81547e07c1f14ca515367d815 1794 jclic_0.3.2.10-1.dsc
 98b3280e360ee24e12ea0da302394c44b7074e6d 2808920 jclic_0.3.2.10.orig.tar.gz
 fba43b2371ec0a6ec04f8f150377d987a45f5977 5604 jclic_0.3.2.10-1.debian.tar.xz
 fa21b0715fc10a11a4d8c54db96535b92b9a2dfc 3010604 jclic_0.3.2.10-1_all.deb
 7f049f22cf438f8c8fc2b43007523891f68c061d 9946 jclic_0.3.2.10-1_amd64.buildinfo
Checksums-Sha256:
 dd53250749aa3c87993002259877d9dfd820233f19eb1561e40b7a08a313c693 1794 
jclic_0.3.2.10-1.dsc
 3a022afceda73ad5463799f55c7a2df0019d939c73d49afd8686b486d854780d 2808920 
jclic_0.3.2.10.orig.tar.gz
 693af0bebe520ea8c1a404f1c109a9b84183cb7c7049e0df0baf6b8cadb24a6f 5604 
jclic_0.3.2.10-1.debian.tar.xz
 1117bdf13edca2797b1cffdff9008816c231f7b4bbda4dd7271fd9ee082db28e 3010604 
jclic_0.3.2.10-1_all.deb
 39d65c8f9d7812e81620ddbd78bc462af15bce5f5e1d7e2ce73ecc519087164c 9946 
jclic_0.3.2.10-1_amd64.buildinfo
Files:
 ed55906f50a5070b3ba14c49d7b00999 1794 misc optional jclic_0.3.2.10-1.dsc
 41dadec5d54681ef4eb75cdc0d5ca03b 2808920 misc optional 
jclic_0.3.2.10.orig.tar.gz
 449f5c3b3345210f10c440e9e98c9f3f 5604 misc optional 
jclic_0.3.2.10-1.debian.tar.xz
 78439f54e1c249984ef2b895b755ab68 3010604 misc optional jclic_0.3.2.10-1_all.deb
 a27377e29b2129649171b15a0adaec18 9946 misc optional 
jclic_0.3.2.10-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEw8ercwXIWEnEvovoXgiv0qHeUOkFAlxMs0IUHGpyZWRyZWpv
QGRlYmlhbi5vcmcACgkQXgiv0qHeUOmh6g//ZoxV1MxQDBCA5Mu7OdQL99TY3tIM
+WuflyQYdPdoaWK6Fv9566XDhu4swYqAy1HwTmJzHp3BRMPJv3xkZck2PvOXcXeI
ti6Da4G4VU7L9BamEvoBcyc6qlcQTa41SQvVMQO3bYWd/fE5PI79WVicAma8we2J
YK5Pmj3rR+wAKUSoYqVpO+XpohnSUx9WiNTVyFlfVKk0IwfVfp66QNQUIsur1xqX
x1J8NK+tuUzdmG6PENG1iNl9krSl4HamxIDtvx6meI+htAZzobjUzHYb3igY9125
yuyDQ+iRBoAkZ6HTgB7NDwrvW4DvS9LAqmaNRcerH+BF2MOSDsGV1zHV2D9wchLg
OdvJOCADYnAl4ajqLrh/KhAtQr/y8i44F9Kv/Q8IQYW4dLjBoVDmnGeTDYHTvNg0
ZxFCvgCqZXWiKMudzanaAlaLdh1nonxVPTA2Lg10hY+DH5V+4CMHWVfd63Vox9Tq
h9BE1p4FTy8AvTOjG4E7WKxW6TuBbMzAVrFdt0Schqz0eNImQML6IbWRu7IaYhnG
sa3onyqAoHEw1YhsAT80p7pFEZz4Juz9UiGoyAo9Bb61adhiqDWR1ME8U3i0T41o
OpJuv8jZ2xsLXmU6sg98mRcE+IE5za4Jj2NtJgnthTlSATCWI0czgtEnsFbj/P/J
c35Kvy6F24Fby0A=
=Sdzi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to