summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/perl: Remove oldAndreas K. Hüttel2018-04-303-1184/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: add LibreSSL compatibility patchAaron Bauman2018-04-296-3/+93
| | | | | | | | | | This patch fixes building with >=dev-libs/libressl-2.7.x. Patch taken from upstream bug https://bugs.php.net/bug.php?id=76174. Hopefully this will be included in future releases to properly detect LibreSSL versions due to API differences. Closes: https://bugs.gentoo.org/651308 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/rakudo: BumpPatrick Lauer2018-04-292-0/+73
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/nqp: BumpPatrick Lauer2018-04-292-0/+160
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/moarvm: BumpPatrick Lauer2018-04-292-0/+59
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* Remove masked for removal packagePacho Ramos2018-04-294-109/+0
|
* dev-lang/vala: stable 0.34.16 for ia64, bug #652976Sergei Trofimovich2018-04-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-lang/vala: stable 0.34.16 for ia64, bug #652976Sergei Trofimovich2018-04-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-lang/vala: stable 0.34.16 for sparc, bug #652976Rolf Eike Beer2018-04-281-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-lang/vala: stable 0.36.13 for sparc, bug #652976Rolf Eike Beer2018-04-281-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-lang/ocaml: Drop unnecessary x11-proto depMatt Turner2018-04-272-2/+2
|
* dev-lang/icon: Drop unnecessary x11-proto depMatt Turner2018-04-271-2/+0
|
* dev-lang/php: Drop oldBrian Evans2018-04-263-1464/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Version bump for 7.2.5Brian Evans2018-04-262-0/+738
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Version bump for 7.1.17Brian Evans2018-04-262-0/+726
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Version bump for 7.0.30Brian Evans2018-04-262-0/+746
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/php: Version bump for 5.6.36Brian Evans2018-04-263-0/+789
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/vala: amd64 stableAaron Bauman2018-04-262-2/+2
| | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/vala: x86 stable (bug #652976)Thomas Deutschmann2018-04-262-2/+2
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/R: x86 stable (bug #641284)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/mono: x86 stable (bug #641286)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/python-3.6.5: arm64 stable (bug #653440)Mart Raudsepp2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/python-3.4.8: arm64 stable (bug #653440)Mart Raudsepp2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/python-3.5.5: arm64 stable (bug #653440)Mart Raudsepp2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/perl: Bump to version 5.26.2Kent Fredric2018-04-243-6/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to perlcross 1.1.9 - Fold no-nsl patches into tarball - Sync 5.26.9999 ebuild with non-maintainer commits Upstream: - Fix for [CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c) - Fix for [CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c) - Fix for [CVE-2018-6913] heap-buffer-overflow in S_pack_rec - Fix for Assertion failure in Perl__core_swash_init (utf8.c) - Updated Modules: * PerlIO::via -> 0.17 * Term::ReadLine -> 1.17 * Unicode::UCD -> 0.69 - Documentation fixes in perluniprops - Fix win32 VC++ compiler detection on non-english systems - Set correct $Config{libpth} w/ VC++ < 14.1 - Prevent readpipe() corrupting stack at runtime via scalar check at compile time - Fixed a use after free bug in pp_list - Fix a use-after-free w/ sub keyword followed by newlines and comments - Tokenizer correctly adjusts parse pointer when skipping whitespace in an identifier - Accesses to ${^LAST_FH} no longer asserts after IO ops on non-glob - Sort correctly reference counts aliased $a and $b - Certain convoluted regexps no longer cause arithmetic overflow when compiled - Fix duplicate symbol failure with -flto -mieee-fp - Fix null pointer deref in S_regmatch - Escallate compilation failures within string interpolation etc, to occur earlier as to not confuse the compiler and crash perl Bug: https://bugs.gentoo.org/653432 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/perl: Bump to version 5.24.4Kent Fredric2018-04-242-0/+573
| | | | | | | | | | | | | | | | | | - Switch to cross-perl 1.1.9 - Merge libnsl patch into patchball Upstream: - Fixes for [CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c) - Fixes for [CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c) - Fixes for [CVE-2018-6913] heap-buffer-overflow in S_pack_rec - Fixes for Assertion failure in Perl__core_swash_init (utf8.c) - Avoid corrupting the stack at runtime with readpipe() by checking parameters at compile-time Bug: https://bugs.gentoo.org/653432 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/python-3.6.5: ppc64 stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.5.5: ppc64 stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.4.8: ppc64 stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.6.5: ppc stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.5.5: ppc stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.4.8: ppc stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.6.5: alpha stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.5.5: alpha stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/python-3.4.8: alpha stable, bug 653440Matt Turner2018-04-221-1/+1
|
* dev-lang/ruby-2.3.7: hppa stable, bug 651884Matt Turner2018-04-221-1/+1
|
* dev-lang/ruby-2.2.10: hppa stable, bug 651884Matt Turner2018-04-221-1/+1
|
* dev-lang/python: Fix automagic dep on bluetooth headersMichał Górny2018-04-215-0/+1451
| | | | | | | | | Add IUSE=bluetooth to control the support for AF_BLUETOOTH. When enabled, pull net-wireless/bluez to provide headers necessary to build it. When disabled, explicitly make the configure test for appropriate headers fail for consistency. Closes: https://bugs.gentoo.org/479576
* dev-lang/bff: arm stable wrt bug #651478Mikle Kolyada2018-04-211-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/perl: m68k/s390/sh stable wrt bug #648460Mikle Kolyada2018-04-211-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/gnat-gpl: x86 stableTupone Alfredo2018-04-212-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/erlang: Version bump to 20.3.2Nick Sarnie2018-04-203-0/+271
| | | | | | | | | | | | | | This change includes a major update to the ebuild. I, with guidance from gokturk, have fixed many mistakes and cleaned up the ebuild. The build system is difficult to work with, and requires some special autoconf work to get the correct configure scripts generated. In addition, please note that the erlang.org and github releases for the same version are different, the biggest factor being that the erlang.org release includes precompiled binaries, while the github release does not. Please also note that I have dropped the "wxwidgets" USE flag, as upstream unconditionally links against it Signed-off-by: Nick Sarnie <commendsarnex@gmail.com> Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/python: Move readline dep outside 'ncurses?'Michał Górny2018-04-204-16/+8
| | | | | | | | | Move the dependency on readline to be independent of ncurses. Looking at the code, there is no apparent reason for putting it inside 'ncurses?' block. Furthermore, it is inconsistent with how the readline module build is controlled. Closes: https://bugs.gentoo.org/401651
* dev-lang/ruby: stable 2.3.7 for ppc64, bug #651884Sergei Trofimovich2018-04-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/651884 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-lang/ruby: stable 2.2.10 for ppc64, bug #651884Sergei Trofimovich2018-04-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/651884 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-lang/vala: bump to 0.36.13Mart Raudsepp2018-04-202-0/+41
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/gnu-smalltalk: epatch->PATCHES=()Marty E. Plummer2018-04-202-9/+8
| | | | | | Also drop unneeded eclasses. Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/logtalk: fdo-mime->xdg-utilsMarty E. Plummer2018-04-204-13/+13
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/logtalk: clean duplicate patchesMarty E. Plummer2018-04-207-47/+12
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7899
* dev-lang/python: stable 3.6.5 for sparcRolf Eike Beer2018-04-201-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653440 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"