1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 17:47:55 +02:00
Commit Graph

10239 Commits

Author SHA1 Message Date
Paul Wassi
343f42d5f3 libs/libmicrohttpd: Update to version 0.9.59
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2018-03-14 19:16:24 +01:00
Alexander Couzens
ea42d8def1
travis: allow $SDK to be a substring of the sdk filename
$SDK doesn't need to be updated everytime the filename changes because of
a gcc update

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2018-03-14 19:07:46 +01:00
Alexander Couzens
bf406d15c0 travis: improve log output of download_sdk
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2018-03-14 19:06:55 +01:00
Yousong Zhou
fa958f4a99 openvswitch: bump to version 2.8.2
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>
2018-03-14 22:40:30 +08:00
Alexandru Ardelean
b6973e5deb python,python3: remove --with-system-ffi=no config arg
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>
2018-03-14 16:21:41 +02:00
Alexandru Ardelean
ea62d1217c python,python3: limit underlinking behavior to linux platforms
This change was introduced in commit 1c54e2b0fb 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>
2018-03-14 16:18:30 +02:00
Karl Palsson
450577536f pagekitec: add new package
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>
2018-03-14 10:54:26 +00:00
Hannu Nyman
5f375b9131
Merge pull request #5755 from philenotfound/mutt-bump
mutt: bump to version 1.9.4
2018-03-14 10:13:39 +02:00
Hannu Nyman
2509f05575
Merge pull request #5756 from zhaojh329/rtty
rtty: Update to 4.1.0
2018-03-14 10:08:31 +02:00
Phil Eichinger
02d830ee85 mutt: bump to version 1.9.4
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-03-14 07:04:22 +01:00
David Mora
389c9cf729 gettdns: Bump to 1.4.1 plus fixes
Makefile needed to be updated specify ssl dir

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-03-13 19:05:41 -04:00
Peter Wagner
c57adab9f1 git: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-13 19:09:43 +01:00
Jianhui Zhao
a574873407 rtty: Update to 4.1.0
support execute a command remote

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-13 23:05:14 +08:00
Felix Fietkau
47df65608f openvswitch: add missing dependency
Fixes a build error

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-13 11:17:46 +01:00
Hannu Nyman
5182ddc16a haveged: disable MIPS16
Disable MIPS16 usage so that haveged compiles ok with GCC 7.3
for MIPS targets.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-12 21:38:41 +02:00
Hannu Nyman
b6e7afe663
Merge pull request #5092 from TDT-AG/pr/20171109-fix-libubox-dependencies
mwan3: fix package to dependency
2018-03-12 17:45:04 +02:00
Hannu Nyman
6da1b3fe23
Merge pull request #5749 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.4
2018-03-12 13:11:40 +02:00
Hannu Nyman
6e2da0b443
Merge pull request #5748 from zhaojh329/libuhttpd
libuhttpd: Update to 2.0.2
2018-03-12 13:11:20 +02:00
Marko Ratkaj
8da5b2cf9e
Merge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindings
sysrepo: add python2 and lua5.1 language bindings
2018-03-12 11:56:08 +01:00
Florian Eckert
e12f3c8c14 net/mwan3: add jshn and ip-full to package dependency
* 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>
2018-03-12 10:14:36 +01:00
Jianhui Zhao
c4af49b84f wifidog-ng: Update to 1.1.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-12 14:04:07 +08:00
Yousong Zhou
ecd396a764 xl2tpd: bump to version 1.3.11 2018-03-12 11:25:16 +08:00
Jianhui Zhao
3b9584e5e0 libuhttpd: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-12 11:02:52 +08:00
Hannu Nyman
e767495f6f
Merge pull request #5731 from lnslbrty/feature/libcap-bin
libcap: executables
2018-03-11 22:22:16 +02:00
champtar
1de97eac64
Merge pull request #5746 from hnyman/htop210
htop: update to 2.1.0
2018-03-11 11:29:55 -07:00
Hannu Nyman
6466c2e6ae htop: update to 2.1.0
* 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>
2018-03-11 19:25:52 +02:00
Hannu Nyman
19819bb80d nano: update to 2.9.4
Update nano to 2.9.4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-11 18:37:29 +02:00
Hannu Nyman
b6e01d48ae
Merge pull request #5745 from zhaojh329/libuhttpd
libuhttpd: Update to 2.0.1
2018-03-11 17:06:20 +02:00
Jianhui Zhao
b70b696b60 libuhttpd: Update to 2.0.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 22:37:12 +08:00
Hannu Nyman
e57dd6167a
Merge pull request #5744 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.3
2018-03-11 15:07:55 +02:00
Jianhui Zhao
e3007a0812 wifidog-ng: Update to 1.1.3
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 17:59:00 +08:00
Hannu Nyman
a8e25d7fa3
Merge pull request #5740 from ianchi/master
youtube-dl: update version
2018-03-11 10:24:42 +02:00
Hannu Nyman
29b3ae106e
Merge pull request #5742 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.1
2018-03-11 10:00:43 +02:00
Jianhui Zhao
30dfb77d45 wifidog-ng: Update to 1.1.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 13:25:04 +08:00
Adrian Panella
7e094b64ce youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2018-03-10 14:40:57 -06:00
Hannu Nyman
b1ba3b163d vips: add giflib dependency
Add dependency to giflib as the buildbot complained about that.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-10 18:40:57 +02:00
Toni Uhlig
8f113f155b libcap: libcap executables
* 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>
2018-03-10 11:40:49 +01:00
Hannu Nyman
0fecfa00e2
Merge pull request #5676 from MikePetullo/lcdgrilo
lcdgrilo: update to 0.0.12
2018-03-10 11:45:31 +02:00
Hannu Nyman
6a1351d46e
Merge pull request #5733 from zhaojh329/wifidog-ng
wifidog-ng: Add package
2018-03-10 11:42:12 +02:00
Hannu Nyman
cba10ad932
Merge pull request #5719 from fededim/master
sstp-client: updated to 1.0.12
2018-03-10 11:39:22 +02:00
Hannu Nyman
0b7eed7fef
Merge pull request #5726 from commodo/python3-more-reproducible
lang/python/python-package-install.sh: assign SOURCE_DATE_EPOCH to PYTHONHASHSEED
2018-03-10 11:36:16 +02:00
Hannu Nyman
2304d595e1
Merge pull request #5724 from jemyzhang/master
net/https-dns-proxy: Update to 2018-01-28
2018-03-10 11:34:58 +02:00
Marko Ratkaj
4e5abce7e0 node-arduino-firmata: bump to 0.3.4
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:44:59 +08:00
Marko Ratkaj
3f7e630788 node-hid: bump to 0.7.2
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:44:28 +08:00
Marko Ratkaj
296e3ecdc4 node-cylon: bump to 0.24.0
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:43:48 +08:00
Marko Ratkaj
92a817e8ba node-serialport: bump to 6.1.1
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:43:21 +08:00
Marko Ratkaj
cff6ebb809 node: bump to 8.10.0
Changes:
Version bump to 8.10.0
Refreshed patches
Added npx install
Added 004-node_crypto-remove-std.patch

Additional patch fixes node_cypto compile failure:
./src/node_crypto.cc:5626:32: error: expected unqualified-id before '('

Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:42:52 +08:00
Marko Ratkaj
4f341306d3 libuv: bump to 1.19.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:40:52 +08:00
Hannu Nyman
89040a0deb
Merge pull request #5166 from TDT-AG/pr/20171122-keepalived-uci-improvements
net/keepalived: uci improvements
2018-03-09 11:09:22 +02:00
Jianhui Zhao
5bcee7d7e0 wifidog-ng: Add package
Next generation WifiDog

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-09 13:32:34 +08:00