Versions
v0.15_p20220529 :: 0 :: gentoo
- Modified
- License
- WTFPL-2
- Keywords
- ~amd64 ~sparc ~x86
v0.15_p20190208 :: 0 :: gentoo
- Modified
- License
- WTFPL-2
- Keywords
- ~amd64 ~sparc ~x86
USE flags
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
Bugs
- 922464
- app-forensics/zzuf-0.15_p20220529 fails to compile (MUSL-SYSTEM): libc_fcns.h:5:33: error: unknown type name off64_t
- 935230
- app-forensics/zzuf-0.15_p20220529 - [perl-5.40] [icu-75.1] [gcc-15] /.../zzat.c: error: implicit declaration of function _fgets_chk [-Wimplicit-function-declaration]
- 938691
- app-forensics/zzuf-0.15_p20220529 - [ncurses-6.5] [llvm] /.../lib-fd.c: error: at most one overload for a given name may lack the overloadable attribute
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-forensics/zzuf: add 0.15_p20220529
As far as upstream is concerned this snapshot is identical to _p20190208 apart from some typos in the documentation having been fixed. On the Gentoo side, however, this ebuild adds support for building with -Werror=implicit-function-declaration along with removing the previously hard-coded '-g -O2' from compiler flags. Closes: https://bugs.gentoo.org/871558 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-forensics/zzuf: support musl in configure.ac
One, call AC_USE_SYSTEM_EXTENSIONS so that all compiler invocations have the correct feature-set macros set. This is required so that configure can include the musl version of aio.h without error: field 'aio_sigevent' has incomplete type Not quite sure WHY this is necessary given that according to musl documentation, if no feature test macros are defined musl exposes the equivalent of _BSD_SOURCE - but there you go. Two, extend the test identifying the way of extracting raw position index from the structure fpos64_t, so that it supports the musl layout of this structure as well. With these two fixes in place zzuf builds successfully against musl. Tests (which currently have to be run manually because they like neither the sandbox nor out-of-tree builds) fail but in the same way as against glibc. Closes: https://bugs.gentoo.org/714030 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-forensics/zzuf: drop 0.15-r2
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-forensics/zzuf: add 0.15_p20190208, remove 0.15-r1
GitHub snapshot pointing to the latest commit on master. Because there are two known bugs in 0.15 yet the next version is nowhere in sight. Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
app-forensics/zzuf: update EAPI 7 -> 8, add multilib support
Also drop USE=static-libs, installing static versions of libraries whose primary purpose is to be preloaded is rather pointless. Closes: https://bugs.gentoo.org/546796 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-forensics/zzuf: drop old
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-forensics/zzuf: make static-libs optional
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/726578 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-forensics/zzuf: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
app-forensics/zzuf: bump up to 0.15
Package-Manager: portage-2.3.0 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https 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