Versions
v4.2.1 :: 0/4 :: gentoo
- Modified
- License
- MPL-2.0
- Keywords
- amd64 arm arm64 x86 ~hppa ~ppc64 ~riscv
- USE flags
- curl drafts http-client http-server lz4 nss systemd test uuid
USE flags
General
- curl
- Add support for client-side URL transfer library
- drafts
- Build draft API, which may change at any time without any notice, and is therefore not recommended for normal use. (requires draft support in net-libs/zeromq as well)
- http-client
- Build support for HTTP client using net-misc/curl
- http-server
- Build support for HTTP server using net-libs/libmicrohttpd
- lz4
- Enable support for lz4 compression (as implemented in app-arch/lz4)
- nss
- Use dev-libs/nss for SHA instead of an internal implementation
- systemd
- Enable use of systemd-specific libraries and features like socket activation or session tracking
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- uuid
- Enable UUID support using sys-apps/util-linux
Dependencies
app-arch / lz4 : Extremely Fast Compression algorithm
dev-libs / nspr : Netscape Portable Runtime
dev-libs / nss : Mozilla's Network Security Services library that implements PKI support
net-libs / libmicrohttpd : Small C library to run an HTTP server as part of another application
net-libs / zeromq : High-performance asynchronous messaging library
net-misc / curl : A Client that groks URLs
sys-apps / systemd : System and service manager for Linux
sys-apps / util-linux : Various useful Linux utilities
Runtime Dependencies
app-arch / lz4 : Extremely Fast Compression algorithm
dev-libs / nspr : Netscape Portable Runtime
dev-libs / nss : Mozilla's Network Security Services library that implements PKI support
net-libs / libmicrohttpd : Small C library to run an HTTP server as part of another application
net-libs / zeromq : High-performance asynchronous messaging library
net-misc / curl : A Client that groks URLs
sys-apps / systemd : System and service manager for Linux
sys-apps / util-linux : Various useful Linux utilities
Depending packages
app-admin / rsyslog : An enhanced multi-threaded syslogd with database support and more
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
net-libs/czmq: remove nonfunctional USE=static-libs
Nobody has noticed for over 4 years that ever since the port to EAPI 8, this didn't actually install any static libs. Reason is because EAPI 8 started passing --enable-static by default, and the ebuild implemented the USE "incorrectly" by building useless stuff per EAPI 7 default and then rm'ing it in src_install only if it existed. With the bump, it was not built at all. Given nobody can have ever relied on this in recent years, it is clear nobody uses it, so no need to make it work. Fixes: 1c4168493ca6cf243985a6f4efebc5986438295c Fixes: 5afce7b17163b47ff8fb4df89c9f93aa3ef94a08 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
net-libs/czmq: do not install libtool files with USE=static-libs
Overloading the find made no sense here. :/ Bad port from autotools-utils.eclass, which apparently *was* useful at least to stop people mis-holding the docs. Fixes: 5afce7b17163b47ff8fb4df89c9f93aa3ef94a08 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: force bash for now until upstream fixes land
One of the fixes is in an upstream project used for all their autotools bits. Closes: https://bugs.gentoo.org/923922 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/czmq: conditionally build tests
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
net-libs/czmq: Keyword 4.2.1 riscv, #867004
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-libs/czmq: Keyword 4.2.1 ppc64, #866185
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-libs/czmq: Keyword 4.2.1 ia64, #855443
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: drop 4.2.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-libs/czmq: x86 stable wrt bug #828304
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: Stabilize 4.2.1 arm, #828304
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/czmq: Stabilize 4.2.1 arm64, #828304
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-libs/czmq: amd64 stable wrt bug #828304
Package-Manager: Portage-3.0.20, 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 - Joonas Niilola · gentoo
net-libs/czmq: update EAPI 7 -> 8, add missing dep for 4.2.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jouni Kosonen · gentoo
net-libs/czmq: bump to v4.2.1
- Put new automagic dev-libs/nss support behind USE=nss - Fix failing test in bug #756844 Closes: https://bugs.gentoo.org/756844 Signed-off-by: Jouni Kosonen <jouni.kosonen@tukesoft.com> Closes: https://github.com/gentoo/gentoo/pull/22438 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: Stabilize 4.2.0 arm64, #768675
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: autotools--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-libs/czmq: cleanup old
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18034 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/czmq: amd64 stable (bug #728692)
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
net-libs/czmq: arm stable (bug #728692)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
net-libs/czmq: stable 4.2.0 for hppa, bug #728692
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-libs/czmq: x86 stable (bug #728692)
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-libs/czmq: rev bump to export subslot
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Thomas Deutschmann · gentoo
net-libs/czmq: bump to v4.2.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Alexis Ballier · gentoo
net-libs/czmq: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - 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 - Thomas Deutschmann · gentoo
net-libs/czmq: x86 stable, bug #577024
Package-Manager: portage-2.3.2 - Jeroen Roovers · gentoo
net-libs/czmq: Stable for HPPA (bug #577024).
Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
net-libs/czmq: amd64 stable wrt bug #577024
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Markus Meier · gentoo
net-libs/czmq: arm stable, bug #577024
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" - Justin Lecher · gentoo
net-libs/czmq: Fix creation of manpages
fix underlinking detected by ld.gold Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572862 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
net-libs/czmq: Fix file collision with dev-lnag/mono
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562744 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@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