Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/parted: removed uclibc from makedependsv1.9.0_alpha7 | Natanael Copa | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | extra/sfic: move from core | Natanael Copa | 2009-04-13 | 1 | -25/+0 |
| | | | | no longer used by lbu | ||||
* | extra/tdb: moved from core | Natanael Copa | 2009-04-13 | 3 | -81/+0 |
| | | | | Is not used by lbu commit anymore | ||||
* | core/syslinux: upgrade to 3.74 | Natanael Copa | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | core/sudo: upgrade to 1.7.0 | Natanael Copa | 2009-04-13 | 1 | -7/+6 |
| | |||||
* | core/mtools: upgrade to 4.0.10 | Natanael Copa | 2009-04-13 | 1 | -4/+4 |
| | |||||
* | core/module-init-tools: do not run make install in parallel | Natanael Copa | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | core/module-init-tools: upgrade to 3.5 | Natanael Copa | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | core/mdadm: upgrade to 2.6.9 | Natanael Copa | 2009-04-13 | 1 | -4/+4 |
| | |||||
* | core/m4: upgrade to 1.4.13 | Natanael Copa | 2009-04-13 | 1 | -2/+3 |
| | |||||
* | core/lvm2: upgrade to 2.02.45 | Natanael Copa | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | core/git: upgrade to 1.6.2.3 | Natanael Copa | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | core/file: upgrade to 5.00 | Natanael Copa | 2009-04-13 | 2 | -8/+26 |
| | | | | disabled useless check for C++ while there | ||||
* | core/fakeroot: upgrade to 1.12.2 | Natanael Copa | 2009-04-13 | 1 | -3/+4 |
| | |||||
* | core/e2fsprogs: upgrade to 1.41.4 | Natanael Copa | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | core/bison: upgrade to 2.4.1 | Natanael Copa | 2009-04-13 | 1 | -2/+2 |
| | |||||
* | core/automake: upgrade to 1.10.2 | Natanael Copa | 2009-04-13 | 1 | -3/+3 |
| | |||||
* | core/libpcap: fix for tcpdump -i any | Natanael Copa | 2009-04-10 | 2 | -4/+167 |
| | | | | | patch found here: http://github.com/mcr/libpcap/commit/8fa17a5a554aaeb85d3ec4118b45a31f1efd6808 | ||||
* | core/xtables-addons: upgrade to 1.14 | Natanael Copa | 2009-04-09 | 1 | -12/+14 |
| | | | | | We would like to reuse the apkbuild for all kernel flavors in future. Some initial works was done here but needs to be thought of more. | ||||
* | core/linux-grsec: disable rpcbind v4, enable uvesa fb driver | Natanael Copa | 2009-04-08 | 2 | -7/+8 |
| | | | | rpcbind 4 does not work with portmap so this is needed to get nfsd work | ||||
* | core/linux-grsec: change arch to Pentium-classic. Enable XEN paravirt support | Natanael Copa | 2009-04-08 | 2 | -31/+28 |
| | |||||
* | core/linux-grsec: build for 586. install Module.symvers | Natanael Copa | 2009-04-07 | 2 | -13/+17 |
| | | | | We need Module.symvers to build kernel module packages | ||||
* | core/openssl: upgrade to 0.9.8k | Natanael Copa | 2009-04-07 | 2 | -6/+83 |
| | |||||
* | core/iptables: disable usless C++ tests | Natanael Copa | 2009-04-06 | 2 | -0/+17 |
| | |||||
* | core/iptables: upgrade to 1.4.3.2 | Natanael Copa | 2009-04-06 | 2 | -19/+2 |
| | |||||
* | core/parted: disable useless check for C++ | Natanael Copa | 2009-04-02 | 2 | -2/+21 |
| | |||||
* | core/parted: new aport | Natanael Copa | 2009-04-02 | 1 | -0/+22 |
| | |||||
* | core/uclibc: add basic support for pthread_getattr_np | Natanael Copa | 2009-04-02 | 2 | -1/+140 |
| | | | | Needed by webkit | ||||
* | core/abuild: upgrade to 1.14 | Natanael Copa | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | core/openssh: fix path to xauth | Natanael Copa | 2009-04-01 | 1 | -1/+5 |
| | |||||
* | core/abuild: upgrade to 1.13 | Natanael Copa | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | core/alpine-baselayout: upgrade to 2.0_alpha7 | Natanael Copa | 2009-03-27 | 1 | -17/+2 |
| | |||||
* | core/busybox: create /tmp dir | Natanael Copa | 2009-03-27 | 1 | -1/+2 |
| | | | | | | | | | | | | the --initdb will be ignored if there are a /var/lib/apk/world file and will not create the needed /tmp. Since the apkovl contains this file, the /tmp will never be created, which causes busybox.post-install to fail due to the missing /tmp. The /tmp is provided by alpine-baselayout which depends on busybox so its not there whel busybox is installed. As a workaround we add /tmp to busybox package. The correct way to handle this is to make apk add create /tmp if its not there already when extracting the install script. | ||||
* | core/busybox: include the /bin/sh link so post-install works | Natanael Copa | 2009-03-27 | 3 | -7/+7 |
| | |||||
* | core/binutils: upgrade to 2.19.51.0.3 | Natanael Copa | 2009-03-26 | 1 | -7/+4 |
| | | | | and fix the --disable-nls | ||||
* | core/dosfstools: new aport | Natanael Copa | 2009-03-25 | 1 | -0/+21 |
| | | | | | DOS filesystem utilities http://www.daniel-baumann.ch/software/dosfstools/ | ||||
* | core/alpine-conf: workaround for lbu to find libalpine.sh | Natanael Copa | 2009-03-25 | 1 | -1/+5 |
| | |||||
* | core/xtables-addons: upgrade to 1.13 and kernel 2.6.28.9 | Natanael Copa | 2009-03-25 | 1 | -4/+4 |
| | |||||
* | core/iptables: upgraded to 1.4.3.1 | Natanael Copa | 2009-03-25 | 2 | -58/+4 |
| | |||||
* | core/linux-grsec: upgrade to 2.6.28.9 kernel | Natanael Copa | 2009-03-25 | 1 | -2/+2 |
| | |||||
* | core/linux-grsec-sources: upgrade to 2.6.28.9 | Natanael Copa | 2009-03-25 | 1 | -6/+5 |
| | | | | and grsecurity-2.1.13-2.6.28.8-200903191958 | ||||
* | core/busybox: create /usr/bin /usr/sbin | Natanael Copa | 2009-03-24 | 1 | -3/+4 |
| | | | | the dirs are needed for busybox --install -s in post-install/upgrade | ||||
* | extra/wget: restore busybox links on deinstall | Natanael Copa | 2009-03-20 | 12 | -787/+568 |
| | |||||
* | core/apk-tools: upgrade to 2.0_pre10 | Natanael Copa | 2009-03-20 | 1 | -2/+2 |
| | |||||
* | core/alpine-baselayout: upgrade to 2.0_alpha6 | Natanael Copa | 2009-03-19 | 1 | -2/+4 |
| | | | | missed one annoying thing that i workaround with a sed line :-( | ||||
* | core/alpine-conf: upgrade to 2.0_alpha4 | Natanael Copa | 2009-03-19 | 1 | -2/+2 |
| | |||||
* | core/xtables-addons: upgrade to 1.12 | Natanael Copa | 2009-03-19 | 2 | -10/+10 |
| | |||||
* | core/linux-grsec: compile in md into kernel so raidautorun works | Natanael Copa | 2009-03-19 | 2 | -27/+5 |
| | |||||
* | Merge remote branch 'clandmeter/master' | Natanael Copa | 2009-03-17 | 1 | -3/+3 |
|\ | |||||
| * | core/curl: upgrade to 7.19.4 | Carlo Lanmdeter | 2009-03-16 | 1 | -3/+3 |
| | |