summaryrefslogtreecommitdiff
path: root/dev-db/sqlcipher
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib deps, part 4Michał Górny
Done via: ``` git grep -l 'virtual/zlib\[' | xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-04-16dev-db/sqlcipher: keyword 4.6.1 for ~arm64Joe Kappus
Signed-off-by: Joe Kappus <joe@wt.gd> Signed-off-by: Stefan Strogin <steils@gentoo.org>
2024-12-23dev-db/sqlcipher: drop 4.5.5Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-11-24dev-db/sqlcipher: Stabilize 4.6.1 x86, #944615Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-11-24dev-db/sqlcipher: Stabilize 4.6.1 amd64, #944615Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-29dev-db/sqlcipher: add 4.6.1Filip Kobierski
- remove subslot binder for zlib - add github to HOMEPAGE - remove unneeded src_prepare - changed econfargs to be stored in an array Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/38166 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-29dev-db/sqlcipher: drop 4.5.1Filip Kobierski
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-08-15dev-db/sqlcipher: Stabilize 4.5.5 amd64, #937968Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-08-15dev-db/sqlcipher: Stabilize 4.5.5 x86, #937968Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-28*/*: Reassign pinkbyte's packagesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-09-08dev-db/sqlcipher: add 4.5.5David Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2022-12-01dev-db/sqlcipher: fix automagic dependency on sys-libs/zlibSergey Popov
Closes: https://bugs.gentoo.org/861302 Reported-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
2022-04-11dev-dv/sqlcipher: drop old vulnerable versionSergey Popov
Bug: https://bugs.gentoo.org/760690 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
2022-04-08dev-db/sqlcipher: x86 stable wrt bug #836922Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-04-08dev-db/sqlcipher: amd64 stable wrt bug #836922Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-04-05dev-db/sqlcipher: version bumpSergey Popov
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
2022-04-05dev-db/sqlcipher: drop oldSergey Popov
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-05-03dev-db/sqlcipher: drop obsolete LibreSSL patchesSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-05-02dev-db/sqlcipher: remove libressl supportMikle Kolyada
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
2021-03-05dev-db/sqlcipher: minor changes to align with 3.4.2Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-05dev-db/sqlcipher: port to EAPI 7Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-02-15dev-db/sqlcipher: [QA] inherit ltprune.eclass directlyDavid Seifert
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-10*/*: Fix obsolete copyrightsMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-21dev-db/sqlcipher: x86 stable wrt bug #692190Agostino Sarubbo
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-08-19dev-db/sqlcipher: amd64 stable wrt bug #692190Agostino Sarubbo
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-08-19dev-db/sqlcipher: restrict failing testsuiteSergey Popov
Bug: https://bugs.gentoo.org/692310 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
2019-02-26dev-db/sqlcipher: version bumpSergey Popov
Bump EAPI to 7. Add support for some extensions during buildtime, including column metadata info. Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Reported-by: paradox_ptr <paradox_ptr@protonmail.ch> Closes: https://bugs.gentoo.org/670346 Package-Manager: Portage-2.3.51, Repoman-2.3.10
2019-02-26dev-db/sqlcipher: drop old versionSergey Popov
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.10
2019-02-26dev-db/sqlcipher: fix building with LibreSSL 2.8Sergey Popov
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Reported-by: Dmitry Grigoriev <dimgel@mail.ru> Closes: https://bugs.gentoo.org/678502 Package-Manager: Portage-2.3.51, Repoman-2.3.10
2018-07-19dev-db/sqlcipher: stable on amd64/x86Sergey Popov
Bug: https://bugs.gentoo.org/634826 Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-02-18dev-db/sqlcipher: version bumpSergey Popov
Fix automagic dependency on dev-libs/libedit Reported-by: Andreas Sturmlechner <asturm@gentoo.org> Gentoo-Bug: 634826 Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-09dev-db/*: Update Manifest hashesMichał Górny
2017-07-06dev-db/sqlcipher: drop old versionsSergey Popov
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-07-06dev-db/sqlcipher-3.4.1: stable on amd64 and x86Sergey Popov
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-07-06dev-db/sqlcipher: fix building with libresslSergey Popov
Reported-by: Toralf Förster <toralf@gentoo.org> Gentoo-Bug: 622114 Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-06-08dev-db/sqlcipher: version bump, fix docs not beeing installedSergey Popov
Gentoo-Bug: 620670 Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-11-30dev-db/sqlcipher: version bumpSergey Popov
EAPI 6, switch from autotools-multilib to multilib-minimal eclass. Add support for libressl. Reported-by: Ian <csmk@chaoslab.org> Gentoo-Bug: 598402 Package-Manager: portage-2.3.2
2016-09-27dev-db/sqlcipher: add := dep on readlineAlexis Ballier
Package-Manager: portage-2.3.1
2016-05-30dev-db/sqlcipher: fix building with FEATURES="test"Sergey Popov
Testsuite requires, that sqlcipher is built with TCL Gentoo-Bug: 582584 Reported-by: Killian De Volder <Killian.de.volder@scarlet.be> Package-Manager: portage-2.3.0_rc1
2016-02-08dev-db/sqlcipher: x86 stableSergey Popov
Gentoo-Bug: 571100 Package-Manager: portage-2.2.27
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-15dev-db/sqlcipher: amd64 stable wrt bug #571100Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed