aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #4709 from kdarbyshirebryant/nlbwmontweakJo-Philipp Wich2017-08-16
|\ | | | | nlbwmon: preserve protocols mapping across sysupgrade
| * nlbwmon: preserve protocols mapping across sysupgradeKevin Darbyshire-Bryant2017-08-14
| | | | | | | | | | | | | | Define package config files to preserve /usr/share/nlbwmon/protocols across sysupgrade Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | pulseaudio: don't link against libspeexdspPeter Wagner2017-08-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | ntpd: move ntpq to ntp-utilsPeter Wagner2017-08-16
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | acme: Make sure postrm script doesn't failToke Høiland-Jørgensen2017-08-16
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | Merge pull request #4715 from aparcar/update_packagesDaniel Golle2017-08-15
|\ \ | | | | | | rpcd-mod-attendedsysupgrade: uci update_packages
| * | rpcd-mod-attendedsysupgrade: uci update_packagesPaul Spooren2017-08-15
|/ / | | | | | | | | | | | | | | add uci option to set "update_packages". this options will lead the luci-app-attendedsysupgrade to tell the update server to check for package updates as well (not only release upgrades) Signed-off-by: Paul Spooren <paul@spooren.de>
* | build,travis: prevent travis 10m logs timeoutEtienne Champetier2017-08-14
| | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | gnurl: update to version 7.55.0Daniel Golle2017-08-15
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #4711 from aparcar/uciDaniel Golle2017-08-14
|\ \ | | | | | | rpcd-mod-attendedsysupgrade: simplify uci options
| * | rpcd-mod-attendedsysupgrade: simplify uci optionsPaul Spooren2017-08-14
|/ / | | | | | | | | | | use named uci options Signed-off-by: Paul Spooren <paul@spooren.de>
* | python-gnupg: switch to python-gnupg 0.4.1Daniel Golle2017-08-14
| | | | | | | | | | | | | | | | | | | | | | Aparently there are two python gnupg wrappers around https://pypi.python.org/pypi/python-gnupg/ and https://pypi.python.org/pypi/gnupg/ We used to package the latter, now we switched to the prior. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | postgresql: update to version 9.6.4Daniel Golle2017-08-14
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* build,travis: print build logs of the modified package onlyEtienne Champetier2017-08-13
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* build,travis: reduce verbosity so Travis don't kill the jobEtienne Champetier2017-08-13
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* build,travis: git rev-list can also error and return nothingEtienne Champetier2017-08-13
| | | | | | "fatal: Invalid revision range XXX...YYY" Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* zabbix: update to 3.2.7Etienne Champetier2017-08-13
| | | | | | https://www.zabbix.com/rn3.2.7 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* build,travis: test build PRs (but don't fail for now)Etienne Champetier2017-08-13
| | | | | | | | | | Rework exec_status to use "tee" to continuously output logs (so we don't trigger travis timeouts) Only launch the compile test if everything else is ok (spare Travis builders a bit) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* glib2: update to 2.53.5Peter Wagner2017-08-13
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #4704 from commodo/python-pyopenssl-updateHannu Nyman2017-08-13
|\ | | | | python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself co-maintainer
| * python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself ↵Alexandru Ardelean2017-08-13
|/ | | | | | co-maintainer Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* shadowsocks-libev: setting mode with default value tcp_onlyYousong Zhou2017-08-13
| | | | | | | | This is the default value taken by ss-server and ss-redir. After this change ss_rules section can still use those ss-redir instances who do not have mode explicitly specified. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Revert "btrfs-progs: update to 4.12"Etienne Champetier2017-08-12
| | | | | | This reverts commit 8592566b7621601cd8960441857db516f5f32a23. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* travis,build: accept "Revert" commitsEtienne Champetier2017-08-12
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #4514 from alive4ever/mksh-R55champtar2017-08-12
|\ | | | | mksh: bump to R55 and use PKG_HASH
| * mksh: bump to R55 and use PKG_HASHAlif M. Ahmad2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade the package to R55. Patches refreshed. Added `-DMKSHRC_PATH=\"/etc/mkshrc\"` to `CPPFLAGS` to set the default startup file during both login and nonlogin sessions, so that there is no need to source `/etc/mkshrc` file manually. In addition to the package upgrade, use PKG_HASH instead of PKG_MD5SUM. Reviewed-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | Merge pull request #4695 from dibdot/patch-1champtar2017-08-12
|\ \ | | | | | | dnscrypt-proxy: change start priority
| * | dnscrypt-proxy: change start priorityDirk Brenken2017-08-12
| | | | | | | | | | | | | | | * adapt start priority to the new trigger based setup Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #4698 from D-Albers/btrfs-progs-4.12Hannu Nyman2017-08-12
|\ \ \ | | | | | | | | btrfs-progs: update to 4.12
| * | | btrfs-progs: update to 4.12Daniel Albers2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | update to 4.12 remove PKG_MD5SUM Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | | | Merge pull request #4696 from dibdot/travelmateHannu Nyman2017-08-12
|\ \ \ \ | |/ / / |/| | | travelmate: update to 0.9.2
| * | | travelmate: update to 0.9.2Dirk Brenken2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backend: fix typo in log message * frontend: add/modify input datatypes in 'extra' section * frontend: add support to edit/change wpa enterprise key phrases * frontend: various small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4689 from aparcar/keep_settingsDaniel Golle2017-08-12
|\ \ \ \ | | | | | | | | | | rpcd-mod-attendedsysupgrade: add keep_settings opt
| * | | | rpcd-mod-attendedsysupgrade: add keep_settings optPaul Spooren2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as mentioned [here][1] some firmwares require to reset all settings. this commit add a param "keep_settings" which changes the sysupgrade parameter "-c" to "-n" to flush all configs [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/34 Signed-off-by: Paul Spooren <paul@spooren.de>
* | | | | Merge pull request #4693 from commodo/python-cryptography-updateHannu Nyman2017-08-11
|\ \ \ \ \ | | | | | | | | | | | | python-cryptography: bump to version 2.0.3 ; add python-asn1crypto (dep required for python-cryptography)
| * | | | | python-cryptography: bump to version 2.0.3Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dependency has changed from needing `pyasn1` to needing `asn1crypto`. Oh well... Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-asn1crypto: add new package (needed for python-cryptography)Alexandru Ardelean2017-08-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately python-cryptography (after version 2.0.<something>) decided to replace `pyasn1` with `asn1crypto`. Unfortunately `pyasn1` is needed for another package, so it can't be dropped just yet. Not sure if dropping it would bother people. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #4692 from commodo/pyasn1-updatesHannu Nyman2017-08-11
|\ \ \ \ \ | | | | | | | | | | | | pyasn1,pyasn1_modules: update packages & add myself as 2nd maintainer to pyasn1_modules
| * | | | | pyasn1-modules: bump to version 0.0.11 ; add python3 variant ; add myself as ↵Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintainer Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-pyasn1: bump to version 0.3.2Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #4690 from val-kulkov/subversion-packageHannu Nyman2017-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | subversion: update to 1.9.7
| * | | | | | subversion: update to 1.9.7Val Kulkov2017-08-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a straightforward update to the latest version that fixes a security issue per CVE-2017-9800: http://subversion.apache.org/security/CVE-2017-9800-advisory.txt Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* / / / / / git: update to 2.14.1Peter Wagner2017-08-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-1000117 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #4688 from TDT-GmbH/mwan3-featuresHannu Nyman2017-08-10
|\ \ \ \ \ | |/ / / / |/| | | | net/mwan3: add new feature and bug fixes
| * | | | net/mwan3: update versionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: add hotplug script for hidden self interface generationFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new globals config section with option local_source. With this config option the self interface generation will be done now automatically on hotplug event. You can specify which interface (ip) sould be used for router traffic. To replace the self intereface in the config set local_source to "lan". The default option is none, so it will not change default behavior if a "self" interface is configured in the network section. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: add Makefile postinst and postrm for rpcdFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restart rpcd on package install/remove Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: fix ipset generation in hotplug script with an lockFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix critical section during hotplug events. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: fix ubus json datatypFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: expand ubus to show when last mwan3track check was doneFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To know how old the ubus output is, add an age parameter which indicats how old the check informations on the interface are. Signed-off-by: Florian Eckert <fe@dev.tdt.de>