Commit Graph

10190 Commits

Author SHA1 Message Date
Daniel Engberg 8449578d63
utils/tio: Update to 1.30
Update tio to 1.30

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-22 09:05:48 +02:00
Daniel Golle edd002dc3f gnurl: depend on libidn2 instead of libidn
Package configure script decided to use libidn2 already now that it
became available. This triggered a dependency error:
Package libgnurl is missing dependencies for the following libraries:
libidn2.so.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-04-20 22:55:37 +02:00
Michael Heimpold 8716b28f7f php7-pecl-libevent: update to latest commit
This includes several minor bugfixes.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-20 22:18:29 +02:00
Zhong Jianxin 6dbac97707 acme: Add acme-dnsapi package
Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2018-04-19 11:05:35 +02:00
Zhong Jianxin b528ec5e79 acme: Support DNS mode
Tested with dynu.com ddns.

Install acme-dnsapi:

    # opkg install acme-dnsapi

Example `/etc/config/acme`:

    config acme
        option state_dir '/etc/acme'
        option account_email email@example.org'
        option debug '0'

    config cert 'foo'
        option enabled '1'
        option use_staging '1'
        option keylength '2048'
        option update_uhttpd '0'
        option dns 'dns_dynu'
        list domains 'foo.dynu.com'
        list domains '*.foo.dynu.com'
        list credentials 'Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"'
        list credentials 'Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy"'

Run:

    # /etc/init.d/acme start

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2018-04-19 11:05:35 +02:00
Jo-Philipp Wich a6ea246cb2 bcp38: add init script
This commit adds a simple procd init script for bcp38 with the sole purpose
to register a configuration change trigger for /etc/config/bcp38.

The change will allow for automatic firewall reloads triggered by invoking
/sbin/reload_config or through ubus config change events emitted by LuCI.

With the init script in place and started, calling

  ubus call service event '{"type":"config.change","data":{"package":"bcp38"}}'

or

  /sbin/reload_config

will issue an /etc/init.d/firewall reload if /etc/config/bcp38 has been
modified since the last reload_config call.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-19 11:02:10 +02:00
Michael Heimpold 6a9d2386c4 php7-pecl-propro: update to 2.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 22:38:31 +02:00
Michael Heimpold 2da394c4f1 php7-pecl-http: fix build if libidn and libidn2 are both available
We now select libidn2 as dependency, but libidn -if available-
is also linked against.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 22:32:20 +02:00
Michael Heimpold f8ec3965eb libgpiod: update to 1.0.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 21:35:04 +02:00
Michael Heimpold 0fbed12528 mmc-utils: update to latest git version
Also drop obsolete patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 21:28:58 +02:00
Hannu Nyman ad86eaa71f
Merge pull request #5929 from iamperson347/getdns-libidn2-update
getdns: Package update to replace libidn support with libidn2
2018-04-18 12:51:37 +03:00
David Mora cefe7738b5 getdns: Package update to replace libidn support with libidn2
Package update to replace libidn support with libidn2

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-04-17 18:10:59 -04:00
Daniel Golle b1bd165886
Merge pull request #5923 from aparcar/bmx7-dnsupdate
bmx7-dnsupdate: add package
2018-04-17 21:13:14 +02:00
Hannu Nyman 3e8ac27f3d
Merge pull request #5921 from ClaymorePT/boost_1.67.0
boost: Package Version Update -> 1.67.0
2018-04-17 19:57:42 +03:00
Hannu Nyman 6779bd73eb
Merge pull request #5928 from mstorchak/tmux
tmux: update to 2.7
2018-04-17 19:56:51 +03:00
Maxim Storchak 34b79e98e7 tmux: update to 2.7
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-04-17 19:17:34 +03:00
Ted Hess 01f93c7742
Merge pull request #5857 from diizzyy/sound-lame
sound/lame: Fix optimization
2018-04-17 11:24:50 -04:00
Hannu Nyman 82cd2ab735
Merge pull request #5922 from diizzyy/utils-pcsctools
utils/pcsc-tools: Update to 1.5.3
2018-04-17 17:03:29 +03:00
Paul Spooren dda234aff8 bmx7-dnsupdate: add package
Makes it easy to address bmx7 shorids and hostnames with ping, ssh, etc.
Both are stored in /tmp/hosts/ and so loaded by dnsmasq.
Instead of using a cron job which triggers the bmx7 deamon every so and
so, inotifywait is used to see creation or deletion of originators in
/var/run/bmx7/json/originators/

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-17 15:13:44 +09:00
Marko Ratkaj f448a5ad30
Merge pull request #5806 from sartura/mozilla_iot_gateway
node-mozilla-iot-gateway: add package
2018-04-16 13:07:56 +00:00
Dirk Brenken dd3ad7207e
Merge pull request #5918 from doscott/easydnsfix
<ddns-scripts>: Add OK to valid easydns response.
2018-04-16 15:03:59 +02:00
Danny Scott d5ae2850b8
ddns-scripts: Add OK to valid easydns resonse.
Signed-off-by: Danny Scott <doscott@gmail.com>'
2018-04-16 09:46:17 -03:00
Marko Ratkaj 9d200c0080 node-mozilla-iot-gateway: add new package
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-04-16 13:41:05 +02:00
Dirk Brenken 8f9f2a3044
Merge pull request #5908 from mwarning/zerotier
zerotier: fix segfault on ARM
2018-04-16 13:18:45 +02:00
Daniel Engberg 5262792ef7 utils/pcsc-tools: Update to 1.5.3
Update pcsc-tools to 1.5.3

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-16 09:30:56 +02:00
Carlos Miguel Ferreira 9c09ecf437
boost: Package Version Update -> 1.67.0
This package update provides two new libraries
- Contract (compiled library) [1]: Contract programming for C++.
  All contract programming features are supported: Subcontracting,
  class invariants, postconditions (with old and return values),
  preconditions, customizable actions on assertion failure (e.g.,
  terminate or throw), optional compilation and checking of
  assertions, etc, from Lorenzo Caminiti.

