Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-vanilla: upgrade to 4.19.49 | Natanael Copa | 2019-06-10 | 1 | -2/+2 | |
| | ||||||
* | main/linux-vanilla: enable some driver for sunxi boards | Milan P. Stanić | 2019-06-10 | 2 | -9/+14 | |
| | | | | | | enable serial console for some Allwinner/sunxi boards increase number of uarts to 8 enable st_emac and stmmac ethernet drivers | |||||
* | main/syslinux: Apply Debian's patch to fix HDT. | Daniel Isaksen | 2019-06-10 | 2 | -2/+40 | |
| | | | | | | | | | With the current GCC 8.2.0 from Debian, a section of code calling pow() in zzjson_parse.c is turned into a sequence calling exp(). Since no exp() implementation is available in syslinux those optimizations need to be disabled. Closes #10546 | |||||
* | main/openrc: Fix respawn_max=0 | Chloe Kudryavtsev | 2019-06-10 | 2 | -1/+35 | |
| | | | | | | This is an off-by-one error fixed in April. Latest release is in February. Ths adds a patch for the interim with a note on when to remove it. | |||||
* | main/libmicrohttpd: upgrade to 0.9.64 | prspkt | 2019-06-10 | 1 | -3/+3 | |
| | | | | | - Add static subpackage. Closes GH-8711 | |||||
* | main/mozjs60: upgrade to 60.7.0 | Rasmus Thomsen | 2019-06-09 | 1 | -2/+3 | |
| | | | Closes GH-8687 | |||||
* | main/at-spi2-core: upgrade to 2.32.1 | Rasmus Thomsen | 2019-06-09 | 1 | -3/+3 | |
| | | | Closes GH-8658 | |||||
* | main/xf86-video-vesa: upgrade to 2.4.0 | Leo | 2019-06-09 | 1 | -6/+4 | |
| | | | Closes GH-8656 | |||||
* | main/xf86-video-ati: upgrade to 19.0.1 | Leo | 2019-06-09 | 1 | -4/+4 | |
| | | | Closes GH-8655 | |||||
* | main/pjproject: upgrade to 2.8 | Leo | 2019-06-09 | 2 | -59/+8 | |
| | | | Closes GH-8653 | |||||
* | main/vte3: upgrade to 0.56.3 | Leo | 2019-06-09 | 1 | -2/+2 | |
| | | | Closes GH-8650 | |||||
* | main/xtables-addons: upgrade to 3.3 | Leo | 2019-06-09 | 1 | -12/+4 | |
| | | | Closes GH-8648 | |||||
* | main/newt: upgrade to 0.52.21 | Leo | 2019-06-09 | 1 | -9/+8 | |
| | | | | Closes GH-8642 | |||||
* | main/weechat: upgrade to 2.5 | Leo | 2019-06-09 | 1 | -5/+13 | |
| | | | | Closes GH-8640 | |||||
* | main/dbus: consistent machine-id generation, simplify init.d | Timo Teräs | 2019-06-09 | 3 | -30/+14 | |
| | | | | | generate /etc/machine-id in both init.d and post-install scripts for consistency. modernize init.d. | |||||
* | main/libshout: upgrade to 2.4.3 | Francesco Colista | 2019-06-09 | 1 | -5/+3 | |
| | ||||||
* | community/scrot: move from main | Leo | 2019-06-09 | 1 | -40/+0 | |
| | | | | | - Has no consumers in main and is a desktop application Closes GH-8634 | |||||
* | main/curl: modernize | prspkt | 2019-06-08 | 1 | -2/+5 | |
| | | | Closes GH-8602 | |||||
* | main/curl: upgrade to 7.65.1 | prspkt | 2019-06-08 | 1 | -3/+3 | |
| | | | | | - Switch checkdepends to python3. Closes GH-8602 | |||||
* | main/binutils: security upgrade to 2.32 | J0WI | 2019-06-08 | 4 | -1303/+8 | |
| | | | Closes GH-8532 | |||||
* | main/pgpool: upgrade to 3.7.9 | J0WI | 2019-06-08 | 1 | -5/+6 | |
| | | | Closes GH-6660 | |||||
* | main/dpkg: upgrade to 1.19.7 | Leo | 2019-06-08 | 1 | -5/+5 | |
| | | | Closes GH-8631 | |||||
* | main/py-ecdsa: upgrade to 0.13.2 | Fabian Affolter | 2019-06-08 | 1 | -9/+8 | |
| | | | | Closes GH-7338 | |||||
* | main/freetds: upgrade to 1.1.6 and use https | Andy Postnikov | 2019-06-08 | 1 | -5/+5 | |
| | | | Closes GH-7133 | |||||
* | ==== release 3.10.0_rc2 ====v3.10.0_rc2 | Natanael Copa | 2019-06-07 | 1 | -1/+1 | |
| | ||||||
* | main/mkinitfs: upgrade to 3.4.3 | Natanael Copa | 2019-06-07 | 2 | -50/+3 | |
| | ||||||
* | main/py-twisted: trivial bashism fix | Natanael Copa | 2019-06-07 | 1 | -1/+1 | |
| | ||||||
* | main/py-twisted: upgrade to 19.2.1 | Leo | 2019-06-07 | 1 | -10/+28 | |
| | ||||||
* | main/u-boot: add leemaker and linksprite boards | Milan P. Stanić | 2019-06-07 | 1 | -1/+3 | |
| | | | | | add LeeMaker Banana Pi and Lamobo R1 add LinkSprite pcDuino3 Nano | |||||
* | main/at-spi2-core: pass dbus_daemon option to meson | Rasmus Thomsen | 2019-06-06 | 1 | -3/+7 | |
| | | | | | | This fixes launching at-spi2-core via its executable (as opposed to starting it via D-Bus). Also add a -doc subpackage while we're at it. Closes GH-8528 | |||||
* | main/py-redis: update to 3.2.1, adopt | Eivind Uggedal | 2019-06-05 | 1 | -9/+16 | |
| | | | | | Update to latest version, add testing (needs running redis server) and adopt the package (again). | |||||
* | main/ghi: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought ghi to the tree in 8941d8b2c32e. | |||||
* | main/xbanish: fix my mail | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/tarsnap: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought tarsnap to the tree in f448d3a548e0. | |||||
* | main/spawn-fcgi: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | | | | I brought this to the tree in 6b8500740c53. | |||||
* | main/s6-rc: fix my mail | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/redis: re-add contrib flag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I used to maintain redis. | |||||
* | main/py3-hoedown: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought hoedown to the tree in daade37f581f. | |||||
* | main/py-oauthlib: re-add conrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought py-oauthlib to the tree in 9c3b46c207fe. | |||||
* | main/py-nose: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I used to maintain py-nose. | |||||
* | main/py-jwt: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought py-jwt to the tree in 05a8daa2ad11. | |||||
* | main/mksh: fix my mail | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/herbstluftwm: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought herbstluftwm to the tree in 8edc917b05aa. | |||||
* | main/fcgiwrap: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -0/+1 | |
| | | | | I brought fcgiwrap to the tree in e9647b358bf4. | |||||
* | main/nodejs: re-add contrib tag | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | | | | I used to maintaine nodejs. | |||||
* | main/dmenu: fix my mail | Eivind Uggedal | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | community/dzen: moved from main | Eivind Uggedal | 2019-06-05 | 2 | -76/+0 | |
| | | | | | | The project seems abandoned upstream. It is also based on the latest HEAD id. I don't think it needs to be in main. When I brought it into the tree 5 years ago there were no community repo. | |||||
* | main/nss: upgrade to 3.44 | J0WI | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/samba: replace -initscript with -openrc | tcely | 2019-06-05 | 1 | -11/+5 | |
| | ||||||
* | main/iptables: upgrade to 1.8.3 | J0WI | 2019-06-05 | 2 | -66/+3 | |
| |