Versions
v0.6.9-r4 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm arm64 ppc x86 ~loong ~riscv ~sparc
- USE flags
- nls nologin pam ssl static
v0.6.9-r3 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ppc x86 ~arm ~arm64 ~loong ~riscv ~sparc
- USE flags
- nls nologin pam ssl static
USE flags
General
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- nologin
- Do not include login support when connecting partimaged
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- ssl
- Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- static
- !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
Dependencies
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
dev-libs / newt : Redhat's Newt windowing toolkit development files
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-libs / slang : Multi-platform library designed to allow a developer to create robust software
Runtime Dependencies
acct-group / partimag : A group for sys-block/partimage
acct-user / partimag : A user for sys-block/partimag
app-arch / bzip2 : A high-quality data compressor used extensively by Gentoo Linux
dev-libs / newt : Redhat's Newt windowing toolkit development files
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-libs / slang : Multi-platform library designed to allow a developer to create robust software
Bugs
- 853883
- sys-block/partimage-0.6.9-r3 - partimaged-client.cpp: error: cannot convert std::nullptr_t to int in assignment
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-block/partimage: Stabilize 0.6.9-r4 arm64, #930559
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-block/partimage: Stabilize 0.6.9-r4 arm, #930559
Signed-off-by: Sam James <sam@gentoo.org> - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-block/partimage: Stabilize 0.6.9-r4 ppc, #885107
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-block/partimage: Stabilize 0.6.9-r4 amd64, #885107
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-block/partimage: Stabilize 0.6.9-r4 x86, #885107
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
sys-block/partimage: fix musl build failure
Additionally, this should let us treeclean partimage from ::musl, fixing the CI failure due to partimage::musl's use of user.eclass. Bug: https://bugs.gentoo.org/853883 Bug: https://bugs.gentoo.org/884993 Signed-off-by: John Helmert III <ajak@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/28621 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-block/partimage: keyword 0.6.9-r3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
sys-block/partimage: drop 0.6.9-r2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-block/partimage: ppc stable wrt bug #844121
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sys-block/partimage: Stabilize 0.6.9-r3 amd64, #844121
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sys-block/partimage: Stabilize 0.6.9-r3 x86, #844121
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sys-block/partimage: Keyword 0.6.9-r3 riscv, #837116
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
sys-block/partimage: update EAPI 6 -> 8
Also migrating to GLEP-81, fixing compilation with clang and correcting license. Closes: https://github.com/gentoo/gentoo/pull/24780 Closes: https://bugs.gentoo.org/732102 Closes: https://bugs.gentoo.org/781494 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-block/partimage: fix build on musl
Closes: https://bugs.gentoo.org/715756 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-block/partimage: Keyword 0.6.9-r2 arm, #804028
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-block/partimage: Keyword 0.6.9-r2 arm64, #804028
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-block/partimage: add libcrypt dependency
Only needed when login functionality is enabled. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-block/partimage: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-block/partimage: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sys-block/partimage: Drop 0.6.9 (r0)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Mikle Kolyada · gentoo
sys-block/partimage: mark stable
Closes: https://bugs.gentoo.org/684836 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-block/partimage: add OpenSSL 1.1+ compatibility
- EAPI bumped to EAPI=6 - OpenSSL 1.1+ compatibility added Closes: https://bugs.gentoo.org/674074 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - David Seifert · gentoo
sys-block/partimage: [QA] Fix DESCRIPTION.toolong - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Frysinger · gentoo
sys-block/partimage: fix build w/newer glibc #580290 - Manuel Rüger · gentoo
sys-block/partimage: Remove old
Package-Manager: portage-2.2.28 - 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