Daniel Golle
ae8d9dcadd
btrfs-progs: use $(LN) macro, bump release
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-03 16:49:30 +02:00
Nicolas Thill
bc52054224
bluez: cosmetic fixes
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-03 07:56:39 +02:00
Nicolas Thill
64332b7cdf
mysql: only use g++-uc wrapper with uClibc++
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-03 07:44:23 +02:00
Nicolas Thill
948257ceda
Merge branch 'master' of github.com:openwrt/packages
2015-04-03 07:35:37 +02:00
Florian Fainelli
66260d1317
Merge pull request #1084 from ffainelli/hfsprogs
...
hfsprogs: initial import
2015-04-02 19:05:02 -07:00
Dirk Neukirchen
bcc6516a9b
bluez: refresh for bluez5
...
bluez is craply documented
contains changes needed for bluetooth audio playback
bluetooth playback tested successfully with
android mobile (source) to TI omap BeagleBoard (A2DP sink)
- install .conf files according to source code
- package bluetoothd
- new package examples for python commandline tools that might provide
functionality without dbus
- other changes are needed (pulseaudio,sbc,uinput)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:58:22 +02:00
Dirk Neukirchen
734a851876
bluez: remove legacy stuff from /etc/config/bluetooth
...
pand/dund removed upstream:
commit: Move hidd pand and dund into compat directory
commit: (2012-07-04) remove compat daemons
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:57:26 +02:00
Dirk Neukirchen
334b441011
bluez: fix bluez5 init with procd
...
- remove deprecated daemons
- bluetoothd is managed via /etc/bluetooth/*.conf files and dbus
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 09:48:24 +02:00
Daniel Golle
ea5259e701
btrfs-progs: btrfsck is a symlink to btrfs
...
safe half a meg by not copying the btrfs binary twice.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:28:17 +02:00
Daniel Golle
78fa57ebdb
btrfs-progs: don't build btrfs-convert
...
Get rid of libext2fs dependency.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Daniel Golle
ee912a3869
cryptsetup: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Daniel Golle
fc81d14100
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Nicolas Thill
d63fe412a0
bluez: remove old conffiles entries
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:41:02 +02:00
Nicolas Thill
5d6501b365
bluez: update to 5.29
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-01 06:39:51 +02:00
Álvaro Fernández Rojas
455b2dc388
unrar: update to v5.2.7
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-31 19:25:42 +02:00
Ted Hess
20fbeeb4e8
Merge pull request #1093 from dangowrt/ntfs3g-musl-fix
...
ntfs-3g: fix build with musl when using internal libfuse
2015-03-31 08:23:11 -04:00
Daniel Golle
8f76aa4626
ntfs-3g: fix build with musl when using internal libfuse
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 19:29:34 +02:00
Daniel Golle
e6825ac677
btrfs-progs: bump to 3.19.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 15:47:58 +02:00
Daniel Golle
6f6245b358
dosfstools: fix build with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 16:24:31 +02:00
Florian Fainelli
80a613afd0
open-plc-utils: bump to 2015-02-23
...
Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI
recommended wording for mac2pw and mac2pwd.")
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-03-28 11:51:45 -07:00
Maxim Storchak
3fcb52b536
haserl: update to 0.9.35
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-03-28 14:35:41 +02:00
Florian Fainelli
197e6a5a1c
hfsprogs: initial import
...
Adds supports for hfsprogs, allowing the creation and verification of
HFS/HFS+ filesystems.
This creates two selectable packages:
- hfsfsck
- mkhfs
A filesystem checking script is included with hfsfsck to allow OpenWrt
to check/repair filesystem errors.
Using Ubuntu's 332.25 sources plus their patches from debian/patches/.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-03-27 22:18:15 -07:00
Mario Halambek
268dd7c603
lxc: bump to 1.1.1
...
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
2015-03-25 18:50:44 +01:00
Ted Hess
526ec883b2
Merge pull request #1070 from dibdot/master
...
mc: add missing libmount dependency
2015-03-24 11:56:33 -04:00
Steven Barth
0f8e376b08
Merge pull request #1062 from smoofra/tmux
...
tmux: build fix: don't -I /usr/local/include
2015-03-24 11:28:59 +01:00
dibdot
3aca029e54
mc: add missing libmount dependency
...
Fix compile error: add newly required libmount dependency.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2015-03-24 08:32:11 +01:00
Lawrence D'Anna
bd78782e2e
tmux: build fix: don't -I /usr/local/include
...
Tmux is forcing -I /usr/local/include on the compiler. Obviously, this is not
good for cross compiles. God only knows why they put it here in the first
place.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
2015-03-23 18:38:53 -07:00
dibdot
9f1070dd98
mc: bump version to 4.8.14
...
Update Midnight Commander to latest stable release.
Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2015-03-23 21:26:26 +01:00
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
aTanW
c450e69fb1
gammu: add uci config and procd service control
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 +++++---
2015-02-13 16:22:17 +03:00
Ted Hess
65919397bc
Merge pull request #895 from aTanW/master
...
gammu: remove unneeded dependencies
2015-02-11 09:25:16 -05:00
aTanW
760ba95253
gammu: remove unneeded dependencies
...
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2015-02-11 16:20:21 +03:00
Nicolas Thill
e222bf249d
dbus: disable rpath
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-09 17:00:22 +01:00
Steven Barth
c6663a360b
dbus: bump to 1.9.8
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-02-09 09:44:41 +01:00
Nikos Mavrogiannopoulos
53ea5955bd
cryptodev-linux: updated to 1.7
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-08 20:46:40 +01:00
Marko Ratkaj
64a3a4840e
lxc: update to 1.1.0
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-02-08 02:35:09 +01:00
Jo-Philipp Wich
8baab92562
lxc: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Configure override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-08 00:12:26 +01:00
Jo-Philipp Wich
a323982222
attr: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Prepare override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:47:03 +01:00
Jo-Philipp Wich
0c0c590616
acl: use generic autoreconf fixup
...
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Prepare override.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 23:45:27 +01:00
Nicolas Thill
8c482bdf95
openobex: add new package (v1.7.1)
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:19:26 +01:00
Nicolas Thill
85044affde
bluez: update to 5.28
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 10:36:02 +01:00
Steven Barth
c8e4b2e937
Merge pull request #851 from paulfertser/master
...
openocd: fix package dependencies
2015-02-06 10:19:35 +01:00
David Bonnes
96d208380e
dosfstools: bump to v3.0.27 & add ICONV support
...
Signed-off-by: David Bonnes <david.bonnes@gmail.com>
2015-02-04 21:57:26 +00:00
Paul Fertser
ad9ae24a29
openocd: fix package dependencies
...
OpenOCD autoselects libftdi1 when it's present, and should explicitly
depend on it, same about libusb-0.1 API which is provided by
libusb-compat.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-03 17:11:37 +03:00
Daniel Golle
ac2a414592
lvm2: bump to version 2.02.116
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-01 20:42:50 +01:00
champtar
b69f33a898
Merge pull request #835 from paulfertser/master
...
Add OpenOCD embedded debugging software
compile tested for ar71xx
2015-02-01 20:30:47 +01:00
Paul Fertser
361c320678
openocd: add OpenOCD, a tool to work with on-chip debug and JTAG
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-01 21:18:00 +03:00
Etienne CHAMPETIER
1b5d9a6fb3
zoneinfo: fix #838 PR (update MD5SUMs, reset PKG_RELEASE)
...
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-02-01 12:52:37 +01:00
Vladimir Ulrich
44d5fce417
Updated for a most recent version.
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-01-31 17:03:06 +03:00
Ted Hess
ebcd0936ee
Merge pull request #819 from probonopd/hub-ctrl
...
hub-ctrl: Control USB power on a port by port basis
2015-01-25 18:57:30 -05:00
Daniel Golle
9082a3efac
lvm2: bump to version 2.02.115
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-01-26 00:16:44 +01:00