summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19Merge mplayerA. Wilcox1-0/+40
user/mplayer: new package See merge request adelie/packages!285
2019-07-19Merge nsd bumpA. Wilcox1-2/+2
user/nsd: Bump to 4.2.1 See merge request adelie/packages!283
2019-07-19Merge bugfix and secfix bumps for 11 July 2019A. Wilcox14-35/+44
See merge request adelie/packages!281
2019-07-18user/xdg-utils: fix many papercuts via fd.o MRsA. Wilcox6-4/+222
2019-07-18system/ncurses: bump to 6.1.20190713 (requested)A. Wilcox1-8/+5
2019-07-18experimental/cython: new package (broken)A. Wilcox1-0/+30
2019-07-17user/libinput: remove -libs subpackageA. Wilcox1-3/+3
libinput needs its quirk files, which are part of the main libinput pkg. Since this is the only thing left that isn't in -libs, just make it a single package.
2019-07-17user/libwacom: fix db properly, install udev rules properlyA. Wilcox2-15/+25
2019-07-17user/py3-sphinxcontrib-asyncio: new packageA. Wilcox1-0/+32
2019-07-17user/py3-docopt: fix wrong licenseA. Wilcox1-1/+1
2019-07-17user/py3-hbmqtt: new packageA. Wilcox1-0/+31
2019-07-17user/py3-transitions: new packageA. Wilcox1-0/+31
2019-07-17user/py3-websockets: new packageA. Wilcox1-0/+30
2019-07-17user/py3-passlib: new packageA. Wilcox1-0/+32
2019-07-17user/py3-docopt: new packageA. Wilcox1-0/+30
2019-07-17user/netsurf: patch for new cURLA. Wilcox2-5/+167
2019-07-17user/xorg-drivers: add new video driversA. Wilcox1-5/+10
2019-07-17user/xf86-video-vmware: New packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-vesa: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-vboxvideo: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-v4l: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-trident: new packageA. Wilcox1-0/+34
2019-07-17user/nsd: Bump to 4.2.1Luis Ressel1-2/+2
2019-07-17user/xf86-video-sunleo: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-sunffb: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-sisusb: new packageA. Wilcox1-0/+34
2019-07-17user/xf86-video-sis: new packageA. Wilcox3-0/+369
2019-07-17user/xf86-video-siliconmotion: new packageA. Wilcox1-0/+34
2019-07-16user/xf86-video-rendition: new packageA. Wilcox1-0/+34
2019-07-16experimental/xf86-video-omap: new package (requires libdrm with +omap)A. Wilcox1-0/+35
2019-07-16user/xf86-video-glint: new packageA. Wilcox1-0/+34
2019-07-16user/xf86-video-amdgpu: new packageA. Wilcox1-0/+35
2019-07-16system/openssh: ensure the -server subpkg is always functionalA. Wilcox1-5/+3
At least scp(1) requires the client stuff to be present on the server.
2019-07-15user/fbset: new packageA. Wilcox2-0/+43
2019-07-15system/easy-kernel: Small aarch64 fixesLuis Ressel2-51/+51
These were meant to be in my MR.
2019-07-14system/easy-kernel*: slight config tweakingA. Wilcox12-64/+114
* Use Westwood+ as default TCP cc algo, instead of CUBIC. * Ensure JFS and XFS are =y. * Allow all users to read dmesg. * Enable ALi PATA controller on pmmx.
2019-07-14Merge branch 'lr.kconf' into 'master'A. Wilcox7-2063/+3078
system/easy-kernel*: (Partly) sync kernel configs See merge request adelie/packages!282
2019-07-14system/easy-kernel*: (Partly) sync kernel configsLuis Ressel7-2063/+3078
This is an attempt at syncing the kernel configs of our different arches. So far, only the 'Networking support/Networking options', 'Filesystems', 'Security Options' and 'Cryptographic API' sections have been handled, since those require much less knowledge about some of the more exotic hardware we support than some of the other sections. Some notable changes: Network * Enable IPsec, miscellaneous tunnels, and the diag interfaces for all socket families. * Enable policy routing (for wireguard). * Make the CUBIC TCP congestion control algorithm the default everywhere, provide a few other common choices. * Support FQ_CODEL. We may want to support further QoS features. * Disable support for PF_KEY sockets, which shouldn't be required by our IPsec userland tools. * Enable most netfilter features, except for arptables/ebtables/nfacct/ nfqueue/ipset, whose userland tools we don't provide yet, and a few other very specialized options. Filesystems * Build everything except for ext4, iso9660, vfat and squashfs as modules. * Use the ext4 driver for ext2 filesystems. * Disable the kernel automounter, which is currently only enabled on ppc32 and aarch64. Security * Only grant root access to dmesg by default; this can be overriden via a sysctl. * Support Yama; it doesn't do anything unless explicitly enabled by a sysctl, and may be useful to some users. * Disable AppAarmor, which is currently only enabled on pmmx and x86_64. Crypto * Disable a lot of uncommon ciphers which are unlikely to be used by anything. * Build all crypto code as modules (where possible); this means users with a dm-crypt-encrypted root filesystem now need to provide the appropriate kernel modules in their initramfs images on all arches. * Disable support for dedicated cryptographic coprocessors; we are not in a position to evaluate their security and performance benefits or disadvantages. Other * Allow serial consoles to be used as the kernel console on all arches; this is important for VMs.
2019-07-12system/icu: fix test failure on 32-bit; resolves #88A. Wilcox2-1/+72
2019-07-12user/bash-completion: bump to 2.9A. Wilcox2-8/+84
2019-07-12system/argon2: sec bump to 20190702A. Wilcox1-7/+11
2019-07-11user/sdl2-image: [CVE] upgrade to 2.0.5Kiyoshi Aman1-2/+11
2019-07-11user/libev: upgrade to 4.27Kiyoshi Aman1-2/+2
2019-07-11user/imagemagick: upgrade to 7.0.8.53Kiyoshi Aman1-3/+3
2019-07-11user/gtk+3.0: upgrade to 3.24.10Kiyoshi Aman1-2/+2
2019-07-11user/gvim: upgrade to 8.1.1662Kiyoshi Aman1-2/+2
2019-07-11system/vim: upgrade to 8.1.1662Kiyoshi Aman1-2/+2
2019-07-11user/tumbler: upgrade to 0.2.5Kiyoshi Aman1-3/+3
2019-07-11user/thunar-volman: upgrade to 0.9.3Kiyoshi Aman1-3/+3
2019-07-11user/thunar: upgrade to 1.8.7Kiyoshi Aman1-3/+3