Versions
v4.6.1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- debug libedit readline tcl test
v4.5.5 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 x86
- USE flags
- debug libedit readline tcl test
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- libedit
- Use the libedit library (replacement for readline)
- readline
- Enable support for libreadline, a GNU line-editing library that almost everyone wants
- tcl
- Add support the Tcl language
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Dependencies
dev-lang / tcl : Tool Command Language
dev-libs / libedit : BSD replacement for libreadline
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
Runtime Dependencies
dev-lang / tcl : Tool Command Language
dev-libs / libedit : BSD replacement for libreadline
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
Depending packages
app-office / kmymoney : Personal finance manager based on KDE Frameworks
app-office / skrooge : Personal finances manager, aiming at being simple and intuitive
dev-db / qt5-sqlcipher : Qt SQL driver plugin for SQLCipher
dev-db / sqlitebrowser : A light GUI editor for SQLite databases
net-im / element-desktop-bin : A glossy Matrix collaboration client for desktop (binary package)
net-im / qtox : Instant messaging client using the encrypted p2p Tox protocol
net-p2p / retroshare : Friend to Friend secure communication and sharing application
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Filip Kobierski · gentoo
dev-db/sqlcipher: add 4.6.1
- 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> - Filip Kobierski · gentoo
dev-db/sqlcipher: drop 4.5.1
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-db/sqlcipher: Stabilize 4.5.5 amd64, #937968
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-db/sqlcipher: Stabilize 4.5.5 x86, #937968
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-db/sqlcipher: add 4.5.5
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: fix automagic dependency on sys-libs/zlib
Closes: https://bugs.gentoo.org/861302 Reported-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-dv/sqlcipher: drop old vulnerable version
Bug: https://bugs.gentoo.org/760690 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-db/sqlcipher: x86 stable wrt bug #836922
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-db/sqlcipher: amd64 stable wrt bug #836922
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Sergey Popov · gentoo
dev-db/sqlcipher: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-db/sqlcipher: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-db/sqlcipher: minor changes to align with 3.4.2
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-db/sqlcipher: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-db/sqlcipher: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Fix obsolete copyrights
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-db/sqlcipher: x86 stable wrt bug #692190
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-db/sqlcipher: amd64 stable wrt bug #692190
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: restrict failing testsuite
Bug: https://bugs.gentoo.org/692310 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: version bump
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 - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: drop old version
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.10 - Sergey Popov · gentoo
dev-db/sqlcipher: fix building with LibreSSL 2.8
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 - Repository mirror & CI · gentoo
Merge updates from master - Sergey Popov · gentoo
dev-db/sqlcipher: stable on amd64/x86
Bug: https://bugs.gentoo.org/634826 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Sergey Popov · gentoo
dev-db/sqlcipher: version bump
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 - Sergey Popov · gentoo
dev-db/sqlcipher: drop old versions
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Sergey Popov · gentoo
dev-db/sqlcipher-3.4.1: stable on amd64 and x86
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Sergey Popov · gentoo
dev-db/sqlcipher: fix building with libressl
Reported-by: Toralf Förster <toralf@gentoo.org> Gentoo-Bug: 622114 Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Sergey Popov · gentoo
dev-db/sqlcipher: version bump, fix docs not beeing installed
Gentoo-Bug: 620670 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Sergey Popov · gentoo
dev-db/sqlcipher: version bump
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 - Alexis Ballier · gentoo
dev-db/sqlcipher: add := dep on readline
Package-Manager: portage-2.3.1 - Sergey Popov · gentoo
dev-db/sqlcipher: fix building with FEATURES="test"
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 - Sergey Popov · gentoo
dev-db/sqlcipher: x86 stable
Gentoo-Bug: 571100 Package-Manager: portage-2.2.27 - Agostino Sarubbo · gentoo
dev-db/sqlcipher: amd64 stable wrt bug #571100
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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