diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-01 17:57:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-01 17:57:17 +0000 |
commit | ac396588bdd3342874b8b634b3d2e9cf73111aa2 (patch) | |
tree | e1b8ea94f1900725391d7ba681491c2e21267088 /databases/liquibase | |
parent | b19337697affb46213359682824fa7786c0b40d5 (diff) | |
download | pkgsrc-ac396588bdd3342874b8b634b3d2e9cf73111aa2.tar.gz |
liquibase: update to 3.5.5
From Michael Moll via GH #29 ( https://github.com/NetBSD/pkgsrc/pull/29 )
v3.5.5
[CORE-2851] - includeAll tag with a relative path duplicates the database changes with an absolute and with a relative changelog
v3.5.4
[CORE-2851] - includeAll tag with a relative path duplicates the database changes with an absolute and with a relative changelog
[CORE-2863] - Issue with Spring boot 1.4.0 - 1.4.3
[CORE-2898] - includeAll broken in 3.5.1
[CORE-2948] - Changelog with includeAll will not find child changelogs in Spring Boot's executable JAR
[CORE-2978] - AddAutoIncrement on Postgres does not work when no schema is specified
[CORE-3123] - ResourceComparator is not applied for includeAll
[CORE-3139] - ClassLoaderResourceAccessor cannot read jar path resources from SpringLiquibase
[CORE-3015] - Oracle: diffChangeLog TIMESTAMP WITH LOCAL TIME ZONE correctly
Diffstat (limited to 'databases/liquibase')
-rw-r--r-- | databases/liquibase/Makefile | 4 | ||||
-rw-r--r-- | databases/liquibase/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/liquibase/Makefile b/databases/liquibase/Makefile index ea8a93d26d7..64a22b5548b 100644 --- a/databases/liquibase/Makefile +++ b/databases/liquibase/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/07/31 14:23:05 maya Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/01 17:57:17 tnn Exp $ -VERSION= 3.5.3 +VERSION= 3.5.5 PKGNAME= liquibase-${VERSION} DISTNAME= ${PKGNAME}-bin CATEGORIES= databases diff --git a/databases/liquibase/distinfo b/databases/liquibase/distinfo index bf2c4490e3c..004ad299fcb 100644 --- a/databases/liquibase/distinfo +++ b/databases/liquibase/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2017/07/31 14:23:05 maya Exp $ +$NetBSD: distinfo,v 1.2 2018/09/01 17:57:17 tnn Exp $ -SHA1 (liquibase-3.5.3-bin.tar.gz) = 39b17b80a63de68e1283ebdc96296ead6c671bbb -RMD160 (liquibase-3.5.3-bin.tar.gz) = f59f2e883dd4b3b7c9dad46d674c516f45e69a14 -SHA512 (liquibase-3.5.3-bin.tar.gz) = c2da11f7b9f16a2047a0604ae7829dccfe9a486a69ab793a8f562663e5b3bb91a287439d9e91b3c17f0c98928174954b15e18637b5982d3eebd2b2af8948fcdb -Size (liquibase-3.5.3-bin.tar.gz) = 4370165 bytes +SHA1 (liquibase-3.5.5-bin.tar.gz) = 81efcf8f9706d1ef0bcc10b1948a999316211e97 +RMD160 (liquibase-3.5.5-bin.tar.gz) = ba39791480b5f6f3418889c3f8628199c64bda76 +SHA512 (liquibase-3.5.5-bin.tar.gz) = a56b7bd5aa1f7ea4a1d4b0a6fb74d71ab1caaf59bcbf11bb13a218f9b26436543588e7c3ecd769504c95e3ccd4877f9e245f6bc9354c0f00340ea8394ee4c0fb +Size (liquibase-3.5.5-bin.tar.gz) = 4293144 bytes SHA1 (patch-liquibase) = 1da7e7e3615b6caa8b1e7de3abd922bd3cfb64db |