aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby
Commit message (Collapse)AuthorAgeFilesLines
* main/ruby: add $pkgname to depends_devJakub Jirutka2018-05-071-2/+2
|
* main/ruby: rebuild against libressl-2.7Natanael Copa2018-04-062-2/+37
|
* main/ruby: security upgrade to 2.5.1Natanael Copa2018-03-291-3/+10
| | | | | | | | | | | | | | | | | | | CVE-2017-17742: HTTP response splitting in WEBrick CVE-2018-6914: Unintentional file and directory creation with directory traversal in tempfile and tmpdir CVE-2018-8777: DoS by large request in WEBrick CVE-2018-8778: Buffer under-read in String#unpack CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in Dir ref #8747
* main/ruby: fix calculation of stack size for main threadNatanael Copa2018-03-162-3/+76
| | | | | | Upstream bug reports: https://bugs.ruby-lang.org/issues/14387 https://github.com/docker-library/ruby/issues/196
* main/ruby: lower recursion limit in testJakub Jirutka2017-12-262-2/+2
| | | | It failed on ppc64le and aarch64
* main/ruby: add subpackage -fullJakub Jirutka2017-12-262-0/+34
|
* main/ruby: move some bundled gems into separate subpackagesJakub Jirutka2017-12-261-0/+54
| | | | Note: openssl, psych and zlib are needed for rubygems.
* main/ruby: fix depends in subpackagesJakub Jirutka2017-12-261-7/+7
|
* main/ruby: move bigdecimal.so to existing -bigdecimal subpkgJakub Jirutka2017-12-261-1/+2
|
* main/ruby: fix licensesJakub Jirutka2017-12-261-1/+10
|
* main/ruby: remove explicit returns from abuildJakub Jirutka2017-12-261-3/+3
|
* main/ruby: upgrade to 2.5.0Jakub Jirutka2017-12-262-8/+54
|
* main/ruby: security upgrade to 2.4.3Jakub Jirutka2017-12-151-3/+5
| | | | See: https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/
* main/ruby: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/ruby: fix secfixes entryJakub Jirutka2017-09-151-1/+1
|
* main/ruby: upgrade to 2.4.2 (security fixes)Jakub Jirutka2017-09-151-3/+15
|
* main/ruby: modernise, move 'make test' to check phaseA. Wilcox2017-08-281-8/+11
|
* main/ruby: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/ruby: patch Rubygems to avoid fetching platform-specific gemsJakub Jirutka2017-05-192-3/+36
| | | | For more information see description in the patch file.
* main/ruby: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/ruby: fix rdocWilliam Pitcock2017-04-071-2/+2
|
* main/ruby: upgrade to 2.4.1Jakub Jirutka2017-03-231-2/+2
|
* main/ruby: do not fail on file removalBreno Leitao2017-03-231-1/+1
| | | | | | | With the new abuild version, ruby is not able to build because it tries to remove some files that might not exist, returning error. This patch does not cause rm to fail if the files do not exist.
* main/ruby: upgrade to 2.4.0Jakub Jirutka2017-02-131-7/+12
|
* main/ruby: remove bundled CA certs, add ca-certificates to dependsJakub Jirutka2017-02-131-2/+5
|
* main/ruby: move rest of the bundled gems to subpkgsJakub Jirutka2017-02-131-1/+34
|
* main/ruby: sort subpackagesJakub Jirutka2017-02-131-32/+37
|
* main/ruby: remove gems cacheJakub Jirutka2017-02-131-2/+6
|
* main/ruby: upgrade to 2.3.3Jakub Jirutka2016-11-221-4/+4
|
* main/ruby: improve abuildJakub Jirutka2016-11-201-79/+58
|
* main/ruby: upgrade to 2.3.2Jakub Jirutka2016-11-201-5/+5
|
* main/ruby: fix segfaults when using irb, switch back to readlineFabian Ruff2016-11-031-2/+2
| | | | | Switching from libedit back to readline fixes segfaults with irb. Bug report: http://bugs.alpinelinux.org/issues/4986.
* main/[various]: set proper archTimo Teräs2016-11-011-3/+3
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-5/+0
|
* main/ruby: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/ruby: enable on aarch64Carlo Landmeter2016-08-221-1/+2
| | | | add no-omit-frame-pointer to CPPFLAGS
* main/ruby: disable on aarch64Carlo Landmeter2016-08-121-1/+1
| | | | fails to build with this error http://tpaste.us/3wXJ
* main/ruby: linux-headers build fixNatanael Copa2016-05-261-1/+1
|
* main/ruby: upgrade to 2.3.1Natanael Copa2016-05-261-5/+5
|
* main/ruby: security upgrade to 2.2.4 (CVE-2015-7551)Natanael Copa2015-12-181-5/+5
|
* main/ruby: fix -dev deps and switch to libeditNatanael Copa2015-11-101-2/+3
| | | | | | the ruby-dev needs gmp-dev as dependency. we also replace readline with libedit.
* main/ruby: upgrade to 2.2.3Natanael Copa2015-08-241-5/+5
|
* main/ruby: rebuild for i586-linux-muslNatanael Copa2015-05-291-1/+1
| | | | | fixes make: i486-alpine-linux-musl-g++: Command not found when building gems.
* main/ruby: upgrade to 2.2.2Natanael Copa2015-04-231-4/+4
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/ruby: upgrade to 2.2.1Natanael Copa2015-03-261-6/+6
|
* main/ruby-json: use bundled versionKaarle Ritvanen2014-12-091-5/+9
|
* main/ruby: remove unused patchKaarle Ritvanen2014-12-081-21/+0
|
* main/ruby*: fix dependencies and update to latest possible versionsKaarle Ritvanen2014-12-051-10/+5
|
* main/ruby: upgrade to 2.0.0_p481Bartłomiej Piotrowski2014-06-252-23/+8
|