aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* hplip: Update to 3.18.9Rosen Penev2018-10-09
| | | | | | | | | | 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>
* fio: Update to 3.11Rosen Penev2018-10-07
| | | | | | | | | | | 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>
* Merge pull request #6824 from neheb/vimHannu Nyman2018-10-07
|\ | | | | vim: Update to 8.1
| * vim: Update to 8.1Rosen Penev2018-08-20
| | | | | | | | | | | | | | | | Switch URL to HTTP. More reliable. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | rtty: update to 6.3.0Jianhui Zhao2018-10-05
| | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | acpica-unix: update to 20180929Philip Prindeville2018-09-30
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | bandwidthd: fix undefined references to inline functionsGuo Li2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | hamlib: Update to 3.3Rosen Penev2018-09-29
| | | | | | | | | | | | | | | | Rearranged Makefile for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | rtty: Update to 6.2.0Jianhui Zhao2018-09-28
| | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | | | | | | | | 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>
* | Merge pull request #6538 from FireCulex/bonnie++Hannu Nyman2018-09-23
|\ \ | | | | | | bonnie++ 1.97.3
| * | bonnie: 1.97.3Matthew M. Dean2018-07-21
| | | | | | | | | | | | | | | | | | Update to fix compilation issues with GCC7 Signed-off-by: Matthew M. Dean <fireculex@gmail.com>
* | | nano: update to 3.1Hannu Nyman2018-09-23
| | | | | | | | | | | | | | | | | | | | | * Update nano editor to 3.1 * Apply a post-release upstream patch to fix compilation Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | fio: Update to 3.10 and disable HTTPRosen Penev2018-09-15
| | | | | | | | | | | | | | | | | | | | | 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>
* | | zsh: Update to 5.6.2Rosen Penev2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #7003 from dibdot/mc-vfsMichael Heimpold2018-09-12
|\ \ \ | | | | | | | | mc: add VFS support by default
| * | | mc: enable VFS support by defaultDirk Brenken2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | ttyd: update to 1.4.2Shuanglei Tao2018-09-12
|/ / / | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | Merge pull request #6985 from neheb/patch-18Hannu Nyman2018-09-10
|\ \ \ | | | | | | | | fio: Update to 3.9
| * | | fio: Update to 3.9Rosen Penev2018-09-09
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6983 from jp-bennett/masterHannu Nyman2018-09-10
|\ \ \ \ | | | | | | | | | | Nano and Fwknop updates
| * | | | Nano: Update to 3.0Jonathan Bennett2018-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | | zoneinfo: add zoneinfo-all meta package installing all zones infoRafał Miłecki2018-09-10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #6354 from luizluca/hplip-3.18.6Luiz Angelo Daros de Luca2018-09-09
|\ \ \ \ | |/ / / |/| | | Hplip 3.18.6 and (lib)cups
| * | | hplip: import from oldpackage and update to 3.18.6Luiz Angelo Daros de Luca2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hplip was split into subpackages: * hplip-common: generic files * hplip-sane: sane backend - patched to remove cups deps used only for network scanners * hplip-cups: cups driver (currently disabled) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | at: bump to version 3.1.23Phil Eichinger2018-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | Merge pull request #6777 from jqqqqqqqqqq/masterTed Hess2018-09-01
|\ \ \ \ | | | | | | | | | | fish: add package fish shell
| * | | | fish: add package fish shellCurtis Jiang2018-08-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
* | | | | Merge pull request #6856 from neheb/patch-25Ted Hess2018-08-31
|\ \ \ \ \ | | | | | | | | | | | | less: Update to 530
| * | | | | less: Update to 530Rosen Penev2018-08-23
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6909 from neheb/patch-34Ted Hess2018-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | crelay: Update to 0.13
| * | | | | | crelay: Update to 0.13Rosen Penev2018-08-29
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | yunbridge: fix PKG_BUILD_DIREneas U de Queiroz2018-08-30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_BUILD_DIR was set outside of BUILD_DIR. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #6864 from neheb/patch-31Dirk Brenken2018-08-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | bluelog: Adjust source name to try to fix buildbot
| * | | | | | bluelog: Adjust source name to try to fix buildbotRosen Penev2018-08-24
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #6779 from diizzyy/patch-8Dirk Brenken2018-08-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | utils/dbus: Update to 1.12.10
| * | | | | | utils/dbus: Update to 1.12.10Daniel Engberg2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | sane-backends: add PKG_CPE_ID idLuiz Angelo Daros de Luca2018-08-26
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #6840 from micmac1/maria-10217Dirk Brenken2018-08-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | mariadb: bump to 10.2.17
| * | | | | | mariadb: bump to 10.2.17Sebastian Kemper2018-08-21
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #6734 from neheb/shadowDirk Brenken2018-08-22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | shadow: Update to 4.6
| * | | | | shadow: Update to 4.6Rosen Penev2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched dead URLs to new upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6602 from neheb/patch-17Hannu Nyman2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | evtest: Switch to tarballs
| * | | | | | evtest: Switch to tarballsRosen Penev2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler. Should also fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | qemu: tighten up CONFIGURE_ARGS specYousong Zhou2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more for readability, no functional change Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | qemu: bump to version 3.0.0Yousong Zhou2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to domain download.qemu.org and .xz files Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #6539 from neheb/patch-4Hannu Nyman2018-08-19
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | bluelog: Switch to GitHub tarball
| * | | | | | bluelog: Switch to GitHub tarballRosen Penev2018-07-25
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The website does not work anymore. It seems development has moved to GitHub. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6761 from neheb/patch-22Dirk Brenken2018-08-17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | btrfs-progs: Update to 4.17.1
| * | | | | btrfs-progs: Update to 4.17.1Rosen Penev2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic adjustments Signed-off-by: Rosen Penev <rosenp@gmail.com>