aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: upgrade to 1.21.1Natanael Copa2013-06-301-17/+4
|
* main/xtables-addons-grsec: rebuild against kernel 3.9.8-r0Natanael Copa2013-06-301-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.9.8-r0Natanael Copa2013-06-301-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 3.9.8-r0Natanael Copa2013-06-301-1/+1
|
* main/linux-grsec: upgrade to 3.9.8 kernelNatanael Copa2013-06-304-742/+516
|
* main/linux-vanilla: upgrade to 3.9.8Natanael Copa2013-06-301-4/+4
|
* main/syslinux: update instructions for HDT, bump checksumsDubiousjim2013-06-302-6/+6
| | | | | | | | | | | | | | | | | | On Sun, Jun 30, 2013 at 02:13:29PM +0200, Natanael Copa wrote: > On Sat, 29 Jun 2013 11:49:05 -0400 > Dubiousjim <dubiousjim@gmail.com> wrote: > > > While testing that, I discovered also that HDT is no longer working on > > my machine. > > copy libgpl.c32 and libmenu.c32 in addition to hdt.c32 to /boot. > > (syslinux now uses elf format so you can use readelf or scanelf -n to > troubleshoot this kind of issues) Oh great! I've verified now that this works, and also verified that syslinux properly detects the sha256 and sha512 passwords. This patch updates the usage message for HDT. Based on current master, ignoring patch I sent a few minutes ago.
* main/syslinux: update-extlinux: autodetect poweroff.c32Natanael Copa2013-06-303-14/+17
| | | | and trivial fix for comment in conf
* main/ruby: upgrade to 2.0.0_p247Natanael Copa2013-06-301-4/+4
|
* main/syslinux: simplify passwd generation instructionsNatanael Copa2013-06-302-12/+18
| | | | | | Don't bother mention salt or other crypto algorithms. Also wrap the lines with comments.
* main/git: upgrade to 1.8.3.2Natanael Copa2013-06-301-4/+4
|
* main/qemu: upgrade to 1.5.1Natanael Copa2013-06-301-5/+5
|
* main/syslinux: use cmp -s instead of cmp --quiet due to busyboxNatanael Copa2013-06-302-5/+5
|
* main/syslinux: update checksums and bump pkgrelDubiousjim2013-06-301-7/+7
|
* main/syslinux: hooks for bootloader passwordDubiousjim2013-06-302-0/+19
| | | | | | | | | | | | | | | | | | | | | | | We allow a password to be set in /etc/update-extlinux.conf. Instructions for generating this are in /etc/update-extlinux.conf. For reference, here is another (equivalent) way to generate the MD5 password: openssl passwd -1 -salt yy pass If one sets a password, one will presumably want to make /etc/update-extlinux.conf world-unreadable. We don't do that for you; however we do make sure when a password is present to make the /boot/extlinux.conf files we generate be world-unreadable. Of the auto-generated entries, only HDT (if this is generated) is now configured to respect the password; however, you can include "MENU PASSWD" in any entries you put in /etc/update-extlinux.d/. For example, I configure my BIOS to only boot from the internal drive, but I have an entry in /etc/update-extlinux.d that permits chain-booting from a USB key, and I have this entry configured to also require the password. (The BIOS is also passworded, so that these settings can't be changed willy-nilly.) Conflicts: main/syslinux/update-extlinux.conf
* main/syslinux: don't create backup when no changesDubiousjim2013-06-301-6/+10
|
* main/syslinux: add Hardware Detection Tool entryDubiousjim2013-06-302-2/+15
| | | | | | | | | | | | | | | | HDT provides a curses-like interface to display lots of hardware info about your machine at bootloader time. We don't install /boot/hdt.c32, but if it's present (it can be copied from /usr/share/syslinux/hdt.c32), we add a menu entry for it---in preference to, rather than in addition to, memtest, since HDT has a menu entry which invokes memtest. Using HDT to its full capacity requires finding or generating modules.pcimap and pci.ids files for your machine, and installing them in /boot. We might want to document this, which I don't here (but the online docs for HDT do). These aren't required to use other functionality of HDT; and it's pretty useful already without those.
* main/syslinux: add reboot entryDubiousjim2013-06-302-0/+11
| | | | | | | | | | | | | | | | We don't install /boot/reboot.c32, but if it's present (it can be copied from /usr/share/syslinux/reboot.c32), we add a menu entry for it---just like with memtest. Add a comment to /etc/update-extlinux.conf stating this. It'd already be possible to get a reboot entry using the /etc/update-extlinux.d/ folder, but this patch provides a more intelligent framework with nicer layout. The syslinux sourceball also provides a shutdown module, but I couldn't get this to work and looking at the sources reveals it to be for machines with APM enabled. Not sure how many machines that applies to anymore.
* main/syslinux: reorganize menu layoutDubiousjim2013-06-301-5/+9
| | | | | | Add a blank line between any entries added from /etc/update-extlinux.d/*. Move the memtest entry (if any) after a separator line, below these.
* main/syslinux: use more specific LINUX (instead of KERNEL) for kernelsDubiousjim2013-06-301-1/+1
|
* main/syslinux: use more specific COM32 (instead of KERNEL) for mboot.c32Dubiousjim2013-06-301-1/+1
|
* main/syslinux: fix/refactor initramfsDubiousjim2013-06-301-6/+7
| | | | | | | | | | If xen.gz is present, there are multiple kernels, and later ones lack an initramfs, they'll currently be (wrongly) configured to use a initramfs anyway. Fixed. We also refactor the check for /boot/initramfs-$tag, and configure this using a separate INITRD line, instead of adding it to the APPEND line. In passing, this also closes a second might-use-a-stale-initramfs bug.
* main/rxvt-unicode: bump pkgrel so builders pick latest changesNatanael Copa2013-06-281-1/+1
|
* main/libxft: rebuild so we get provides = so:libXftNatanael Copa2013-06-281-1/+1
|
* main/rxvt-unicode: fix gentables shebangDubiousjim2013-06-282-0/+12
|
* main/rxvt-unicode: trivial refactorDubiousjim2013-06-281-1/+1
|
* main/rxvt-unicode: use local loop varDubiousjim2013-06-281-0/+1
|
* main/rxvt-unicode: fix makedependsDubiousjim2013-06-281-1/+1
| | | | | | | | ncurses is needed for its /usr/bin/tic. The Changes file says in the entry for v9.10 that fontconfig and xrender are needed for Xft support; we compile with --enable-xft and required libxft-dev and libxrender-dev, but omitted fontconfig-dev.
* main/multipath-tools: create pidfileLeonardo Arena2013-06-282-3/+13
|
* main/ncurses: fix config optionDubiousjim2013-06-281-1/+1
| | | | | We had --disable-ada, which is in fact ignored (check the config.status). The correct option here is --without-ada.
* main/mutt: bump pkgrel so it gets rebuilt against gdbmNatanael Copa2013-06-281-1/+1
|
* main/mutt: depend on gdbm-dev instead of db-devDubiousjim2013-06-281-1/+1
| | | | | | | The --enable-hcache config options demands some DB headers/lib be present; currently we specify db in the APKBUILD, however this version of mutt only seems to recognize db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also accepts.
* main/cryptsetup: fix location of .pc fileDubiousjim2013-06-281-2/+4
| | | | | | | | Currently cryptsetup is installing its .pc file in /lib/pkgconfig; however, our main/pkgconf is not looking in that folder. This patch moves the .pc file from /lib/pkgconfig to /usr/lib/pkgconfig, as main/procps also does. (Alternatively, we might instead patch main/pkgconf to include /lib/pkgconfig in its default PKG_CONFIG_PATH.)
* main/usbutils: bump pkgrelNatanael Copa2013-06-281-1/+1
|
* main/usbutils: typoDubiousjim2013-06-281-1/+1
|
* main/tftp-hpa: bump pkgrelNatanael Copa2013-06-281-1/+1
|
* main/tftp-hpa: typoDubiousjim2013-06-281-1/+1
|
* main/live-media: use local loop varsDubiousjim2013-06-281-1/+1
|
* main/acf-provisioning: upgrade to 0.3.2Ted Trask2013-06-281-4/+4
|
* main/linux-virt-grsec: upgrade to 3.9.7Leonardo Arena2013-06-272-463/+1032
|
* main/py-simplejson: moved from testingNatanael Copa2013-06-261-0/+41
|
* main/atheme-iris: moved from testingNatanael Copa2013-06-265-0/+109
|
* main/ruby-rack: downgrade to 1.4.5 to satisfy redmineCarlo Landmeter2013-06-261-3/+5
|
* main/xen: fix xsa57 (CVE-2013-2211)Natanael Copa2013-06-262-1/+338
| | | | | ref #2117 fixes #2122
* main/lua-xctrl: upgrade to 2013.06.20Natanael Copa2013-06-261-3/+5
|
* main/tmux: add ncurses-terminfo as a dependencyNatanael Copa2013-06-261-2/+2
| | | | ref #2116
* main/linux-vanilla: upgrade to 3.9.7Natanael Copa2013-06-263-14/+14
|
* main/gnumeric: upgrade to 1.12.3Natanael Copa2013-06-261-4/+4
|
* main/goffice: upgrade to 0.10.3Natanael Copa2013-06-261-6/+6
|
* main/xf86-video-intel: upgrade to 2.21.10Natanael Copa2013-06-261-4/+4
|