- HOF (header-only library) [2]:
  Higher-order functions for C++, from Paul Fultz II.

More info can be found at the usual place [3].

[1]: https://www.boost.org/libs/contract
[2]: https://www.boost.org/libs/hof
[3]: https://www.boost.org/users/history/version_1_67_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-04-16 01:53:38 +01:00
Daniel Golle 3c7d2ae182 inotify-tools: add packages
Add packages for inotifywait, inotifywatch and libinotifytools.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-04-15 22:53:27 +02:00
Rosen Penev e5d0ff5421 acme: Switch to normal releases + other fixes.
As acme.sh has releases, switch to using those. Update the version accordingly.

Also rearranged some stuff in the hope that uscan will start tracking releases instead of git commits. Makefile is more simple as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-15 14:11:21 +02:00
Hannu Nyman 62cd515fc4
Merge pull request #5914 from Shulyaka/master
postfix: version update to 3.3.0
2018-04-14 10:33:14 +03:00
Hannu Nyman 199e223f02
Merge pull request #5911 from val-kulkov/subversion-package
subversion: update to 1.10.0
2018-04-14 10:32:17 +03:00
Hannu Nyman 18286f25b2
Merge pull request #5913 from wvdakker/master
Shorewall: Bump to version 5.1.12.4
2018-04-13 23:51:54 +03:00
W. van den Akker 130f03f6df
Shorewall6: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 22:02:35 +02:00
W. van den Akker 8f650ec3c1
Shorewall: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 22:00:26 +02:00
W. van den Akker 3b2b384ecd
Shorewall6-lite: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:58:47 +02:00
W. van den Akker 2715be921a
Shorewall-lite: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:57:16 +02:00
W. van den Akker fcbc140bf9
Shorewall-core: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:55:44 +02:00
Val Kulkov 1ba6f74b5c subversion: update to 1.10.0
Update from 1.9.7 to 1.10.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-04-13 12:02:59 -04:00
champtar 49df906991
Merge pull request #5854 from diizzyy/libs-sqlite
libs/sqlite: Update to 3.23.1
2018-04-12 15:20:45 -07:00
Daniel Engberg 9c61c21014 libs/sqlite: Update to 3.23.1
Update sqlite to 3.23.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-12 23:56:36 +02:00
Moritz Warning d014516ac0 zerotier: bump package version
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:41 +02:00
Moritz Warning 279967df99 zerotier: show message when section disabled
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:38 +02:00
Moritz Warning a70f13dcba zerotier: abort on zerotier-idtool error
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:37 +02:00
Moritz Warning 488ac042f6 zerotier: log errors
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:34 +02:00
Moritz Warning 939a2a8e4b zerotier: remove broken option interface
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:32 +02:00
Moritz Warning a0b12895dc zerotier: disable -pie to avoid segfault
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:21 +02:00
Florian Fainelli 72373ebc5a
Merge pull request #5827 from neheb/patch-4
iptraf-ng: Fix Source URLs
2018-04-12 11:36:37 -07:00
Hannu Nyman eb16e06f8f
Merge pull request #5900 from salzmdan/master
knot: update to 2.6.6
2018-04-12 13:08:42 +03:00
Dirk Brenken 86b2607d95
Merge pull request #5904 from TDT-AG/pr/20180412-mwna3-fix-ubus
mwan3: in ubus rpcd script fix shell local issue
2018-04-12 11:37:49 +02:00
Florian Eckert 6b0a65b183 net/mwan3: update version to 2.6.14
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-12 11:22:26 +02:00
Florian Eckert 6f96e30829 mwan3: in ubus rpcd script fix shell local issue
To fix the shell local issue in the ubus mwan3 rpcd shell script, move
the switch case statment into a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-12 10:27:02 +02:00