Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/dropbear: upgrade to 2015.68 | Eivind Uggedal | 2015-09-07 | 2 | -4/+9 | |
| | | | | Also generate ECDSA-Hostkey on startup. | |||||
* | main/openvswitch: update to 2.4.0 | Stuart Cardall | 2015-09-07 | 3 | -28/+43 | |
| | | | | | | | | | | | | | | | *** NB: please move openvswitch-2.3.2-r1.apk in edge ---> stable *** Changes in 2.4.0: https://github.com/openvswitch/ovs/blob/master/NEWS Added bash-completions ovs 2.3.2 & 2.4.0 both have partial support for LXC: see: https://github.com/itoffshore/lxc-scripts ovsup / ovsdown stop LXC containers losing connectivity when networking is restarted. | |||||
* | main/openvswitch: fix ifupdown script | Stuart Cardall | 2015-09-07 | 3 | -19/+23 | |
| | | | | | | | | starting ovs-vswitchd from the ifupdown script did not start the depends during boot. ovs will now start correctly with networking if it is stopped or if none of the ovs services have been configured. | |||||
* | main/wpa_supplicant: add wpa_cli(8) action script | Sören Tempel | 2015-09-07 | 2 | -5/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This action script manages the associated network interfaces. It start them when wpa_supplicant successfully established a connection and it stops them when wpa_supplicant disconnected from an access point. When traveling between different location / networks / access points with my laptop I noticed that udhcpc didn't automatically require a new lease and had to be restarted each time I was associated with a new access point. I had to manually invoke `ifdown <interface> && ifup <interface>` each time I associated with a new access point. Searching for solutions I looked at gentoo's netifrc[1] and noticed that they are using a wpa_cli(8) action script[2] to solve this. I read the gentoo action script[3] and decided to write a new action script for alpine loosely based on gentoo's version. This is the result. Maybe there is a better way to solve this problem if so I would to hear about it. Otherwise I believe that this is the best approach to solve it. It should also make it unnecessary to add the wpa_supplicant service to the boot level since it doesn't need to be started before the networking service anymore. The action script has to be started manually using `wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh` currently. I couldn't decide how to start it automatically. Gentoo starts it as a part of netifrc using start-stop-daemon[4]. Maybe we should start it with the same options from the wpa_supplicant OpenRC service? [1]: https://gitweb.gentoo.org/proj/netifrc.git [2]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n54 [3]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_cli.sh [4]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n164 | |||||
* | main/lua-asn1: upgrade to 2.0.0 | Kaarle Ritvanen | 2015-09-07 | 2 | -23/+6 | |
| | ||||||
* | main/freeswitch: fix reset of voicemail greeting | Natanael Copa | 2015-09-07 | 2 | -4/+56 | |
| | | | | | Upstream bug and pull request: https://freeswitch.org/jira/browse/FS-1772 | |||||
* | main/lvm2: upgrade to 2.02.130 | Natanael Copa | 2015-09-07 | 1 | -4/+4 | |
| | ||||||
* | main/mesa: upgrade to 10.6.6 | Natanael Copa | 2015-09-07 | 1 | -5/+5 | |
| | ||||||
* | main/php: upgrade to 5.6.13 | Natanael Copa | 2015-09-07 | 1 | -4/+4 | |
| | ||||||
* | main/subversion: upgrade to 1.9.1 | Natanael Copa | 2015-09-07 | 1 | -5/+5 | |
| | ||||||
* | main/dhcp: upgrade to 4.3.3 | Natanael Copa | 2015-09-07 | 2 | -30/+5 | |
| | ||||||
* | main/bind: upgrade to 9.10.2_p4 | Natanael Copa | 2015-09-07 | 1 | -5/+5 | |
| | ||||||
* | main/libvirt: upgrade to 1.2.19 | Natanael Copa | 2015-09-07 | 1 | -5/+5 | |
| | ||||||
* | main/squid: upgrade to 3.5.8 | Natanael Copa | 2015-09-07 | 1 | -4/+4 | |
| | ||||||
* | main/mutt: add suid to options for mutt_dotlock | Natanael Copa | 2015-09-05 | 1 | -0/+1 | |
| | ||||||
* | main/mutt: upgrade to 1.5.24 | Sören Tempel | 2015-09-05 | 2 | -58/+6 | |
| | ||||||
* | main/gpgme: upgrade to 1.6.0 | Sören Tempel | 2015-09-05 | 1 | -6/+6 | |
| | ||||||
* | main/chrony: adjust path to sendmail(1) | Sören Tempel | 2015-09-05 | 1 | -1/+2 | |
| | | | | | | The default configuration assumes that sendmail is located at /usr/lib/sendmail, however, the sendmail version shipped by busybox is located at /usr/sbin/sendmail. | |||||
* | main/youtube-dl: upgrade to 2015.08.28 | systmkor | 2015-09-05 | 1 | -5/+5 | |
| | | | | | | | ref #4274 Also: - changes url to requested http://youtube-dl.org/ | |||||
* | main/weechat: update to 1.3 | Stuart Cardall | 2015-09-05 | 1 | -6/+6 | |
| | ||||||
* | main/weechat: fix undeclared python dep | Michael Zuo | 2015-09-05 | 1 | -2/+2 | |
| | ||||||
* | main/openntpd: fixes privelege seperation defaults | systmkor | 2015-09-05 | 1 | -7/+8 | |
| | | | | | - compiles default privelege seperation user as ntp instead of _ntp - creates required chroot directory /var/empty | |||||
* | main/alpine-baselayout: create /var/empty | Natanael Copa | 2015-09-05 | 1 | -1/+2 | |
| | ||||||
* | main/alsa-utils: fix checksum | Natanael Copa | 2015-09-05 | 1 | -3/+3 | |
| | ||||||
* | main/alsa-utils: fix OpenRC service header | Sören Tempel | 2015-09-05 | 2 | -2/+2 | |
| | ||||||
* | main/wpa_supplicant: simplify OpenRC service | Sören Tempel | 2015-09-05 | 2 | -27/+10 | |
| | | | | Alpine only supports the Linux kernel. | |||||
* | main/nginx-lua: used shared initscript | Natanael Copa | 2015-09-05 | 5 | -107/+7 | |
| | ||||||
* | main/nginx-initscripts: move initscripts to shared package | Natanael Copa | 2015-09-05 | 7 | -19/+64 | |
| | | | | Share the openrc initscript for the different nginx builds. | |||||
* | main/nginx: lowercase license name | Sören Tempel | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/vim: parallel build fix | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/vim: vim is not licensed under GPL | Sören Tempel | 2015-09-05 | 1 | -5/+9 | |
| | ||||||
* | main/musl: fix nl_langinfo(CODESET) to not return UTF-8-CODE-UNITS | Timo Teräs | 2015-09-05 | 2 | -1/+20 | |
| | | | | | The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works. | |||||
* | main/qt5-qttranslations: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qttools: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtwebkit: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtsvg: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtquickcontrols: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtquick1: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtscript: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtmultimedia: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtimageformats: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtgraphicaleffects: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/qt5-qtdeclarative: rebuild without reduce-relocations | Natanael Copa | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/glib: fix depends_dev | Timo Teräs | 2015-09-04 | 1 | -2/+2 | |
| | | | | gdbus-codegen is python script, so depend on python. | |||||
* | main/audacious: split out -doc | Timo Teräs | 2015-09-04 | 1 | -2/+2 | |
| | ||||||
* | main/openjdk7: re-enable on armhf | Timo Teräs | 2015-09-04 | 1 | -1/+1 | |
| | ||||||
* | main/bash: upgrade to 4.3.42 | Bartłomiej Piotrowski | 2015-09-04 | 1 | -5/+32 | |
| | ||||||
* | main/openjdk7: allow textrels on arm | Timo Teräs | 2015-09-03 | 1 | -1/+4 | |
| | | | | | | this seems to be the only blocker preventing arm build, and there's no simple fix for this. openjdk has thousands of lines of arm asm and it's all non-pic. allow textrels for arm for the time being. | |||||
* | main/v4l-utils: split out -doc | Natanael Copa | 2015-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/minetest: enable curl support | Natanael Copa | 2015-09-03 | 2 | -7/+33 | |
| |