aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/firefox: upgrade to 40.0.3Natanael Copa2015-08-311-5/+5
|
* testing/libressl: upgrade to 2.2.3Natanael Copa2015-08-311-4/+4
|
* main/git: upgrade to 2.5.1Natanael Copa2015-08-311-6/+7
|
* testing/xterm: upgrade to 320 and fix ptysCarlo Landmeter2015-08-312-5/+30
| | | | patch provided by dalias
* main/parted: rebuild against new ABI in libdevmapperNatanael Copa2015-08-311-1/+1
|
* main/llvm: no need to install bootstrap compilerTimo Teräs2015-08-311-13/+6
| | | | | and keep the bootstrap compiler for debugging it if something goes wrong during self-build
* main/musl: add missing patchTimo Teräs2015-08-311-0/+80
|
* main/musl: upgrade to 1.1.11Timo Teräs2015-08-317-404/+9
|
* testing/py-django-oscar: upgrade to 1.1.1Kaarle Ritvanen2015-08-301-5/+5
|
* testing/the_silver_searcher: rename from testing/the_server_searcherWilliam Pitcock2015-08-291-0/+0
|
* main/mdocml: split out apropos and whatis to subpackageNatanael Copa2015-08-283-11/+20
|
* main/libvirt: rebuild against lxc-1.1.3Natanael Copa2015-08-281-1/+1
| | | | the 1.1.3 release broke abi
* main/nodejs: fix arm buildTimo Teräs2015-08-282-4/+20
|
* main/gcc: upgrade to 5.2.0Timo Teräs2015-08-283-56/+27
|
* main/swig: add -doc subpackageNatanael Copa2015-08-281-1/+2
|
* main/go-bootstrap: disable x86Natanael Copa2015-08-281-1/+1
|
* main/go: disable on x86Natanael Copa2015-08-281-1/+1
|
* main/go: fix checksum problemNatanael Copa2015-08-281-4/+4
|
* main/go: upgrade to 1.5Sören Tempel2015-08-286-199/+17
| | | | | This might still need some further testing, especially cgo wasn't tested to extensively by me.
* main/go-boostrap: new aportSören Tempel2015-08-286-0/+241
| | | | | | | | | | | This is a more minimal version of the main/go aport. It is only supposed to be used for bootstrapping go1.5 and to clarify this point it is called go-bootstrap instead of go1.4. This package doesn't ship a tools or cross subpackage anymore because doing so would increase the amount of redundant 'code' in this APKBUILD and neither tools nor cross compilers are needed for bootstrapping go1.5.
* main/busybox-initscripts: add udhcpd serviceSören Tempel2015-08-282-9/+19
|
* main/busybox: enable the udhcpd appletSören Tempel2015-08-282-10/+14
|
* testing/xonotic: upgrade to 0.8.0Sören Tempel2015-08-282-45/+30
|
* testing/xonotic-data: upgrade to 0.8.0Sören Tempel2015-08-281-18/+5
|
* main/guile: cherry-pick patches from debian/upstreamTimo Teräs2015-08-2810-1/+687
| | | | fixes arm build among other issues
* main/libreoffice: upgrade to 5.0.1.2Natanael Copa2015-08-281-10/+10
|
* main/lxc: fix jumboframes in containersNatanael Copa2015-08-282-1/+71
|
* main/mkinitfs: add mmc and remove floppy and bootchart from configNatanael Copa2015-08-282-4/+29
|
* main/lvm2: upgrade to 2.02.129Natanael Copa2015-08-282-10/+10
|
* main/gtk+2.0: fix circular librsvg dependencyNatanael Copa2015-08-281-2/+1
| | | | | the librsvg-dev dependency was added by mistake and introduces a circular dependency, so we remove it.y
* main/util-linux: subpackages for libfdisk and libsmartcolsNatanael Copa2015-08-271-3/+17
| | | | fix make dependency for eudev too
* main/raspberrypi: update snapshot, fix buildTimo Teräs2015-08-272-11/+46
| | | | | | - linux-headers is -dev dependency - patch errors detected by gcc5.1 - workaround gcc5.1 warning (that gets treated as error)
* main/gnutls: upgrade to 3.4.4.1Natanael Copa2015-08-261-5/+9
|
* main/libsigc++: upgrade to 2.5.2Natanael Copa2015-08-261-4/+4
|
* main/shorewall6: upgrade to 4.6.12.1Natanael Copa2015-08-261-4/+4
|
* main/shorewall: upgrade to 4.6.12.1Natanael Copa2015-08-261-4/+4
|
* main/shorewall-core: upgrade to 4.6.12.1Natanael Copa2015-08-261-5/+5
|
* main/iso-codes: upgrade to 3.60Natanael Copa2015-08-261-4/+4
|
* main/lxc: upgrade to 1.1.3Natanael Copa2015-08-262-37/+5
|
* main/abuild: fix abuild-fetchNatanael Copa2015-08-262-25/+52
| | | | | we need move the saveas- and $outfile:: logic to abuild-fetch so the outfile gets correct name on those urls
* main/scons: upgrade to 2.3.6Natanael Copa2015-08-261-4/+4
|
* main/kbd: upgrade to 2.0.3Natanael Copa2015-08-264-179/+5
|
* main/joe: upgrade to 4.0Natanael Copa2015-08-261-4/+4
|
* testing/texlive: sort configure flags and add bannerSören Tempel2015-08-261-32/+33
| | | | | No pkgrel bump since this doesn't change the binary in a significant way.
* main/abuild: fix fetch to nfs directoryNatanael Copa2015-08-263-52/+316
|
* main/openssh: security fixes from upstreamNatanael Copa2015-08-264-1/+118
| | | | | | | | | | | | | | | | | | | | | | | ref #4578 CVE-2015-6563: sshd(8): Portable OpenSSH only: Fixed a privilege separation weakness related to PAM support. Attackers who could successfully compromise the pre-authentication process for remote code execution and who had valid credentials on the host could impersonate other users. Reported by Moritz Jodeit. CVE-2015-6564: sshd(8): Portable OpenSSH only: Fixed a use-after-free bug related to PAM support that was reachable by attackers who could compromise the pre-authentication process for remote code execution. Also reported by Moritz Jodeit. CVE-2015-6565: sshd(8): OpenSSH 6.8 and 6.9 incorrectly set TTYs to be world- writable. Local attackers may be able to write arbitrary messages to logged-in users, including terminal escape sequences. Reported by Nikolay Edigaryev.
* main/abuild: workaround for fetching files to an nfs shareNatanael Copa2015-08-262-4/+55
|
* main/quagga-nhrp: upgrade to 20150825Timo Teräs2015-08-251-6/+6
|
* main/lua-cqueues: upgrade to 20150811Timo Teräs2015-08-251-5/+5
|
* main/libxml2: clean up and improve deps for -devNatanael Copa2015-08-251-3/+10
| | | | | | | | - the -dev package does not need python -dev so remove that. - dont build static libc - move a shell script to -dev package fixes #4553