aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* core/apk-tools: fix another fd leak. patch from upstreamv1.9.0_alpha14Natanael Copa2009-06-152-3/+37
|
* core/mkinitfs: upgrade to 1.6Natanael Copa2009-06-122-46/+4
|
* core/busybox: fix for busybox ash and httpdNatanael Copa2009-06-123-1/+689
|
* core/git: upgrade to 1.6.3.2Natanael Copa2009-06-121-10/+21
| | | | split out perl stuff to subpackage git-perl
* core/alpine-conf: upgrade to 2.0_beta2Natanael Copa2009-06-121-2/+2
|
* core/busybox-initscripts: check if /dev is mountedNatanael Copa2009-06-123-6/+25
| | | | we also move mdev so sysinit in post-install
* core/openrc: fix for modloopNatanael Copa2009-06-122-4/+4
|
* core/busybox: upgrade to 1.14.1Natanael Copa2009-06-127-67/+282
|
* core/openrc: start modloop before hwclockNatanael Copa2009-06-112-3/+3
| | | | hwclock does modprobe and need to have the modules there
* core/alpine-base: new meta packageNatanael Copa2009-06-111-0/+18
| | | | Meta package for minimal alpine system
* core/openrc: moved hwdrivers and modloop from alpine-baselayoutNatanael Copa2009-06-114-3/+121
|
* core/alpine-baselayout: upgrade to 2.0_beta1Natanael Copa2009-06-113-59/+4
|
* core/busybox-initscripts: added klogd script and mdev stuffNatanael Copa2009-06-1110-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 stopNatanael Copa2009-06-112-1/+16
|
* core/busybox-initscripts: new aportNatanael Copa2009-06-1014-0/+267
| | | | We move many scripts from alpine-baselayout to this package.
* core/openssl: minor fixes for building packageNatanael Copa2009-06-101-2/+2
| | | | Nothing should change the final package so pkgrel is not bumped
* Merge commit 'larena/master'Natanael Copa2009-06-101-1/+1
|\
| * core/openssl: patch download url fixedLeonardo Arena2009-06-101-1/+1
| |
* | core/zlib: bump pkgrel so we force upgrade of previously bad buildv1.9.0_alpha13Natanael Copa2009-06-061-1/+1
| | | | | | | | The previous zlib build will eat your cat and kill your dog.
* | core/zlib: remove dynamic deps. add maintainerNatanael Copa2009-06-061-1/+2
| |
* | core/apk-tools: remove dynamic depNatanael Copa2009-06-061-1/+1
| | | | | | | | while we are here...
* | core/apk-tools: exit with error if compile failsNatanael Copa2009-06-061-1/+1
| |
* | core/mtools: force disable XNatanael Copa2009-06-051-2/+3
| |
* | core/mtools: force a rebuild to fix 'stack smashing detected'Natanael Copa2009-06-051-2/+2
| |
* | core/openrc: add post-upgrade script that moves the state dir to new locationNatanael Copa2009-06-052-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.0Natanael Copa2009-06-052-31/+5
| |
* | core/e2fsprogs: removing dynamic dependsNatanael Copa2009-06-041-4/+4
| |
* | core/abuild: added pax-utils to dependsNatanael Copa2009-06-041-2/+2
| |
* | core/abuild: upgrade to 1.15.2Natanael Copa2009-06-042-56/+3
| |
* | core/lvm2: upgrade to 2.02.47Natanael Copa2009-06-041-3/+3
| |
* | core/syslinux: upgrade to 3.81Natanael Copa2009-06-041-2/+2
| |
* | core/e2fsprogs: upgrade to 1.41.6Natanael Copa2009-06-041-2/+2
| |
* | core/mkinitfs: fix for encrypted apkovlsNatanael Copa2009-06-042-3/+46
| | | | | | | | should fix #40
* | core/alpine-baselayout: fixes for mdevNatanael Copa2009-06-043-3/+58
| | | | | | | | | | | | remove the faulty mdev-mount dependency from init.d/mdev require vfat for /dev/usbdisk to work on disks without partitions
* | core/alpine-baselayout: upgrade to 2.0_alpha12Natanael Copa2009-06-041-5/+4
| |
* | core/abuild: fix for buildrepoNatanael Copa2009-06-042-2/+56
| |
* | core/autoconf: set M4 since configure seems to fail find itNatanael Copa2009-06-041-7/+6
| | | | | | | | wierd thing..
* | core/abuild: upgrade to 1.15.1Natanael Copa2009-06-041-2/+2
| | | | | | | | This version of abuild handles dynamic depends
* | core/automake: upgrade to 1.11Natanael Copa2009-06-031-2/+2
| |
* | core/build-base: added g++ to dependsNatanael Copa2009-06-031-2/+3
|/ | | | | So many packages using autotools checks for g++ without using it. We add g++ to build-base so we are sure its always there.
* core/alpine-conf: upgrade to 2.0_beta1Natanael Copa2009-05-261-2/+2
|
* core/mkinitfs: upgrade to 1.5Natanael Copa2009-05-261-2/+2
|
* core/apk-tools: fix fd leakNatanael Copa2009-05-265-211/+30
| | | | and cleanup old unused patches
* core/apk-tools: upgrade to 2.0_pre12Natanael Copa2009-05-261-13/+4
|
* core/busybox: save history. fix install prefixNatanael Copa2009-05-262-5/+9
| | | | | The install prefix might differ, depending on version of abuild so we set it with sed from the APKBUILD.
* Merge remote branch 'clandmeter/master'Natanael Copa2009-05-251-2/+2
|\
| * core/curl: version bump 7.19.5Carlo Landmeter2009-05-251-2/+2
| |
* | core/openrc: load kernel modules before hwclockNatanael Copa2009-05-252-2/+3
| |
* | core/busybox: increase ash histsize to 255Natanael Copa2009-05-232-2/+2
|/
* core/libtool: split out -doc subpackageNatanael Copa2009-05-211-2/+2
|