1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

8784 Commits

Author SHA1 Message Date
champtar
a5b23eff1c Merge pull request #4849 from zx2c4/patch-9
wireguard: bump to release 0.0.20170918
2017-09-18 09:40:47 -07:00
champtar
abcb97f3e9 Merge pull request #4744 from sartura/sysrepo_update
Sysrepo update
2017-09-18 09:34:55 -07:00
Jason A. Donenfeld
a429215a7e wireguard: bump to release 0.0.20170918
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-09-18 17:59:00 +02:00
Mislav Novakovic
8f2dd7dbb7 sysrepo: update the sysrepo/netopeer2 stack
Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-09-18 12:00:38 +02:00
Mislav Novakovic
488d9c0dec libredblack: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-09-18 11:59:52 +02:00
Hannu Nyman
39fa464ffe Merge pull request #4847 from mlichvar/chrony-update-3.2
chrony: update to 3.2
2017-09-18 12:40:13 +03:00
Hannu Nyman
38fc74e257 Merge pull request #4841 from hnyman/wget191
wget: update to 1.19.1
2017-09-18 12:39:11 +03:00
Hans Dedecker
d2a273a19d libcoap: update to v4.1.2
Update libcoap to latest stable version 4.1.2
While at it switch from tar extension bz2 to xz

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-18 10:38:11 +02:00
Miroslav Lichvar
8a7fc71b52 chrony: update to 3.2
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2017-09-18 09:55:16 +02:00
Yousong Zhou
bdb01ebc55 shadowsocks-libev: bump to version 3.1.0
Notable changes since 3.0.8

    ede744a: depends on libcares now instead of libudns
    1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY
    9201619: ss-local: check if client supports socks5 protocol and no-auth-required method
    f8283fc: Fix potential buffer overflow when parsing json config
    380fddb: redir: fix conversion from DSCP to ToS

The two patches are now in the offical repo
2017-09-18 13:29:24 +08:00
Yousong Zhou
0931d35319 shadowsocks-libev: ss-rules: eliminiate not needed local var 2017-09-18 13:29:23 +08:00
Carlos Miguel Ferreira
9ccf450608
boost: 1.65.1 Update
This commit updates the boost libraries to version 1.65.1

This new version is a bug-fix update for Boost 1.65.0, so no new libraries.
As always, more information about this release can be found in [1].

[1]: http://www.boost.org/users/history/version_1_65_1.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-09-18 00:47:25 +01:00
Daniel Engberg
2c53e52bab net/inadyn: Update to 2.2
Update inadyn to 2.2
Switch to release tarball
Remove example file from package

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-18 01:05:09 +02:00
Hannu Nyman
d4b8c0d7cc wget: update to 1.19.1
Update wget to 1.19.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-16 18:31:51 +03:00
Steven Hessing
6c89390a01 noddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede Makefile
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-09-15 12:42:19 -07:00
champtar
5edc198f37 Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scripts
htpdate: modify init scripts to use procd and uci configuration
2017-09-15 10:29:48 -07:00
Hannu Nyman
a3438efc4a nano: update to 2.8.7
Update nano editor to 2.8.7

Apply post-release fix from upstream to enable compilation
with --enable-tiny

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-15 20:19:02 +03:00
Iván Atienza
885ddf9b68
bash: version bump to 4.4.12
Signed-off-by: Iván Atienza <gentoo.power@gmail.com>
2017-09-15 16:11:57 +02:00
Hannu Nyman
3c6b5c777f Merge pull request #4835 from dibdot/adblock
adblock: update 3.0.2
2017-09-15 16:19:48 +03:00
Dirk Brenken
8822046be5 adblock: update 3.0.2
* better system information
* several kresd related documentation fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-09-15 14:51:14 +02:00
Marcin Jurkowski
73dbc6cf92 htpdate: modify init scripts to use procd and uci configuration
Modify init script to use standard uci configuration and procd for
process management. We benefit from:
- use of standard LEDE configuration with its ability to revert and
  commit changes
- validation of configuration variables
- procd taking care of restarting daemon when config changes and user
  wants to reload it
- automatic respawning of daemon process in case it dies

The source is patched to make it possible to run as a daemon in
foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-09-15 10:51:31 +02:00
Hannu Nyman
3be170e7f9 Merge pull request #4833 from commodo/python-updates2
python3: fix install mk filenames
2017-09-15 09:46:42 +03:00
Alexandru Ardelean
21a18bd97f python3: fix install mk filenames
Copy + paste error.

