summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-forensics/zzuf: add 0.15_p20220529Marek Szuba2023-08-205-0/+109
| | | | | | | | | | | 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>
* app-forensics/zzuf: support musl in configure.acMarek Szuba2021-11-292-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* app-forensics/zzuf: drop 0.15-r2Marek Szuba2021-11-192-31/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-forensics/zzuf: add 0.15_p20190208, remove 0.15-r1Marek Szuba2021-07-253-29/+39
| | | | | | | 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>
* app-forensics/zzuf: update EAPI 7 -> 8, add multilib supportMarek Szuba2021-07-251-0/+30
| | | | | | | | 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>
* app-forensics/zzuf: add self as maintainerMarek Szuba2021-07-021-1/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/zzuf: drop myself from maintainers, m-n nowSergei Trofimovich2021-07-021-4/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-forensics/zzuf: drop oldSergei Trofimovich2020-06-201-25/+0
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-forensics/zzuf: make static-libs optionalSergei Trofimovich2020-06-011-0/+29
| | | | | | | 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>
* app-forensics/zzuf: drop oldSergei Trofimovich2019-11-092-48/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-forensics/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-forensics/zzuf: bump up to 0.15Sergei Trofimovich2016-09-114-3/+36
| | | | Package-Manager: portage-2.3.0
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-281-0/+1
| | | | Bug: 575810
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-241-4/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-242-2/+2
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+57
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