aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | core/linux-grsec: upgrade to 2.6.28.7Natanael Copa2009-03-032-14/+41
| | | | | | | | | | | | | | | | | | * added BSD process accounting * enabled highmem * enabled SCSI_SAS_ATA
| * | testing/nmap: moved from extraNatanael Copa2009-03-031-0/+0
| | | | | | | | | | | | There are some issues with uclibc++ that needs to be sorted out
| * | extra/tiff: moved from testingNatanael Copa2009-03-021-0/+0
| | |
| * | initial commitCameron Banta2009-03-021-0/+54
| | |
| * | initial commitCameron Banta2009-03-021-0/+48
| | |
| * | extra/screen Initial commitMichael Mason2009-03-022-0/+305
| | |
| * | extra/acct: split -doc pkgNatanael Copa2009-03-021-5/+6
| | |
| * | core/automake: add perl to dependsNatanael Copa2009-03-021-2/+4
| | | | | | | | | | | | Thanks to Carlo Landmeter for catching this.
| * | Merge remote branch 'clandmeter/master'Natanael Copa2009-03-021-0/+25
| |\ \
| * | | extra/fetchmail: split out fetchmailconf to a separate packageNatanael Copa2009-02-271-4/+14
| | | |
| * | | extra/fetchmail Initial CommitMichael Mason2009-02-272-0/+59
| | | |
| * | | extra/gawk: set contributor and maintainerNatanael Copa2009-02-271-2/+2
| | | |
| * | | extra/gawk Initial CommitMichael Mason2009-02-271-0/+28
| | | |
| * | | extra/quagga: fix checksumNatanael Copa2009-02-261-1/+1
| | | |
| * | | core/busybox: support for depmod -rNatanael Copa2009-02-262-1/+25
| | | | | | | | | | | | | | | | so we can build linux kernel
| * | | extra/ping: fix init.d scriptTed Trask2009-02-262-4/+4
| | | |
| * | | testing/device-mapper: new aportLeonardo Arena2009-02-261-0/+26
| | | |
| * | | testing/fetch-crl: install confing correct placeNatanael Copa2009-02-261-1/+1
| | | |
| * | | testing/fetch-crl: added patch for bb wget supportNatanael Copa2009-02-262-3/+48
| | | | | | | | | | | | | | | | | | | | if WGET_RETRIES WGET_TIMEOUT or WGET_TIMESTAMPING is set you'll need GNU wget.
| * | | core/busybox: modprobe speedup patch refreshTimo Teras2009-02-263-49/+147
| | | | | | | | | | | | | | | | | | | | Make the trivial cases faster. E.g. when probing module by exact name, do not parse the alias maps.
| * | | extra/chrony: patch for setting correct source ip on replies on mulihomed boxNatanael Copa2009-02-252-1/+245
| | | |
| * | | extra/pingu: removed bogus install fileNatanael Copa2009-02-251-30/+0
| | | |
| * | | extra/pingu: added missing init.d and install fileNatanael Copa2009-02-252-0/+57
| | | | | | | | | | | | | | | | sorry...
| * | | extra/htop: bump pkgrelNatanael Copa2009-02-251-1/+1
| | | |
| * | | Merge remote branch 'clandmeter/master'Natanael Copa2009-02-2510-1/+314
| |\ \ \
| * | | | extra/quagga: use full path to ip so we force use of iproute2Natanael Copa2009-02-252-2/+2
| | | | |
| * | | | core/busybox: speed up modprobe -aTimo Teras2009-02-252-1/+372
| | | | | | | | | | | | | | | | | | | | experimental patch to speed up bootup time.
| * | | | core/alpine-baselayout: upgrade to 2.0_alpha5Natanael Copa2009-02-251-4/+3
| | | | | | | | | | | | | | | | | | | | we're giving 'release early, release often' new meaning...
| * | | | extra/quagga: depend on iproute2 due to a bug in bb ip route flushNatanael Copa2009-02-251-2/+2
| | | | |
| * | | | core/alpine-baselayout: symlink /etc/mtab to /proc/mountsNatanael Copa2009-02-251-1/+2
| | | | |
| * | | | core/alpine-baselayout: upgrade to 2.0_alpha4Natanael Copa2009-02-251-5/+3
| | | | |
| * | | | extra/quagga: set permission in post_installNatanael Copa2009-02-242-3/+4
| | | | | | | | | | | | | | | | | | | | files and dirs are not there during pre_install
| * | | | extra/tinydns: copy in root servers for dnscache and allow 127.x by defaultNatanael Copa2009-02-241-2/+8
| | | | |
| * | | | extra/postgresql: new aportNatanael Copa2009-02-243-0/+216
| | | | | | | | | | | | | | | | | | | | | | | | | A sophisticated object-relational DBMS http://www.postgresql.org/
| * | | | extra/tinyproxy: run as "tinyproxy" by default. fixed it so it worksNatanael Copa2009-02-244-61/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - run sed to set correct user, group and pidfile in default config - copied init.d script from gentoo - killed unused conf.d file. - fix installscript to create user and set perms to pidfile dir - actually install the init.d script
| * | | | extra/tinyproxy Initial commit of fileMichael Mason2009-02-244-0/+112
| | | | |
| * | | | extra/cracklib: split out cracklib-devNatanael Copa2009-02-241-3/+3
| | | | |
| * | | | extra/cracklib Initial CommitMichael Mason2009-02-241-0/+31
| | | | |
| * | | | extra/lzo: enable sharded objects and split out -devNatanael Copa2009-02-241-5/+3
| | | | | | | | | | | | | | | | | | | | also removed commented out (dead) code.
| * | | | extra/lzo LZO APKBUILDMichael Mason2009-02-241-0/+29
| | | | |
| * | | | testing/tiff: removed uclibc++ since we use --disable-cxxNatanael Copa2009-02-231-3/+1
| | | | | | | | | | | | | | | | | | | | also added uclibc dependency while i was there
| * | | | New APKBUILD for testing/tiff packageMichael Mason2009-02-231-0/+28
| | | | |
| * | | | extra/cutter: bump pkgrel. fix some whitespace damageNatanael Copa2009-02-231-4/+4
| | | | |
| * | | | Shortened the desription, added uclibc to depends, and changed the install lineMichael Mason2009-02-231-9/+6
| | | | |
| * | | | Adding cutter APKBUILDms13sp2009-02-231-0/+30
| | | | |
| * | | | extra/nano: moved from coreNatanael Copa2009-02-231-0/+0
| | | | |
| * | | | nano for alpinev1.9 first packagems13sp2009-02-231-0/+33
| | | | |
| * | | | core/uclibc: install getentNatanael Copa2009-02-231-5/+6
| | | | |
* | | | | extra/libid3tag: new aportCarlo Lanmdeter2009-03-051-0/+27
| | | | |
* | | | | extra/logrotate: new aportCarlo Lanmdeter2009-03-051-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Waiting for abuild to support https to change source to: https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.8.tar.gz