aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | aircrack-ng: Add -std=gnu89 to fix compile issues.Rosen Penev2018-03-14
| |/ / / | | | | | | | | | | | | | | | | The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5657 from iamperson347/stubby0.2.2Hannu Nyman2018-03-15
|\ \ \ \ | | | | | | | | | | stubby: Bump to 0.2.2 plus updates to default config
| * | | | stubby: Bump to 0.2.2 plus updates to default configDavid Mora2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version plus changes to address concerns regarding default config for stubby provided with this package Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | Merge pull request #5762 from iamperson347/getdns1.4Hannu Nyman2018-03-15
|\ \ \ \ \ | | | | | | | | | | | | gettdns: Bump to 1.4.1 plus fixes
| * | | | | gettdns: Bump to 1.4.1 plus fixesDavid Mora2018-03-13
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Makefile needed to be updated specify ssl dir Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | Merge pull request #5767 from zhaojh329/rttyHannu Nyman2018-03-15
|\ \ \ \ \ | |_|/ / / |/| | | | rtty: update to v4.1.1
| * | | | rtty: update to v4.1.1Jianhui Zhao2018-03-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | f056af0 Fix bug: double free when execute a command timeout 69260b6 Fix bug: Error class did not match the server Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | Merge pull request #5758 from commodo/python-fix-macos-x-buildHannu Nyman2018-03-14
|\ \ \ \ | | | | | | | | | | python,python3: attempt to fix Mac OS X host build issues
| * | | | python,python3: remove `--with-system-ffi=no` config argAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report https://github.com/openwrt/packages/issues/5638 It was mentioned that this causes build failures on Mac OS X. The default behavior [in the setup.py script] is to check whether `--with-system-ffi` is present in the CONFIG_ARGS env var. However that back-fires a bit when `--with-system-ffi=no`, because the condition `not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS")` evaluates to true. This is a small bug in the `setup.py` script, but it looks like the easiest/cleanest way to address it on our end is to just remove it entirely from the HOST_CONFIGURE_ARGS. At least that's how it looks like when testing on a Linux machine. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python,python3: limit underlinking behavior to linux platformsAlexandru Ardelean2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was introduced in commit 1c54e2b0fbe2e9a7d to address build issues on Ubuntu 12.04. However it was reported to cause issues on Mac OS X. Report: https://github.com/openwrt/packages/issues/5310 It was also reported that removing this on MacOS X fixes the issue. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | libs/libmicrohttpd: Update to version 0.9.59Paul Wassi2018-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | travis: allow $SDK to be a substring of the sdk filenameAlexander Couzens2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $SDK doesn't need to be updated everytime the filename changes because of a gcc update Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | travis: improve log output of download_sdkAlexander Couzens2018-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | openvswitch: bump to version 2.8.2Yousong Zhou2018-03-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 2.8.2 as recorded in NEWS-2.8.2 - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28). - Bug fixes 0006-adapt-ovs-scripts.patch was splited into two separate patches as the original patch does not apply against 2.8.2 anymore. Other patches are just re-numbered without actual function change Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | pagekitec: add new packageKarl Palsson2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the package description: PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | Merge pull request #5755 from philenotfound/mutt-bumpHannu Nyman2018-03-14
|\ \ \ \ | | | | | | | | | | mutt: bump to version 1.9.4
| * | | | mutt: bump to version 1.9.4Phil Eichinger2018-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | Merge pull request #5756 from zhaojh329/rttyHannu Nyman2018-03-14
|\ \ \ \ \ | | | | | | | | | | | | rtty: Update to 4.1.0
| * | | | | rtty: Update to 4.1.0Jianhui Zhao2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support execute a command remote Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | git: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}Peter Wagner2018-03-13
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* / / / / openvswitch: add missing dependencyFelix Fietkau2018-03-13
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes a build error Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | haveged: disable MIPS16Hannu Nyman2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable MIPS16 usage so that haveged compiles ok with GCC 7.3 for MIPS targets. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #5092 from TDT-AG/pr/20171109-fix-libubox-dependenciesHannu Nyman2018-03-12
|\ \ \ \ | | | | | | | | | | mwan3: fix package to dependency
| * | | | net/mwan3: add jshn and ip-full to package dependencyFlorian Eckert2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The mwan3 scripts sources ". /usr/share/libubox/jshn.sh" * Mwan3 only works if ip-full is installed Error -> "ip: invalid argument '0xfd00/0xff00' to 'fwmark'" Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #5749 from zhaojh329/wifidog-ngHannu Nyman2018-03-12
|\ \ \ \ \ | | | | | | | | | | | | wifidog-ng: Update to 1.1.4
| * | | | | wifidog-ng: Update to 1.1.4Jianhui Zhao2018-03-12
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5748 from zhaojh329/libuhttpdHannu Nyman2018-03-12
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: Update to 2.0.2
| * | | | | libuhttpd: Update to 2.0.2Jianhui Zhao2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindingsMarko Ratkaj2018-03-12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | sysrepo: add python2 and lua5.1 language bindings
| * | | | | sysrepo: add python2 and lua5.1 language bindingsMatija Amidzic2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* | | | | | xl2tpd: bump to version 1.3.11Yousong Zhou2018-03-12
| |/ / / / |/| | | |
* | | | | Merge pull request #5731 from lnslbrty/feature/libcap-binHannu Nyman2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | libcap: executables
| * | | | | libcap: libcap executablesToni Uhlig2018-03-10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add option to install additional executables - capsh, getcap, getpcaps, setcap * capsh can be configured to execute a different shell rather than /bin/bash Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | Merge pull request #5746 from hnyman/htop210champtar2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | htop: update to 2.1.0
| * | | | | htop: update to 2.1.0Hannu Nyman2018-03-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update htop to 2.1.0 * Remove unnecessary patch (upstream has removed the reference to libtool version) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | nano: update to 2.9.4Hannu Nyman2018-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #5745 from zhaojh329/libuhttpdHannu Nyman2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: Update to 2.0.1
| * | | | | libuhttpd: Update to 2.0.1Jianhui Zhao2018-03-11
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5744 from zhaojh329/wifidog-ngHannu Nyman2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | wifidog-ng: Update to 1.1.3
| * | | | | wifidog-ng: Update to 1.1.3Jianhui Zhao2018-03-11
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5740 from ianchi/masterHannu Nyman2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | youtube-dl: update version
| * | | | | youtube-dl: update versionAdrian Panella2018-03-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | Merge pull request #5742 from zhaojh329/wifidog-ngHannu Nyman2018-03-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | wifidog-ng: Update to 1.1.1
| * | | | | wifidog-ng: Update to 1.1.1Jianhui Zhao2018-03-11
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | vips: add giflib dependencyHannu Nyman2018-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependency to giflib as the buildbot complained about that. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #5676 from MikePetullo/lcdgriloHannu Nyman2018-03-10
|\ \ \ \ \ | | | | | | | | | | | | lcdgrilo: update to 0.0.12
| * | | | | lcdgrilo: update to 0.0.12W. Michael Petullo2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #5733 from zhaojh329/wifidog-ngHannu Nyman2018-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | wifidog-ng: Add package
| * | | | | | wifidog-ng: Add packageJianhui Zhao2018-03-09
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Next generation WifiDog Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #5719 from fededim/masterHannu Nyman2018-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | sstp-client: updated to 1.0.12