Commit graph

1786 commits

Author SHA1 Message Date
Dirk Brenken
6cbf7d80e5
Merge pull request #7066 from neheb/proc
procps-ng: Update to 3.3.15
2018-10-12 22:12:31 +02:00
Rosen Penev
a9f8712e63
cmdpad: Fix compile
Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior.

-fgnu89-inlining is not enough so use std=gnu89.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 12:50:00 -07:00
Rosen Penev
ea3981e0a5 oath-toolkit: Add patch from Fedora to fix compilation
Probably a result of GCC7 that it fails now.

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Reorganized Makefile slightly for consistency with other packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 12:13:13 -07:00
Rosen Penev
4c0337b7ec setserial: Don't build docs to remove nroff dependency
Buildbots are failing as they lack nroff.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 11:25:30 -07:00
Luiz Angelo Daros de Luca
ac2e6dfc0c
Merge pull request #7158 from neheb/hpl
hplip: Update to 3.18.9
2018-10-10 20:15:36 -03:00
Felix Fietkau
f3b7a2dd2d vim: fix build on non-linux systems after upgrade
The configure script calls uname directly and assumes that it returns
the system to build for.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-10-10 10:50:25 +02:00
Rosen Penev
f1633f3b2b hplip: Update to 3.18.9
Added patch to fix some glibc-isms.

Added PKG_BUILD_PARALLEL for faster compilation.

Rearranged slightly for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-09 16:20:32 -07:00
Rosen Penev
591a14f6a9 fio: Update to 3.11
Added an upstream pending patch to fix musl support.

Oddly enough, this never caused a runtime issue, only compile time
warnings.

Added myself as maintainer, as previously agreed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-07 14:40:54 -07:00
Rosen Penev
226dd7b047
ccid: Update to 1.4.30
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-07 06:13:14 -07:00
Hannu Nyman
cab093b7da
Merge pull request #6824 from neheb/vim
vim: Update to 8.1
2018-10-07 12:48:53 +03:00
Jianhui Zhao
7bbdbb4892 rtty: update to 6.3.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-05 15:29:40 +08:00
Philip Prindeville
2a12677e8c acpica-unix: update to 20180929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-09-30 13:55:50 -06:00
Guo Li
3f1b4c61ea bandwidthd: fix undefined references to inline functions
gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help

bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1

Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-30 00:36:07 +08:00
Rosen Penev
4415467185 hamlib: Update to 3.3
Rearranged Makefile for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-29 11:50:29 +08:00
Jianhui Zhao
c8bf54875f rtty: Update to 6.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 11:58:29 +00:00
Yousong Zhou
e38c100612 treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Hannu Nyman
dc1896db24
Merge pull request #6538 from FireCulex/bonnie++
bonnie++ 1.97.3
2018-09-23 19:22:38 +03:00
Hannu Nyman
af86b17064 nano: update to 3.1
* Update nano editor to 3.1
* Apply a post-release upstream patch to fix compilation

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-09-23 18:42:29 +03:00
Rosen Penev
519b638571 procps-ng: Update to 3.3.15
Switch from locally generated git tarball to official one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-17 18:26:05 -07:00
Rosen Penev
065b684d3c
fio: Update to 3.10 and disable HTTP
HTTP support is new and requires libcurl and an SSL library.

