Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | core/e2fsprogs: fix dependencies for subpackages | Natanael Copa | 2009-03-17 | 1 | -1/+3 | |
|/ | ||||||
* | core/git: upgradede to 1.6.2.1 | Natanael Copa | 2009-03-16 | 1 | -3/+3 | |
| | ||||||
* | core/mpfr: upgrade to 2.4.1 | Natanael Copa | 2009-03-16 | 1 | -11/+7 | |
| | | | | and misc cleanup | |||||
* | testing/linux-vserver-sources: moved from core | Natanael Copa | 2009-03-13 | 3 | -386/+0 | |
| | ||||||
* | core/alpine-conf: upgrade to 2.0_alpha3 | Natanael Copa | 2009-03-13 | 1 | -6/+6 | |
| | ||||||
* | core/linux-vserver-sources: new aport | Natanael Copa | 2009-03-13 | 3 | -0/+386 | |
| | | | | | Linux kernel sources with vserver patch http://linux-vserver.org | |||||
* | core/uclibc: enable res_close() and use netlink for network interfaces | Natanael Copa | 2009-03-11 | 2 | -6/+7 | |
| | ||||||
* | core/uclibc: install utils (ldd and ldconfig) | Natanael Copa | 2009-03-11 | 1 | -2/+2 | |
| | ||||||
* | core/uclibc: fix res_query error codes | Natanael Copa | 2009-03-10 | 4 | -2632/+20 | |
| | | | | https://bugs.busybox.net/show_bug.cgi?id=173 | |||||
* | core/gcc: separate libgcc pakage. adde binutils to depends | Natanael Copa | 2009-03-10 | 1 | -3/+10 | |
| | ||||||
* | core/libtool: handle the dependencies correctly | Natanael Copa | 2009-03-10 | 1 | -2/+2 | |
| | ||||||
* | core/openntpd: remove unused .install script | Natanael Copa | 2009-03-10 | 1 | -11/+0 | |
| | ||||||
* | core/abuild: upgrade to 1.12 | Natanael Copa | 2009-03-10 | 1 | -2/+2 | |
| | ||||||
* | core/beecrypt: add base64 patch, use uclibc++ | Natanael Copa | 2009-03-09 | 2 | -4/+29 | |
| | | | | | TODO: we probably dont need to link to uclibc++ at all, but if we dont, it seems like the .so is not created at all. wierdo. | |||||
* | core/libtool: add libltdl as a dep from libtool | Natanael Copa | 2009-03-09 | 1 | -2/+3 | |
| | ||||||
* | core/libpcap: added missing patch | Natanael Copa | 2009-03-09 | 1 | -0/+13 | |
| | ||||||
* | core/openntpd: install script fix | Natanael Copa | 2009-03-06 | 2 | -4/+12 | |
| | ||||||
* | core/abuild: upgrade to 1.11 | Natanael Copa | 2009-03-06 | 1 | -2/+2 | |
| | | | | this have new install script format | |||||
* | core/uclibc: upgrade to 0.9.30.1 | Natanael Copa | 2009-03-06 | 1 | -15/+4 | |
| | ||||||
* | core/openssh: change version string to match the versioning rules | Natanael Copa | 2009-03-05 | 1 | -4/+5 | |
| | ||||||
* | core/apk-tools: upgrade to 2.0_pre9 | Natanael Copa | 2009-03-04 | 1 | -2/+3 | |
| | ||||||
* | core/uclibc++: fix associative_base | Natanael Copa | 2009-03-03 | 2 | -36/+12 | |
| | | | | | | The patch found to make uclibc++ build with gcc-4.3.x broke associative_base this is an updated patch which only solves gcc-4.3 compiling. also renamed it so its more clear why its here. | |||||
* | core/linux-grsec-sources: upgrade to 2.6.28.7 | Natanael Copa | 2009-03-03 | 1 | -4/+5 | |
| | ||||||
* | core/linux-grsec: upgrade to 2.6.28.7 | Natanael Copa | 2009-03-03 | 2 | -14/+41 | |
| | | | | | | * added BSD process accounting * enabled highmem * enabled SCSI_SAS_ATA | |||||
* | core/automake: add perl to depends | Natanael Copa | 2009-03-02 | 1 | -2/+4 | |
| | | | | Thanks to Carlo Landmeter for catching this. | |||||
* | core/busybox: support for depmod -r | Natanael Copa | 2009-02-26 | 2 | -1/+25 | |
| | | | | so we can build linux kernel | |||||
* | core/busybox: modprobe speedup patch refresh | Timo Teras | 2009-02-26 | 3 | -49/+147 | |
| | | | | | Make the trivial cases faster. E.g. when probing module by exact name, do not parse the alias maps. | |||||
* | core/busybox: speed up modprobe -a | Timo Teras | 2009-02-25 | 2 | -1/+372 | |
| | | | | experimental patch to speed up bootup time. | |||||
* | core/alpine-baselayout: upgrade to 2.0_alpha5 | Natanael Copa | 2009-02-25 | 1 | -4/+3 | |
| | | | | we're giving 'release early, release often' new meaning... | |||||
* | core/alpine-baselayout: symlink /etc/mtab to /proc/mounts | Natanael Copa | 2009-02-25 | 1 | -1/+2 | |
| | ||||||
* | core/alpine-baselayout: upgrade to 2.0_alpha4 | Natanael Copa | 2009-02-25 | 1 | -5/+3 | |
| | ||||||
* | extra/nano: moved from core | Natanael Copa | 2009-02-23 | 1 | -33/+0 | |
| | ||||||
* | nano for alpinev1.9 first package | ms13sp | 2009-02-23 | 1 | -0/+33 | |
| | ||||||
* | core/uclibc: install getent | Natanael Copa | 2009-02-23 | 1 | -5/+6 | |
| | ||||||
* | core/alpine-baselayout: create /tmp dir | Natanael Copa | 2009-02-20 | 1 | -1/+4 | |
| | ||||||
* | core/alpine-conf: upgrade to 2.0_alpha2 | Natanael Copa | 2009-02-20 | 1 | -4/+2 | |
| | ||||||
* | core/groff: moved from extra | Natanael Copa | 2009-02-20 | 1 | -0/+22 | |
| | | | | mdadm needs it to build | |||||
* | core/mdadm: +1 pkgrel | Carlo Lanmdeter | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | core/mdadm: add init.d script to start raid on boot. | Carlo Lanmdeter | 2009-02-20 | 2 | -1/+23 | |
| | ||||||
* | core/abuild: upgrade to 1.10 | Natanael Copa | 2009-02-20 | 1 | -2/+2 | |
| | ||||||
* | core/alpine-conf: fix bug. move to /usr | Natanael Copa | 2009-02-20 | 1 | -7/+8 | |
| | ||||||
* | core/e2fsprogs: fix proper dependencies | Natanael Copa | 2009-02-20 | 1 | -3/+3 | |
| | ||||||
* | core/linux-sources,headers: upgrade to 2.6.28.5 | Natanael Copa | 2009-02-19 | 2 | -3/+6 | |
| | | | | remove drm.h as its provided by libdrm (for now?) |