./databases/liquibase, Database Change Management

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5.5, Package name: liquibase-3.5.5, Maintainer: pkgsrc-users

Liquibase is an open source (Apache 2.0 Licensed), database-independent
library for tracking, managing and applying database changes. It is
built on a simple premise: All database changes are stored in a human
readable, yet trackable, form and checked into source control.


Required to run:
[lang/openjdk8]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 4192.523 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2018-09-01 19:57:17 by Tobias Nygren | Files touched by this commit (2) | Package updated
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
   2017-08-02 01:15:19 by Maya Rashish | Files touched by this commit (1)
Log message:
liquibase: Add forgotten file.

thanks joerg for the heads up
   2017-07-31 16:23:06 by Maya Rashish | Files touched by this commit (4)
Log message:
Add new package liquibase

Liquibase is an open source (Apache 2.0 Licensed), database-independent
library for tracking, managing and applying database changes. It is
built on a simple premise: All database changes are stored in a human
readable, yet trackable, form and checked into source control.

Provided by mmoll in netbsd/pkgsrc pull request #6, with some changes from
myself.