Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core/linux-grsec: fix for localversion handling | Natanael Copa | 2009-06-29 | 2 | -6/+5 | |
| | ||||||
* | core/linux-grsec: remove -soruces package from makedepends | Natanael Copa | 2009-06-29 | 1 | -1/+1 | |
| | ||||||
* | core/linux-grsec-sources: removed | Natanael Copa | 2009-06-29 | 6 | -37697/+0 | |
| | | | | we dont use linux-*-sources packages anymore | |||||
* | core/iscsitarget-grsec: new aport | Natanael Copa | 2009-06-29 | 3 | -0/+161 | |
| | | | | We have splitted out the kernel drivers to separate package | |||||
* | core/iscsitarget: split the kernel modules to separate APKBUILD | Natanael Copa | 2009-06-29 | 2 | -112/+8 | |
| | | | | This now only contains the userland tools | |||||
* | core/linux-grsec: upgrade to 2.6.29.5 | Natanael Copa | 2009-06-29 | 6 | -110/+41937 | |
| | | | | We also move a way from the concept of linux-sources packages. | |||||
* | core/linux-headers: upgrade to 2.6.29.5 + patch for opennhrp | Natanael Copa | 2009-06-25 | 3 | -33/+341 | |
| | | | | We also go away from the concept of kernel source packages. | |||||
* | core/uclibc: another threading fix | Natanael Copa | 2009-06-25 | 2 | -1/+28 | |
| | ||||||
* | core/installkernel: new aport | Natanael Copa | 2009-06-23 | 1 | -0/+17 | |
| | | | | | Kernel install script from debianutils http://packages.qa.debian.org/d/debianutils.html | |||||
* | core/uclibc: fix for resolv cname | Natanael Copa | 2009-06-18 | 2 | -1/+19 | |
| | ||||||
* | core/fakeroot: upgrade to 1.12.3 | Natanael Copa | 2009-06-18 | 1 | -4/+4 | |
| | ||||||
* | core/wireless_tools: new aport | Natanael Copa | 2009-06-17 | 1 | -0/+22 | |
| | | | | | Wireless Tools http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html | |||||
* | core/uclibc: fix the pthread aliasing + patch from upstream | Natanael Copa | 2009-06-17 | 3 | -2/+434 | |
| | | | | | For details: http://lists.uclibc.org/pipermail/uclibc/2009-June/042578.html | |||||
* | core/module-init-tools: upgrade to 3.8 | Natanael Copa | 2009-06-16 | 1 | -3/+3 | |
| | ||||||
* | core/gmp: upgrade to 4.3.1 | Natanael Copa | 2009-06-16 | 1 | -7/+7 | |
| | ||||||
* | core/mkinitfs: upgrade to 1.6.1 | Natanael Copa | 2009-06-16 | 1 | -2/+2 | |
| | | | | bugfix release | |||||
* | core/git: removed unused patch | Natanael Copa | 2009-06-16 | 1 | -125/+0 | |
| | ||||||
* | core/binutils: upgrade to 2.19.51.0.9 | Natanael Copa | 2009-06-16 | 1 | -4/+4 | |
| | ||||||
* | core/uclibc: switch to linuxthreads.new | Natanael Copa | 2009-06-15 | 2 | -6/+6 | |
| | | | | | the .old implementation have lots of issues that seems to be non-trivial to fix. We try with linuxthreads.new | |||||
* | core/busybox: use ash fix from upstream | Natanael Copa | 2009-06-15 | 3 | -32/+16 | |
| | | | | from here: http://busybox.net/downloads/fixes-1.14.1/ | |||||
* | core/apk-tools: fix another fd leak. patch from upstream | Natanael Copa | 2009-06-15 | 2 | -3/+37 | |
| | ||||||
* | core/mkinitfs: upgrade to 1.6 | Natanael Copa | 2009-06-12 | 2 | -46/+4 | |
| | ||||||
* | core/busybox: fix for busybox ash and httpd | Natanael Copa | 2009-06-12 | 3 | -1/+689 | |
| | ||||||
* | core/git: upgrade to 1.6.3.2 | Natanael Copa | 2009-06-12 | 1 | -10/+21 | |
| | | | | split out perl stuff to subpackage git-perl | |||||
* | core/alpine-conf: upgrade to 2.0_beta2 | Natanael Copa | 2009-06-12 | 1 | -2/+2 | |
| | ||||||
* | core/busybox-initscripts: check if /dev is mounted | Natanael Copa | 2009-06-12 | 3 | -6/+25 | |
| | | | | we also move mdev so sysinit in post-install | |||||
* | core/openrc: fix for modloop | Natanael Copa | 2009-06-12 | 2 | -4/+4 | |
| | ||||||
* | core/busybox: upgrade to 1.14.1 | Natanael Copa | 2009-06-12 | 7 | -67/+282 | |
| | ||||||
* | core/openrc: start modloop before hwclock | Natanael Copa | 2009-06-11 | 2 | -3/+3 | |
| | | | | hwclock does modprobe and need to have the modules there | |||||
* | core/alpine-base: new meta package | Natanael Copa | 2009-06-11 | 1 | -0/+18 | |
| | | | | Meta package for minimal alpine system | |||||
* | core/openrc: moved hwdrivers and modloop from alpine-baselayout | Natanael Copa | 2009-06-11 | 4 | -3/+121 | |
| | ||||||
* | core/alpine-baselayout: upgrade to 2.0_beta1 | Natanael Copa | 2009-06-11 | 3 | -59/+4 | |
| | ||||||
* | core/busybox-initscripts: added klogd script and mdev stuff | Natanael Copa | 2009-06-11 | 10 | -13/+279 | |
| | | | | | | | we split the syslogd and klogd into different scripts since klog should not be run in vserver while syslog should. the mdev config and helper scripts were moved from alpine-baselayout too | |||||
* | core/openrc: fix for hwclock stop | Natanael Copa | 2009-06-11 | 2 | -1/+16 | |
| | ||||||
* | core/busybox-initscripts: new aport | Natanael Copa | 2009-06-10 | 14 | -0/+267 | |
| | | | | We move many scripts from alpine-baselayout to this package. | |||||
* | core/openssl: minor fixes for building package | Natanael Copa | 2009-06-10 | 1 | -2/+2 | |
| | | | | Nothing should change the final package so pkgrel is not bumped | |||||
* | Merge commit 'larena/master' | Natanael Copa | 2009-06-10 | 1 | -1/+1 | |
|\ | ||||||
| * | core/openssl: patch download url fixed | Leonardo Arena | 2009-06-10 | 1 | -1/+1 | |
| | | ||||||
* | | core/zlib: bump pkgrel so we force upgrade of previously bad build | Natanael Copa | 2009-06-06 | 1 | -1/+1 | |
| | | | | | | | | The previous zlib build will eat your cat and kill your dog. | |||||
* | | core/zlib: remove dynamic deps. add maintainer | Natanael Copa | 2009-06-06 | 1 | -1/+2 | |
| | | ||||||
* | | core/apk-tools: remove dynamic dep | Natanael Copa | 2009-06-06 | 1 | -1/+1 | |
| | | | | | | | | while we are here... | |||||
* | | core/apk-tools: exit with error if compile fails | Natanael Copa | 2009-06-06 | 1 | -1/+1 | |
| | | ||||||
* | | core/mtools: force disable X | Natanael Copa | 2009-06-05 | 1 | -2/+3 | |
| | | ||||||
* | | core/mtools: force a rebuild to fix 'stack smashing detected' | Natanael Copa | 2009-06-05 | 1 | -2/+2 | |
| | | ||||||
* | | core/openrc: add post-upgrade script that moves the state dir to new location | Natanael Copa | 2009-06-05 | 2 | -3/+13 | |
| | | | | | | | | | | state dir has moved to /libexec/rc/init.d. By move the state in post-upgrade we dont need to reboot. | |||||
* | | core/openrc: upgrade to 0.5.0 | Natanael Copa | 2009-06-05 | 2 | -31/+5 | |
| | | ||||||
* | | core/e2fsprogs: removing dynamic depends | Natanael Copa | 2009-06-04 | 1 | -4/+4 | |
| | | ||||||
* | | core/abuild: added pax-utils to depends | Natanael Copa | 2009-06-04 | 1 | -2/+2 | |
| | | ||||||
* | | core/abuild: upgrade to 1.15.2 | Natanael Copa | 2009-06-04 | 2 | -56/+3 | |
| | | ||||||
* | | core/lvm2: upgrade to 2.02.47 | Natanael Copa | 2009-06-04 | 1 | -3/+3 | |
| | |