Andreas Wacknitz
2024-01-18 f047463d34e5a7294b5c54100670b6694f01c54b
sqlcipher: update to 4.5.6

3 files modified
10 ■■■■ changed files
components/database/sqlcipher/Makefile 6 ●●●● patch | view | raw | blame | history
components/database/sqlcipher/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/database/sqlcipher/pkg5 2 ●●● patch | view | raw | blame | history
components/database/sqlcipher/Makefile
@@ -16,17 +16,17 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         sqlcipher
COMPONENT_VERSION=      4.5.5
COMPONENT_VERSION=      4.5.6
COMPONENT_SUMMARY=      SQLite extension that provides transparent 256-bit AES encryption of database
COMPONENT_PROJECT_URL=  https://www.zetetic.net/sqlcipher/
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      v$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_URL=    https://github.com/$(COMPONENT_NAME)/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= sha256:014ef9d4f5b5f4e7af4d93ad399667947bb55e31860e671f0def1b8ae6f05de0
COMPONENT_ARCHIVE_HASH= sha256:e4a527e38e67090c1d2dc41df28270d16c15f7ca5210a3e7ec4c4b8fda36e28f
COMPONENT_FMRI=         database/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION=       Development/Databases
COMPONENT_LICENSE=      BSD
COMPONENT_LICENSE_FILE= LICENSE
COMPONENT_LICENSE_FILE= LICENSE.md
CFLAGS += -DSQLITE_HAS_CODEC
LDFLAGS += -L$(OPENSSL_LIBDIR)
components/database/sqlcipher/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/database/sqlcipher/pkg5
@@ -10,4 +10,4 @@
        "database/sqlcipher"
    ],
    "name": "sqlcipher"
}
}