Ted Hess
d6b0c625ab
Merge pull request #1065 from oneru/master
...
Update Nano to 2.4 release
2015-03-23 12:48:09 -04:00
Jonathan Bennett
1f22744069
Update Nano to 2.4 release, update copyright info, and add license tags
...
Signed-off-by: Jonathan Bennett jbennett@incomsystems.biz
2015-03-23 11:14:44 -05:00
Vladimir Ulrich
471cf1a9ef
[utils/zoneinfo] Updated package to the latest version
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-03-23 18:31:20 +03:00
Daniel Golle
ba4338d6f7
mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile
...
Now that security features are set globally, having the
FORTIFY_SOURCE option set in Makefile breaks the build when
CONFIG_PKG_FORTIFY_SOURCE_{1,2} is enabled as well.
arm-openwrt-linux-uclibcgnueabi-gcc -Wall -Werror -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Os -pipe -march=armv6k -mtune=mpcore -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous definition
cc1: all warnings being treated as errors
Makefile:35: recipe for target 'mmc.o' failed
Fix this by removing -D_FORTIFY_SOURCE=2 from Makefile.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-15 20:51:51 +01:00
Michael Heimpold
f59d4a76f8
collectd: unbreak collectd-mod-modbus
...
I tested it successfully on a Asus WL-500gP V2, querying
a Modbus TCP server.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-13 22:41:47 +01:00
Marko Ratkaj
1c9dfa57bb
vim: fix acl detection bug
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-12 23:33:36 +01:00
John Crispin
98be2ca3e0
global: change all instances of USE_EGLIBC to USE_GLIBC
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-12 20:52:37 +01:00
Dora Budic
b0cb516206
taskwarrior: update to 2.4.1.
...
Signed-off-by: Dora Budic <dora2411@gmail.com>
2015-03-11 23:47:25 +01:00
Steven Barth
704e2f8d89
kmod: fixup automadness
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-11 08:56:44 +01:00
Jo-Philipp Wich
5035ac4079
Merge pull request #975 from hnyman/collectd542
...
collectd: update to 5.4.2
2015-03-11 00:18:19 +01:00
Álvaro Fernández Rojas
8d196b7c4f
tar: add libacl and libattr dependencies
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-10 23:46:24 +01:00
Jeff Waugh
fb36bf7286
kmod: Update to kmod 20, enable parallel build
...
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
2015-03-06 07:38:32 +11:00
Álvaro Fernández Rojas
94e7fbdda1
tar: import from oldpackages and upgrade to 1.28
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 19:57:57 +01:00
Steven Barth
250327e75b
Merge pull request #995 from plntyk/gammu_fixes
...
Gammu fixes
2015-03-09 06:54:25 +01:00
Nicolas Thill
1f3925de20
kmod: fix pkgconfig file
...
The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths.
The patch lets autoconf handle pkgconfig file subst, like other packages do.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-09 03:44:26 +01:00
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 03:39:57 +01:00
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:39 +01:00
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:03 +01:00
Daniel Golle
3c5dff963e
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-08 17:34:15 +01:00
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
...
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:32:10 +01:00
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:26:34 +01:00
Nicolas Thill
09f4d6b549
gnupg: update to 1.4.19
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Michael Heimpold
ec44072a4c
mmc-utils: fix typo in Makefile
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:47:51 +01:00
Dirk Neukirchen
7c68afaf4a
gammu: fix dependencies
...
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-07 10:39:53 +01:00
Dirk Neukirchen
5819a55155
gammu: use cmake.mk
...
- remove not needed legacy stuff
- fix lib64 suffix when installing
fixes build error when target is x86_64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-07 10:39:44 +01:00
Michael Heimpold
a05ece16a9
mmc-utils: add new package
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-06 23:31:54 +01:00
Ted Hess
861f57e924
Merge pull request #979 from mstorchak/attr
...
attr: update to 20150220
2015-03-02 18:44:36 -05:00
Maxim Storchak
8456832c95
attr: update to 20150220
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-03 00:17:36 +02:00
Marko Ratkaj
c48fe5e030
vim: import from old packages
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-02 19:57:02 +01:00
Hannu Nyman
5dfdf5374c
collectd: update to 5.4.2
...
Update collectd, base of Luci statistics, to 5.4.2.
Patches have been refreshed.
905-fix-sigrok-upstream-patch-post-541 was removed as unnecessary.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-03-02 19:52:46 +02:00
Steven Barth
e5d7553986
Merge pull request #958 from aTanW/master
...
gammu: change startup/config file names to avoid potential conflict
2015-03-02 08:01:00 +01:00
Steven Barth
efc8978b91
Merge pull request #878 from jow-/lxc-autoconf-fix
...
lxc: use generic autoreconf fixup
2015-03-02 07:58:37 +01:00
Maxim Storchak
5b90cf85de
haserl: update to 0.9.34
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-28 12:04:51 +02:00
aTanW
96ef85a37e
gammu: change startup/config file names to avoid potential conflict
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/gammu.init | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
2015-02-26 15:51:39 +03:00
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Steven Barth
39c354198a
Merge pull request #924 from jdub/kmod
...
kmod: Add kmod package
2015-02-19 08:34:27 +01:00
Jeff Waugh
bf50189495
kmod: Add kmod package
...
- libkmod for programmatic control of Linux modules
- kmod for administrative control of Linux modules,
symlinks for the familiar module-init-tools suite
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
2015-02-19 00:35:27 +11:00
Steven Barth
0d10c8ae48
Merge pull request #905 from psycho-nico/fix-gammu
...
gammu: disable libdbi support explicitly
2015-02-17 17:23:28 +01:00
Steven Barth
e056e5792e
dbus: bump to 1.9.10
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-17 16:14:40 +01:00
Steven Barth
a54fc34d57
Merge pull request #902 from aTanW/master
...
gammu: add uci config and procd service control
2015-02-17 15:54:00 +01:00
Jo-Philipp Wich
d24359b730
Merge pull request #915 from Zokormazo/grep
...
grep: Fix CVE-2015-1345 heap buffer overrun
2015-02-17 12:54:34 +01:00
Julen Landa Alustiza
e0edca76da
grep: Fix CVE-2015-1345 heap buffer overrun
...
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2015-02-17 12:50:51 +01:00
Nicolas Thill
548c85a5f9
macchanger: import from old packages feed
...
- update to latest version (v1.7.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:42:35 +01:00
Marcel Denia
25e6fcbb85
bash: Update to 4.3.33
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 17:01:01 +01:00
Álvaro Fernández Rojas
857def5d1a
unzip: patch CVE-2014-8139, CVE-2014-8140, CVE-2014-8141 and CVE-2014-9636
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-02-16 15:04:23 +01:00
Jo-Philipp Wich
993d3dae07
Merge pull request #875 from jow-/attr-autoconf-fix
...
attr: use generic autoreconf fixup
2015-02-16 12:25:10 +01:00
Jo-Philipp Wich
d8b4da4ba7
Merge pull request #874 from jow-/acl-autoconf-fix
...
acl: use generic autoreconf fixup
2015-02-16 12:24:50 +01:00
Álvaro Fernández Rojas
397868f064
unrar: update to 5.2.5
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-02-15 02:08:50 +01:00
Maxim Storchak
b142d973db
lvm2: set cache directory to /tmp/lvm/cache
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-14 10:36:56 +02:00
Nicolas Thill
7be03a4be0
gammu: disable libdbi support explicitly
...
Fixes a dependency error when libdbi was built before gammu
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-13 20:03:04 +01:00