Philip Prindeville
2feef328ed
Merge pull request #5113 from pprindeville/perl-text-csv_xs-update-1.34
perl-text-csv_xs: update to 1.34
7 years ago
Philip Prindeville
babba99c69
perl-text-csv_xs: update to 1.34
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Michael Heimpold
1bceb95ff4
Merge pull request #5105 from val-kulkov/php7-package
php7-fpm: add configuration files to conffiles
7 years ago
Etienne Champetier
eb127abc0f
build,travis: accept commits with '_'
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
7 years ago
Daniel Golle
f21992af9a
Merge pull request #5104 from aparcar/attendedsysupgrade-common
attendedsysupgrade-common: rename package
7 years ago
Paul Spooren
861e5eda86
attendedsysupgrade-common: add package
due to various clients and the existence of rpcd-mod-rpcsys the package
rpcd-mod-attendedsysupgrade is superflous.
From now on the attendedsysupgrade-common package should be dependencie
of all kinds of clients.
Currently active or planned:
- luci-app-attendedsysupgrade
- attendedsysupgrade cli in shell
- attendedsysupgrade cli in c
Signed-off-by: Paul Spooren <paul@spooren.de>
7 years ago
Hannu Nyman
8d18da0d4e
Merge pull request #5091 from Nokius/adblock-reg_de
adblock: add German list
7 years ago
Val Kulkov
50308e4fd7
php7: add configuration files to conffiles
Two important configuration files, /etc/php7-fpm.conf and
/etc/php7-fpm.d/www.conf are silently overwritten on each php7-fpm
upgrade or lost on a sysupgrade.
This commit adds the conffiles section for php7-fpm and revises
the conffiles section for php7.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
7 years ago
Karl Palsson
dbec5d9f69
lua-mosquitto: bump to 0.3 release
Minor additions of bindings.
Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years ago
Karl Palsson
92f9377610
lua-mosquitto: update maintainer email
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years ago
Julius-Paul Jann
e49b2e2c08
adblock: add German list
Signed-off-by: Julius-Paul Jann <foss@nokius.net>
7 years ago
Peter Wagner
c6c1213b09
tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Daniel Golle
4be3935a6f
gnunet: update to recent git snapshot
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
champtar
1f7fa77d90
Merge pull request #4755 from hashashin/sshfs-2.10
sshfs: version bump to 2.10
7 years ago
champtar
e822b1e241
Merge pull request #4647 from salzmdan/master
knot: upgrade to 2.5.6
7 years ago
champtar
8cb3285bd4
Merge pull request #4885 from diizzyy/patch-92
net/dansguardian: Remove from tree
7 years ago
champtar
c81a75125a
Merge pull request #5033 from yangfl/master
net/mwan3: fix empty gateway when creating routing table
7 years ago
champtar
0055c14a09
Merge pull request #5073 from nxhack/icu4c-60_1
icu: bump to 60.1
7 years ago
David Yang
6f0a88f1ed
mwan3: update to version 2.6.7
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
David Yang
474e6bbdd7
mwan3: add check for ping
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
David Yang
e094212b17
mwan3: reduce dependency on src_ip
Interfaces may be managed by 3rd-party scripts, thus src_ip may not be
always available in uci.
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
David Yang
6f38affd0c
mwan3: fix empty gateway when creating routing table
Interfaces of some PtP protocols do not have a real gateway. In that
case ubus may fill them with '0.0.0.0' or even leave it blank. This
will cause error when adding new routing rule.
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
David Yang
5688f3e65a
mwan3: reduce unnecessary comparisons
Signed-off-by: David Yang <mmyangfl@gmail.com>
7 years ago
Philip Prindeville
8a873362d8
Merge pull request #5085 from pprindeville/perl-inline-c-update-0.78
perl-inline-c: update to 0.78
7 years ago
Philip Prindeville
d3fe2738fa
Merge pull request #5087 from pprindeville/cryptodev-post-moduleload-rewrite
cryptodev: simplify for Jo's parameter passing
7 years ago
Philip Prindeville
ee41431af8
perl-inline-c: extutils not a run-time dependency
Just about everything needs extutils to be built. But very little
requires it to run.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Philip Prindeville
09f4be311e
perl-inline-c: update to 0.78
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Philip Prindeville
2d09f07c7f
cryptodev: simplify for Jo's parameter passing
Don't need to have a bare /etc/modules.d/ file since we can cleanly
synthesize one now.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Philip Prindeville
e69441be6f
Merge pull request #5083 from pprindeville/perl-inline-c-fix-makefile_pl
perl-inline-c: patch Makefile.PL to not eval undef
7 years ago
Philip Prindeville
68920e2455
Merge pull request #5082 from pprindeville/perl-makefile_pl-failure-redux
perlmod: redux handling odd Makefile.PL eval value
7 years ago
Philip Prindeville
5470c60a91
perl-inline-c: patch Makefile.PL to not eval undef
Our build wrappers don't like Makefile.PL scripts which evaluate
to undef.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Philip Prindeville
f03cd7b5ac
perlmod: redux handling odd Makefile.PL eval value
It seems that Inline::C evaluates to undef which is problematic, so
we need to handle this better.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years ago
Rafał Miłecki
f2a725ba2d
rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)
This method allows getting basic info about a queried container. It's
based on the lxc-info command-line tool.
Example output:
> ubus call lxc info '{ "name": "foo" }'
{
"name": "foo",
"state": "RUNNING",
"pid": 2946,
"ips": [
"192.168.0.124"
]
}
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Approved-by: Luka Perkov <luka@openwrt.org>
7 years ago
Zoltan Herpai
91dc4e824d
Merge pull request #5059 from wigyori/master
net/sshfs: update to 2.10
7 years ago
Philip Prindeville
4776a50114
Merge pull request #5052 from pprindeville/perl-text-csv_xs
perl: package Text::CSV_XS module
7 years ago
Hirokazu MORIKAWA
37be5e57bc
icu: bump to 60.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years ago
champtar
d326b4fcb1
Merge pull request #4921 from TDT-GmbH/20171009-add-packages-license-tags
add some packages license tags
7 years ago
Ted Hess
bf3ec02533
Merge pull request #5072 from diizzyy/patch-107
tio: Add to tree
7 years ago
Daniel Golle
395d5ece4f
postgresql: update to version 9.6.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
643a2aa3fe
libextractor: update to version 1.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
347c563c32
opensc: update to version 0.17.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
a6ecd386dc
libp11: update to version 0.4.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
d81cf8f228
glpk: update to version 4.63
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
3062af441a
gawk: update to version 4.2.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
f0806ab416
debootstrap: update to version 1.0.92
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
d947a6cd79
lvm2: update to version 2.02.176
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
d7253f8bcb
pyodbc: update to version 4.0.21
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Golle
c7602c74bb
gnurl: update to version 7.56.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Daniel Engberg
bc8c403919
tio: Add to tree
tio is a simple TTY terminal I/O application
It's smaller than picocom, uses GNU autotools and has some nice features
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years ago
Hannu Nyman
b7119e4ae9
Merge pull request #5071 from commodo/python-batch-upgrade
Python batch upgrade
7 years ago