Seems I fixed it while testing but forgot to update PR with this.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-15 08:59:47 +03:00
champtar
24fb67a70d Merge pull request #4708 from commodo/python-cffi-fix
libffi: fix location of host side headers ; python,python3: set correct build flags to host pip build
2017-09-14 17:48:31 -07:00
champtar
837b464cfd Merge pull request #4815 from tru7/master
linknx: bump to new upstream version
2017-09-14 17:46:16 -07:00
champtar
622894c3fc Merge pull request #4632 from smutt/python-dpkt
python-dpkt:Add package lang/python-dpkt
2017-09-14 17:43:47 -07:00
champtar
6818e862bc Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-state
net/mwan3: fix mwan3track initial_state and track_ip order
2017-09-14 17:32:12 -07:00
champtar
e0c9798afe Merge pull request #4609 from StevenHessing/noddos
noddos: introduction of noddos package
2017-09-14 14:26:42 -07:00
Hannu Nyman
63a45e6de3 collectd: uptime plugin: apply fix from upstream
Uptime plugin fails to adjust for system time changes after boot.
As Openwrt/LEDE routers usually do not have a RTC, the system time
gets adjusted with NTP possibly after collectd has already started.
But collectd continues to use the initial time set by 'sysfixtime',
which can lead to incorrect uptime calculations.

Apply a proposed fix from upstream that uses /proc/uptime
Reference to https://github.com/collectd/collectd/pull/2034

Fixes #4819

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-15 00:18:34 +03:00
Hannu Nyman
2a57aa4e77 Merge pull request #4828 from ianchi/zip
zip: add host compile
2017-09-14 23:53:52 +03:00
Hannu Nyman
aaa6abf365 Merge pull request #4774 from lucize/doveup
dovecot: update to 2.2.32
2017-09-14 20:15:26 +03:00
Hannu Nyman
565626d27b Merge pull request #4775 from lucize/pigeonup
pigeonhole: update to 0.4.20
2017-09-14 20:15:09 +03:00
Hans Dedecker
f6f6f836e7 libcoap: add coap client and server packages
Client package adds the CoAP client allowing to communicate with 6LoWPAN
devices via the CoAP protocol.
Server package adss the CoAP server and the CoAP Resource Directory server.
The CoAP server allows to simulate 6LoWPAN devices which can be addressed
via the CoAP protocol while the CoAP Resource Directory server can handle
resource registrations using the CoAP protocol.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-09-14 18:02:58 +02:00
Hannu Nyman
2f6c2a2e3e Merge pull request #4478 from valdi74/add_package_python-curl
python-curl: add new package
2017-09-14 17:27:36 +03:00
Hannu Nyman
490a86d2cf Merge pull request #4823 from ianchi/youtube-dl
youtube-dl: update version
2017-09-14 17:25:33 +03:00
Hannu Nyman
9330c6c39c Merge pull request #4830 from commodo/python-updates1
python,python3: build updates
2017-09-14 17:23:48 +03:00
Alexandru Ardelean
2eb3979d28 python,python3: install mk files in both host build and InstallDev part
Not sure how it can happen that the files are not
installed via the host build.

Maybe some SDK-like build.

Let's make sure they are installed via InstallDev rule too.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-14 11:44:01 +03:00
Alexandru Ardelean
4d0a44d31a python,python3: add host-flags/settings to host pip install rules
The host pip install should have the host's CFLAGS, LDFLAGS, etc
available.
And not the target's flags.
Otherwise, weird things can happen when installing
packages (host-side) that need to build C code.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-09-14 11:44:01 +03:00
Adrian Panella
7313348033 zip: add host compile
make it available as a tool for building other packages

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-09-13 22:27:32 -05:00
Yousong Zhou
fd0f3aa930 shadowsocks-libev: minor tweak without functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-09-14 11:25:34 +08:00
Adrian Panella
e306f8545a youtube-dl: add zip host dependency
zip is not included in default Tools, so add it as Host dependency in case is not present in building environment

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-09-13 22:25:28 -05:00
Hirokazu MORIKAWA
1bfa3503e2 node-serialport: fix PKG_NODE_VERSION
and modify position of DEPENDS line

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-13 14:59:14 +09:00
Hirokazu MORIKAWA
9eb23306d3 node-hid: Correct multiple DEPENDS lines
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-13 14:56:11 +09:00
Hirokazu MORIKAWA
1e60a2c07d node-cylon: fix PKG_NODE_VERSION
and modify position of DEPENDS line

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-13 14:51:52 +09:00
Hirokazu MORIKAWA
617441d0a9 node-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSION
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-09-13 14:46:20 +09:00
Adrian Panella
31875c5d9f youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2017-09-12 13:45:09 -05:00
Hannu Nyman
d9a8e7541c Merge pull request #4787 from cwluxul/unsquashfs-fix-segfault-arm
squashfs-tools: fix segfault
2017-09-12 17:21:48 +03:00
Florian Eckert
2cf984c69e net/mwan3: fix track_ips order
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 16:14:32 +02:00
Florian Eckert
803f69546e net/mwan3: fix mwan3track STATUS if initial_state is offline
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 15:55:27 +02:00
Hannu Nyman
7e012770f8 Merge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic
mwan3: fix interface-bound traffic when interface is offline
2017-09-12 16:28:42 +03:00