Rearranged Makefile for consistency with other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 12:52:32 -07:00
Rosen Penev
ff056fcffc zsh: Update to 5.6.2
Fixes at least CVE-2018-0502 and CVE-2018-13259

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Some small reorganization for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-14 18:41:22 -07:00
Michael Heimpold
bafd573d60
Merge pull request #7003 from dibdot/mc-vfs
mc: add VFS support by default
2018-09-12 21:33:40 +02:00
Dirk Brenken
33ed68f051 mc: enable VFS support by default
* provide VFS support in midnight commander by default (see #6999),
  this enlarge the package size by ~40KB.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-12 21:13:24 +02:00
Shuanglei Tao
57b657572d ttyd: update to 1.4.2
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2018-09-12 23:14:12 +08:00
Hannu Nyman
513b5376ed
Merge pull request #6985 from neheb/patch-18
fio: Update to 3.9
2018-09-10 18:09:06 +03:00
Hannu Nyman
667738cd7d
Merge pull request #6983 from jp-bennett/master
Nano and Fwknop updates
2018-09-10 13:10:37 +03:00
Rafał Miłecki
6787f5c6a0 zoneinfo: add zoneinfo-all meta package installing all zones info
It makes users life a bit easier by allowing them to get info for all
zones by installing a single package.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-09-10 09:01:01 +02:00
Rosen Penev
c102abca76
fio: Update to 3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-09 21:05:28 -07:00
Luiz Angelo Daros de Luca
134e8bb18d
Merge pull request #6354 from luizluca/hplip-3.18.6
Hplip 3.18.6 and (lib)cups
2018-09-09 23:11:09 -03:00
Jonathan Bennett
0ceaa4e32c Nano: Update to 3.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2018-09-09 16:50:43 -05:00
Phil Eichinger
6d9eb0c099 at: bump to version 3.1.23
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-09-08 21:04:00 +02:00
Rosen Penev
70ddd72b98 moreutils: Update to 0.62 and switch to git tarball
It's more generic in addition to being the source for the debian package.

PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no
handling for it in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 19:23:38 -07:00
Ted Hess
da55ed3f6a
Merge pull request #6777 from jqqqqqqqqqq/master
fish: add package fish shell
2018-09-01 10:22:53 -04:00
Curtis Jiang
64920f50c0 fish: add package fish shell
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
2018-08-31 21:57:28 -04:00
Ted Hess
2adc8366ad
Merge pull request #6856 from neheb/patch-25
less: Update to 530
2018-08-31 16:05:37 -04:00
Ted Hess
7a6c41977b
Merge pull request #6909 from neheb/patch-34
crelay: Update to 0.13
2018-08-31 15:15:00 -04:00
Eneas U de Queiroz
4b2805d433 yunbridge: fix PKG_BUILD_DIR
PKG_BUILD_DIR was set outside of BUILD_DIR.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-30 07:57:55 -03:00
Rosen Penev
deaa076357
crelay: Update to 0.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-29 13:33:46 -07:00
Dirk Brenken
6042445ad3
Merge pull request #6864 from neheb/patch-31
bluelog: Adjust source name to try to fix buildbot
2018-08-27 15:18:17 +02:00
Dirk Brenken
e38ca52ac6
Merge pull request #6779 from diizzyy/patch-8
utils/dbus: Update to 1.12.10
2018-08-27 09:49:00 +02:00
Luiz Angelo Daros de Luca
82fa9f35c5 sane-backends: add PKG_CPE_ID id
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-08-26 02:29:03 -03:00
Rosen Penev
7bbca3ed33
bluelog: Adjust source name to try to fix buildbot
The buildbot is failing on applying the patch:

https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt

Locally, this does not happen. I assume the reason is that it has some special handling for
GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-24 20:14:18 -07:00
Rosen Penev
71a657e11c
less: Update to 530
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-23 18:23:44 -07:00
Dirk Brenken
36f7715859
Merge pull request #6840 from micmac1/maria-10217
mariadb: bump to 10.2.17
2018-08-22 16:54:37 +02:00
Dirk Brenken
6dab28159b
Merge pull request #6734 from neheb/shadow
shadow: Update to 4.6
2018-08-22 16:41:52 +02:00
Sebastian Kemper
a6761ac20b mariadb: bump to 10.2.17
From Release Notes:

 - New variable innodb_log_optimize_ddl for avoiding delay due to page flushing and allowing concurrent backup
 - InnoDB updated to 5.7.23
 - ALTER TABLE fixes:
    MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or persistent statistics
    MDEV-15953 - Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir
    MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737
    MDEV-16809 - Allow full redo logging for ALTER TABLE
 - Temporary tables: MDEV-16713 - InnoDB hang with repeating log entry
 - indexed virtual columns: MDEV-15855 - Deadlock between purge thread and DDL statement
 - locking: MDEV-16664 - Change the default to innodb_lock_schedule_algorithm=fcfs
 - Galera: MDEV-15822 - WSREP: BF lock wait long for trx
 - Fixes for the following security vulnerabilities:
    CVE-2018-3060
    CVE-2018-3064
    CVE-2018-3063
    CVE-2018-3058
    CVE-2018-3066

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-08-21 23:19:29 +02:00
Rosen Penev
193b7ea072 vim: Update to 8.1
Switch URL to HTTP. More reliable.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:34:21 -07:00
Rosen Penev
ec71565acf
yara: Update to 3.8.1
Switched URL to codeload. The previous redirects to this one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:07:01 -07:00
Hannu Nyman
d9749c257b
Merge pull request #6602 from neheb/patch-17
evtest: Switch to tarballs
2018-08-20 20:08:43 +03:00
Yousong Zhou
9400257639 qemu: tighten up CONFIGURE_ARGS spec
This is more for readability, no functional change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-20 02:43:56 +00:00
Yousong Zhou
41c3a2e0a5 qemu: bump to version 3.0.0
Also switch to domain download.qemu.org and .xz files

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-20 02:38:56 +00:00
Hannu Nyman
53a912201c
Merge pull request #6539 from neheb/patch-4
bluelog: Switch to GitHub tarball
2018-08-19 20:15:39 +03:00
Daniel Engberg
5988204db7
utils/dbus: Update to 1.12.10
Update dbus to 1.12.10
Remove Steven Barth as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-17 23:53:07 +02:00
Dirk Brenken
aef396dd0e
Merge pull request #6761 from neheb/patch-22
btrfs-progs: Update to 4.17.1
2018-08-17 18:26:20 +02:00
Hannu Nyman
38ced675aa
Merge pull request #6729 from neheb/patch-28
grep: Update to 3.1
2018-08-16 17:33:16 +03:00
Rosen Penev
7e86dedef1 lsof: Fix dead URL + cosmetic fixes
Removed some whitespace and refreshed patches, which was forgotten during
the bump. No actual changes so no release bump.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:53:58 -07:00
Rosen Penev
e62e2ddd9a
btrfs-progs: Update to 4.17.1
Cosmetic adjustments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:47:47 -07:00
Rosen Penev
2192c572a3 shadow: Update to 4.6
Switched dead URLs to new upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:31:34 -07:00
Daniel Golle
b9dee6837a
Merge pull request #6624 from neheb/lvm
LVM2: Update to 2.02.80
2018-08-16 00:47:24 +02:00
Moritz Warning
0d2948b660 device-observatory: add new package
Shows network/wireless activity on a local website
to increase awareness for privacy and security matters.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-08-15 16:19:24 +00:00
Rosen Penev
307ac69e60 LVM2: Update to 2.02.81
Switch to upstream URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-14 22:28:07 -07:00
Andy Walsh
d85ba33b7a owfs/owshell: remove librpc depends
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
6ec78592f7 mc: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
93f9dccf5b lsof: update to 4.91, switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Florian Fainelli
f976d24f3f
Merge pull request #6683 from neheb/stoken
stoken: Update to 0.92 and switch to normal tarball.
2018-08-12 11:34:12 -07:00
Rosen Penev
ef6c6feef6 gammu: Update to 1.39.0
Cosmetic makefile changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-11 14:28:32 -07:00
Dirk Brenken
9100e029ca
Merge pull request #6712 from neheb/patch-24
gzip: Update to 1.9
2018-08-10 16:00:34 +02:00
Rosen Penev
5f01c15137
grep: Update to 3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-09 19:33:45 -07:00
Rosen Penev
1d6ae29e70
logrotate: Update to 3.14
Switched to .xz as that is a smaller archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-09 10:31:14 -07:00
Rosen Penev
c8c1b541e3
joe: Update to 4.6
Cosmetic makefile changes

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 16:04:05 -07:00
Rosen Penev
ef5ac65577
gzip: Update to 1.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 15:56:21 -07:00
Rosen Penev
dac07561bf
cryptsetup: Update to 2.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 15:31:30 -07:00
Hannu Nyman
30694e641e
Merge pull request #6544 from diizzyy/bluez550
bluez: Update to 5.50
2018-08-07 13:21:56 +03:00
Yousong Zhou
cfab296848 qemu: bump to version 2.12.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-06 02:02:11 +00:00
Andy Walsh
797a003f3c qemu-userspace: remove package
* remove samba4 build helper

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-06 09:50:54 +08:00
Rosen Penev
1866b659ac stoken: Update to 0.92 and switch to normal tarball.
Simplifies the Makefile quite a bit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:21:19 -07:00
Hannu Nyman
f52ffb2e2d
Merge pull request #6660 from neheb/sdr
rtl-sdr: Update to 0.5.4 and switch to tarballs
2018-08-05 20:18:38 +03:00
Hannu Nyman
09be66c143
Merge pull request #6685 from neheb/digi
digitemp: Switch to codeload
2018-08-05 20:18:01 +03:00
Hannu Nyman
3bc399fcfc
Merge pull request #6662 from neheb/433
rtl_433: Update to 18.05 and switch to codeload
2018-08-05 20:15:06 +03:00
Hannu Nyman
1883fd785c
Merge pull request #6669 from neheb/patch-9
fio: Update to 3.8
2018-08-05 20:14:15 +03:00
Rosen Penev
2eb25c44f4 rtl-ais: Update to 0.3 and switch to codeload (#6661)
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:49:06 +02:00
Rosen Penev
7f7170df92 digitemp: Switch to codeload
Simpler and makes version bumps easier.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 16:32:30 -07:00
Rosen Penev
04bc5aa5a6
fio: Update to 3.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-03 13:59:17 -07:00
Hannu Nyman
f1acc00ce9
Merge pull request #6496 from neheb/patch-3
ap51-flash: Update to 2018.0 and switch to tarball
2018-08-03 23:51:35 +03:00
Rosen Penev
3ca6ff90f9 rtl_433: Update to 18.05 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-02 18:54:46 -07:00
Rosen Penev
d80dbdbf50 rtl-sdr: Update to 0.5.4 and switch to tarballs
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-02 18:44:46 -07:00
Hannu Nyman
58f84d4295
Merge pull request #6491 from neheb/pci
pciutils: Update to 3.6.1
2018-08-02 20:59:56 +03:00
Rosen Penev
7846d27259
crelay: Update to 0.12 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 14:14:37 -07:00
Hannu Nyman
3118ac84fb
Merge pull request #6541 from neheb/patch-9
acl: Switch to tarballs
2018-07-31 22:42:59 +03:00
Hannu Nyman
142a6eb031
Merge pull request #6611 from neheb/ccrypt
ccrypt: Update to 1.11
2018-07-30 15:56:54 +03:00
Jo-Philipp Wich
644ff72edb
Merge pull request #5563 from Andy2244/samba-4.8
samba4: add package samba-4.8
2018-07-30 09:36:15 +02:00
Philip Prindeville
3b4208eebd
Merge pull request #6586 from neheb/patch-14
acpica-unix: Update to 20180629
2018-07-30 00:43:35 -04:00
Rosen Penev
2074901f33 ccrypt: Update to 1.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-29 18:36:20 -07:00
Rafał Miłecki
6e1104cc6d lxc: bump PKG_RELEASE after backporting nl patch
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-07-29 21:18:06 +02:00
Rafał Miłecki
13d57a5e9f lxc: nl: avoid NULL pointer dereference
This backports upstream fix from the master branch.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-07-29 21:17:08 +02:00
Thomas Heil
81380e2952
Merge pull request #6587 from neheb/acpid
acpid: Update to 2.0.30
2018-07-29 00:21:28 +02:00
Rosen Penev
869337f0ab
evtest: Switch to tarballs
Simpler. Should also fix uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-28 15:07:17 -07:00
Jo-Philipp Wich
74d75e4662
Merge pull request #6471 from BKPepe/master
owfs: update to the latest version (v3.2p2)
2018-07-28 19:21:51 +02:00
Rosen Penev
fb0426e91a acpid: Update to 2.0.30
Remove obsolete patch. Also update the website.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 13:15:51 -07:00
Rosen Penev
72e4953c63
acpica-unix: Update to 20180629
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 13:09:34 -07:00