Rosen Penev
35d51936c8
picocom: Update to 3.1
...
Switched to new upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-25 19:28:12 -07:00
Ted Hess
889c4ca345
Merge pull request #6558 from neheb/patch-11
...
uvcdynctrl: Update to 0.2.5
2018-07-25 20:40:47 -04:00
Rosen Penev
937e3adc1f
uvcdynctrl: Update to 0.2.5
...
Fixed links.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-25 15:30:42 -07:00
Etienne Champetier
b584443d65
prometheus-node-exporter-lua: add conntrack collector
...
Also fix missing dependency of openwrt collector
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-07-25 23:23:56 +02:00
Etienne Champetier
767f87f469
prometheus-node-exporter-lua: set myself as maintainer
...
This was OKed sometimes ago by @simonswine
https://github.com/openwrt/packages/pull/5128
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com >
2018-07-25 23:21:38 +02:00
Daniel Engberg
1db8e03b60
bluez: Update to 5.50
...
Update bluez to 5.50
Remove Nicolas Thill as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Drop obsolete configuration file
Add patch for LE devices
Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-07-22 15:46:13 +02:00
Rosen Penev
4bb517bebf
acl: Switch to tarballs
...
Should be faster. Also fixes uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-21 19:52:36 -07:00
Matthew M. Dean
a3bfdabd47
bonnie: 1.97.3
...
Update to fix compilation issues with GCC7
Signed-off-by: Matthew M. Dean <fireculex@gmail.com >
2018-07-21 18:33:39 -07:00
Hannu Nyman
0cb6e15f01
irqbalance: fix AARCH64 compilation
...
AARCH64 compilation fails due to upstream bug in 1.2.0
that has been later fixed. Backport the fix commit.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-07-19 21:37:30 +03:00
Hannu Nyman
76c4865971
Merge pull request #6493 from neheb/patch-5
...
attr: Switch to tarball releases
2018-07-18 22:59:49 +03:00
Jeffery To
756c0f6ff4
slide-switch: update to latest version
...
This also changes PKG_SOURCE to use .tar.xz, and changes the copyright
line. (I believe this is more accurate, as I haven't done a copyright
assignment.)
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
2018-07-18 02:04:27 +08:00
Rosen Penev
d8bf44f032
ap51-flash: Update to 2018.0 and switch to tarball
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-16 10:01:43 -07:00
Hannu Nyman
6f23ab1755
Merge pull request #6475 from diizzyy/patch-4
...
utils/tio: Update to 1.31
2018-07-16 16:57:18 +03:00
Hannu Nyman
d29abc18d0
Merge pull request #6474 from diizzyy/patch-3
...
utils/fio: Update to 3.7
2018-07-16 16:54:04 +03:00
Daniel Engberg
d3fd6bf6a6
btrfs-progs: Update to 4.17
...
Update to 4.17
Add LTO and ffunction-sections -fdata-sections to reduce binary size
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-07-16 13:10:42 +02:00
Josef Schlehofer
ab925849d2
owfs: update to the latest version (v3.2p2)
...
Changes:
Makefile now downloads files from Github instead of SourceForge.
Changed URL, because they decided to leave SourceForge and use Github.
Added dependency libavahi-client, otherwise it doesn't build.
Dropped unnecessary patches, because both were upstreamed.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2018-07-16 13:06:13 +02:00
Rosen Penev
061fc10479
attr: Switch to tarball releases
...
Simplifies the Makefile. Should be faster to download.
This is equivalent to the current version.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-15 20:55:33 -07:00
Rosen Penev
1e46108521
pciutils: Update to 3.6.1
...
Also updated the pci.ids
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-15 20:09:35 -07:00
Hannu Nyman
3d4c3c3246
Merge pull request #6424 from micmac1/collectd-uclibc-iconv
...
collectd: fix uclibc build issue
2018-07-15 21:01:25 +03:00
Daniel Engberg
bc381700e8
utils/tio: Update to 1.31
...
Update tio to 1.31
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-07-15 02:44:43 +02:00
Daniel Engberg
77ec669b87
utils/fio: Update to 3.7
...
Update fio to 3.7
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-07-15 02:41:25 +02:00
Sebastian Kemper
b695c1150a
collectd: include nls.mk for mysql plugin
...
libmariadb 10.2 needs to be linked in together with iconv.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-07-13 22:46:48 +02:00
Sebastian Kemper
5dd920e0e0
mariadb: use nls.mk for consistent iconv handling
...
@jow- mentioned that depending on libiconv-full on uClibc is not the way
to do it. Instead nls.mk needs to be included and then the correct iconv
lib wil be used as per CONFIG_BUILD_NLS.
Update mariadb Makefile to address this.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-07-12 23:39:56 +02:00
Rosen Penev
4e98ac0c8b
gptfdisk: Update to 1.0.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-08 18:13:39 -07:00
Hannu Nyman
a7ec2bf32b
Merge pull request #6418 from micmac1/mariadb-uclibc
...
mariadb: fix uclibc builds
2018-07-08 13:38:30 +03:00
Sebastian Kemper
5702078dd0
mariadb: fix uClibc builds
...
mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc
does not. So for uclibc builds a depend on libiconv-full is required.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-07-08 09:59:18 +02:00
Sebastian Kemper
f727222221
mariadb: fix CPPFLAGS handling
...
The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a
workaround.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-07-08 09:54:35 +02:00
Marc Benoit
b33ec70c95
utils/collectd: run with low priority
...
Even on a powerful platform a collectd process'
activities are sometimes affecting throoughput and
latency. This is a backgroud process, that should not
be running with default priority.
Even if it is a little deplayed, that is not a worry in
this case. The routing should be the main priority,
stats collection can wait a bit.
Tested on Netgear R7800
Signed-off-by: Marc Benoit <marcb62185@gmail.com >
Make niceness more moderate, bump version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-07-08 10:14:35 +03:00
Hannu Nyman
831142a79e
Merge pull request #6313 from neheb/sispmctl
...
sispmctl: Update to 4.0
2018-07-07 20:32:11 +03:00
Hannu Nyman
fcdcc32879
Merge pull request #6270 from neheb/patch-24
...
yunbridge: Swich to 1.6.0
2018-07-07 20:28:14 +03:00
Rosen Penev
2a141f0052
sispmctl: Update to 4.0
...
Switched from git to tarball. There seems to be no activity since release
4.0.
Removed unneeded patches.
Added a library package since it seems to be required now.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-07-07 10:27:24 -07:00
Hannu Nyman
f42a51aeee
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
...
sysstat: bump to 11.6.4
2018-07-07 20:22:57 +03:00
Hannu Nyman
25aee63d23
Merge pull request #6221 from neheb/patch-5
...
zsh: Update to 5.5.1
2018-07-07 20:21:08 +03:00
Hannu Nyman
5bbbc36b3b
Merge pull request #6216 from neheb/patch-7
...
acpid: Update to 2.0.29
2018-07-07 20:20:27 +03:00
Hannu Nyman
dd76c9c14a
Merge pull request #6245 from neheb/patch-9
...
hdparm: Update to 9.56
2018-07-06 23:38:26 +03:00
Yousong Zhou
b9cfb7f3c6
i2c-tools: fix stale PKG_SOURCE_URL
...
Fixes openwrt/packages#5075
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2018-07-05 17:06:01 +08:00
Daniel F. Dickinson
d93d21a0b8
gnupg: Remove myself as maintainer
...
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com >
2018-07-04 23:54:49 -04:00
Daniel F. Dickinson
d35e0eafd6
findutils: Remove myself as maintainer
...
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com >
2018-07-04 23:53:23 -04:00
Hannu Nyman
f84ac71bc5
Merge pull request #6301 from micmac1/mariadb-up-102
...
mariadb: bump to 10.2 release series
2018-07-03 19:28:49 +03:00
Hannu Nyman
3ab201cc0c
Merge pull request #6309 from diizzyy/patch-2
...
tmux: Add path to global conf file
2018-07-03 19:22:43 +03:00
Felix Fietkau
3b45e95542
vim: disable darwin support
...
Fixes build on Mac OS X hosts
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2018-07-02 17:00:44 +02:00
Yousong Zhou
d03e32c513
treewide: fix missing/wrong MIRROR_HASH for sources from github
...
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value. The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2018-07-02 10:40:47 +08:00
Hannu Nyman
28d488f70c
Merge pull request #6368 from neheb/patch-15
...
unrar: Update to 5.6.5
2018-07-01 19:49:46 +03:00
Hannu Nyman
9e5d0b54c1
Merge pull request #6276 from diizzyy/utils-dbus
...
dbus: Update to 1.12.8
2018-07-01 19:45:45 +03:00
Sebastian Kemper
272974aecf
gammu: update lazy depend
...
libmariadbclient is now libmariadb. Update gammu depend to reflect that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-06-30 10:15:43 +02:00
Hannu Nyman
b5b604f95a
Merge pull request #6366 from neheb/patch-14
...
gnupg: Update to 1.4.23
2018-06-29 18:11:48 +03:00
David Woodhouse
6a6a1e9e32
rtl-sdr: fix build when GCC decides not to emit inlines
...
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.
Signed-off-by: David Woodhouse <dwmw2@infradead.org >
2018-06-29 14:29:53 +00:00
champtar
35690dd4ff
Merge pull request #6356 from aparcar/prom-0.16
...
prometheus-node-exporter-lua: adapt 0.16 metrics
2018-06-29 08:48:43 +02:00
Sebastian Kemper
94f88d3d83
mariadb: convert init script to procd
...
Also create a user "mariadb" and use it for running the server. And
add possibility to easily add command line args.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-06-28 21:31:42 +02:00
Sebastian Kemper
f8368276fe
mariadb: add convenience symlinks
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-06-28 21:28:23 +02:00