pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/liquibase



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep  1 17:57:17 UTC 2018

Modified Files:
        pkgsrc/databases/liquibase: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/liquibase/Makefile \
    pkgsrc/databases/liquibase/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/liquibase/Makefile
diff -u pkgsrc/databases/liquibase/Makefile:1.1 pkgsrc/databases/liquibase/Makefile:1.2
--- pkgsrc/databases/liquibase/Makefile:1.1     Mon Jul 31 14:23:05 2017
+++ pkgsrc/databases/liquibase/Makefile Sat Sep  1 17:57:17 2018
@@ -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
Index: pkgsrc/databases/liquibase/distinfo
diff -u pkgsrc/databases/liquibase/distinfo:1.1 pkgsrc/databases/liquibase/distinfo:1.2
--- pkgsrc/databases/liquibase/distinfo:1.1     Mon Jul 31 14:23:05 2017
+++ pkgsrc/databases/liquibase/distinfo Sat Sep  1 17:57:17 2018
@@ -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



Home | Main Index | Thread Index | Old Index