summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-benchmarks/geekbench: bump to version 4.3.0Conrad Kostecki2018-09-182-0/+41
| | | | | | | | Closes: https://bugs.gentoo.org/666354 Closes: https://github.com/gentoo/gentoo/pull/9886 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-antivirus/clamtk: drop old versionConrad Kostecki2018-09-183-344/+0
| | | | | | Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-antivirus/clamtk: bump to version 5.26Conrad Kostecki2018-09-182-0/+174
| | | | | | | Closes: https://bugs.gentoo.org/666362 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* mail-client/mutt: revbump with fix for nntp crashFabian Groffen2018-09-192-0/+283
| | | | Package-Manager: Portage-2.3.40.3-prefix, Repoman-2.3.9
* media-video/aegisub: Fix build against ICU 62Nick Sarnie2018-09-182-1/+62
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-portage/repoman: x86 stable (bug #666374)Thomas Deutschmann2018-09-191-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-apps/portage: x86 stable (bug #666374)Thomas Deutschmann2018-09-191-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-admin/rsyslog: bump to v8.38.0Thomas Deutschmann2018-09-193-0/+458
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/boto3: add python3_7Andrey Utkin2018-09-192-1/+54
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-python/s3transfer: add python3_7Andrey Utkin2018-09-191-0/+35
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-python/botocore: add python3_7Andrey Utkin2018-09-192-1/+59
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* dev-python/jmespath: add python3_7, EAPI=7Andrey Utkin2018-09-191-0/+26
| | | | | Acked-by: Alexis Ballier <aballier@gentoo.org> Package-Manager: Portage-2.3.48, Repoman-2.3.10
* www-client/chromium: amd64 stableRichard Freeman2018-09-181-1/+1
| | | | | Bug: https://bugs.gentoo.org/666502 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/unidecode: add Python 3.7, PyPy3, EAPI=7, fix LICENSELouis Sautier2018-09-191-4/+4
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/unidecode: fix metadata, add upstream infoLouis Sautier2018-09-191-2/+4
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/jaraco-itertools: remove oldLouis Sautier2018-09-192-60/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/jaraco-itertools: bump to 2.5.2Louis Sautier2018-09-192-0/+60
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-util/cppcheck-1.84-r1: added ~ppc64, bug 664470Matt Turner2018-09-181-1/+1
|
* dev-util/cppcheck: Add upstream patch to fix testMatt Turner2018-09-182-0/+198
| | | | | | | On some platforms 'char' is unsigned by default, causing the test to fail. See https://trofi.github.io/posts/203-signed-char-or-unsigned-char.html
* dev-libs/tinyxml2-6.2.0: added ~ppc64, bug 664468Matt Turner2018-09-181-1/+1
|
* app-text/ghostscript-gpl: Version bump, bug 635426Andreas K. Hüttel2018-09-192-0/+208
| | | | | Bug: https://bugs.gentoo.org/635426 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-devel/crossdev: bump up to 20180918Sergei Trofimovich2018-09-182-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single new patch: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a23e6057c94403e010a4ccd06091b59cc332e593 """ crossdev: don't enable USE=pie by default on any bare-metal targets Unfortunately embedded world has a long way to go to adopt --enable-default-pie as a first class citizen. Note: --enable-default-pie enabled two things: - PIC-friendly code generation (-fPIE) - PIE executables (-pie) Normally one would expect firmware to pass compiler modes explicitly to gcc: -fPIC (or -mauto-pic, -fno-PIC), -ffreestanding, -nostdlib. Unfortunately upstreams are frequently reluctant to explicitly specify new moving parts available in gcc (in this case -no-pie) and expect gcc to behave as it used to in the world before --enable-default-pie. Unfortunate but not entirely unreasonable. Disable --enable-default-pie until user explicitly requests USE=pie. """ Reported-by: Bertrand Jacquin Reported-by: sklv Bug: https://lists.gnupg.org/pipermail/gnuk-users/2018-August/000086.html Bug: https://github.com/gl-sergei/u2f-token/issues/14 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-util/spirv-tools: Require newer spirv-headersNick Sarnie2018-09-182-2/+2
| | | | | Fixes: https://bugs.gentoo.org/666488 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-portage/repoman: stable 2.3.10 for ia64, bug #666374Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* sys-apps/portage: stable 2.3.49 for ia64, bug #666374Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/tk: stable 8.6.8 for ia64, bug #666316Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/tcl: stable 8.6.8 for ia64, bug #666316Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* media-libs/libraw: stable 0.18.13 for ia64, bug #666306Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/php: stable 7.2.10 for ia64, bug #666256Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/php: stable 7.1.22 for ia64, bug #666256Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/php: stable 7.0.32 for ia64, bug #666256Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-lang/php: stable 5.6.38 for ia64, bug #666256Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* net-irc/eggdrop: stable 1.8.3 for ia64, bug #666210Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* x11-plugins/wmcp: stable 1.2.8-r1 for ia64, bug #666088Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* app-portage/eix: stable 0.33.2 for ia64, bug #661180Sergei Trofimovich2018-09-181-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* media-libs/libsndfile: Fix CVE-2018-13139Andreas Sturmlechner2018-09-182-0/+98
| | | | | Bug: https://bugs.gentoo.org/660452 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* x11-wm/qtile: remove oldTim Harder2018-09-182-56/+0
|
* x11-wm/qtile: version bump to 0.12.0Tim Harder2018-09-184-4/+97
| | | | Fixes: https://bugs.gentoo.org/616914
* dev-python/xvfbwrapper: version bump to 0.2.9Tim Harder2018-09-182-0/+26
|
* media-gfx/feh: version bump to 2.28Tim Harder2018-09-182-0/+73
|
* dev-vcs/tig: version bump to 2.4.1Tim Harder2018-09-182-0/+61
|
* dev-python/certifi: version bump to 2018.8.24Tim Harder2018-09-182-0/+44
|
* net-mail/mlmmj: remove oldTim Harder2018-09-184-122/+0
|
* net-mail/mlmmj: version bump to 1.3.0Tim Harder2018-09-182-0/+44
|
* profiles: powerpc: Does not actually have media-libs/mlt stableAndreas Sturmlechner2018-09-181-1/+0
|
* media-gfx/exiv2: Add 0.26_p20180811 snapshotAndreas Sturmlechner2018-09-182-0/+124
| | | | | | | | | | | Custom packed tarball based on upstream 0.26 branch as of 2018-08-11, fixing CVE-2018-12264, CVE-2018-12265, with downstream updated config.{guess,sub} and fixed CVE-2017-17723. Bug: https://bugs.gentoo.org/647812 Bug: https://bugs.gentoo.org/658236 Closes: https://bugs.gentoo.org/663870 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* profiles/arch/powerpc: mask USE=coinmpMatt Turner2018-09-181-0/+4
|
* app-crypt/hashcat-utils: initial ebuildZero_Chaos2018-09-183-0/+36
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* media-libs/tiff-4.0.9-r4: arm64 stable (bug #645982)Mart Raudsepp2018-09-181-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/pygobject: bump to 3.28.3Mart Raudsepp2018-09-182-0/+99
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10