Commit Graph

280 Commits

Author SHA1 Message Date
Moritz Warning 04a518498c sockread: add support for reading data from a pipe 2015-01-20 13:43:59 +01:00
Moritz Warning e5c39cc999 sockread: add new package
sockread reads data from a Unix domain socket

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2015-01-13 21:52:16 +01:00
Steven Barth 7689da5cd8 dbus: bump to 1.9.6.
Signed-off-by: Steven Barth <steven@midlink.org>
2015-01-11 20:27:06 +01:00
Jo-Philipp Wich efe52d2fe5 Merge pull request #762 from jow-/smartmontools-autoreconf
smartmontools: use generic autoreconf fixup
2015-01-10 18:48:20 +01:00
Nicolas Thill 9afb5e8cf8 bluelog: import from old packages feed
- update to latest version (v1.1.2)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:44:46 +01:00
Nicolas Thill e7cc6d850e bluez: adjust license infos
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:29:12 +01:00
Jo-Philipp Wich 2e92e83d10 smartmontools: use generic autoreconf fixup
Instead of using the broken upstream autogen.sh, utilize then generic
autoreconf PKG_FIXUP.

This fixes the following configure error after the recent automake
update in trunk:

-- 8< --
You must have at least GNU Automake 1.7 (up to 1.14) installed
in order to bootstrap smartmontools from SVN. Download the
appropriate package for your distribution, or the source tarball
from ftp://ftp.gnu.org/gnu/automake/ .

Also note that support for new Automake series (anything newer
than 1.14) is only added after extensive tests. If you live in
the bleeding edge, you should know what you're doing, mainly how
to test it before the developers. Be patient.
make[2]: *** [.../.configured_] Error 1
-- >8 --

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 16:02:56 +01:00
Jo-Philipp Wich fe91b194d1 mysql: fix build with Bison 3.x
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 15:43:33 +01:00
Nicolas Thill 4e216b8b28 bluez: enable static lib, install dev files
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:50:43 +01:00
Nicolas Thill 26725ee8a9 bluez: add new package
This merges & obsoletes bluez-libs & bluez-utils from old packages feed.

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:04:35 +01:00
Steven Barth c47ced20c1 Merge pull request #733 from aTanW/master
gammu: bump version to upstream 1.34.0
2015-01-05 18:49:44 +01:00
aTanW 400ddf6054 gammu: bump version to upstream 1.34.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2015-01-05 20:28:45 +03:00
Luka Perkov 44cb084378 taskwarrior: import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-04 00:41:32 +01:00
Christian Pointner c55ece05ed stm32flash: upgrade to new version 0.4
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-12-30 02:34:40 +01:00
Gergely Kiss 37273090ea shadow: select all packages by default
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-26 17:58:10 +01:00
Gerald Kerma e8c7a93415 smstools3 : ADD smstools3 package
Add smstools3 package from http://smstools3.kekekasvi.com/

Tested successfull as an email/sms gateway with :
- Device: ID 12d1:1001 Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem
- Trunk: OpenWrt Chaos Calmer r43753
- Kirkwood : Globalscale Technologies Guruplug Server Plus

Send and receive SMS with modem : OK
Forward received SMS to mailhub : OK

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
2014-12-23 06:42:47 +01:00
Daniel Golle 602a247dfd btrfs-progs: improve init script
check for btrfs in /proc/filesystems instead of /proc/modules

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-22 09:50:06 +01:00
Gergely Kiss 7cdff9ec14 shadow-utils: remove dependency causing conflict
The "+ALL:shadow" dependency causes conflict with passwd utility
as it is provided by busybox in the default configuration.

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-20 23:12:22 +01:00
Gergely Kiss 3e0466eaff shadow: fix libintl/libiconv dependencies
Include nls.mk rather than explicitly using the stub versions.
This allows to make the packages depend on the full versions
of libiconv & libintl and thus to have full language support.

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-20 23:01:56 +01:00
Álvaro Fernández Rojas e3d4943bea unrar: update to 5.2.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-12-20 13:10:19 +01:00
Julen Landa Alustiza e16770df9a less: import from oldpackages.
Current oldpackages version is latest stable.
Added myself as maintainer.
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2014-12-19 12:44:13 +01:00
Daniel Golle 21f598178e Merge pull request #648 from mstorchak/lvm2
lvm2 improvements
2014-12-19 03:47:33 +01:00
Julen Landa Alustiza 2b1003da62 grep: update to 2.21, add license and maintainer
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2014-12-18 14:12:31 +01:00
Steven Barth d24befd61c dbus: readd libpthread dependency (accidentally removed)
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-18 09:51:10 +01:00
Steven Barth f0e61a423c dbus: fix musl build
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-17 10:34:38 +01:00
Steven Barth c6b61a828b dbus: update to 1.9.4
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-17 10:33:11 +01:00
Gergely Kiss 76ba0ac87a procps: import version 3.2.8 of the procps utilities
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-16 08:39:13 +01:00
Maxim Storchak c92de8b441 lvm2: strip lvm.conf, ipk size down by ~20k
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 23:00:03 +02:00
Maxim Storchak 0b452c03d4 lvm2: symlink individual tools to lvm binary
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 22:59:42 +02:00
Steven Barth 65d8897100 shadow: remove duplicate install section
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-14 19:01:24 +01:00
Steven Barth e2816565be shadow: add dummy install-section for shadow-utils
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-14 18:51:31 +01:00
Steven Barth f81177080e Merge pull request #638 from aTanW/master
joe: add a new package to the build tree
2014-12-14 13:25:12 +01:00
Maxim Storchak db4774c3ef attr: update to 20141020, add license files
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:08:02 +02:00
Maxim Storchak 55a311a5ae acl: update to 20140812, add license files
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:07:31 +02:00
Maxim Storchak 59adfc86b9 lsof: add license information
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:06:48 +02:00
Maxim Storchak 83cfd71e1e haserl: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:06:11 +02:00
Maxim Storchak c2de9f0992 smartmontools: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:05:43 +02:00
Maxim Storchak ada087cbca tmux: add license file
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-12-14 13:04:49 +02:00
Daniel Golle 678fc8edc6 opensc: fix help output of openpgp-tool
A comma sign was left-out when re-basing the GnuK patch on top of opensc.
Also order options more intuitively, put --do last.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-13 03:55:57 +01:00
aTanW 0f0cdec0b9 joe: add a new package to the build tree
Joe is world-famous Wordstar like text editor,
that also features Emacs and Pico emulation

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile                   |   63 ++++
 files/joerc                |  621 +++++++++++++++++++++++++++++++++++++++++++++
 patches/001-mathaway.patch |   58 ++++
 3 files changed, 742 insertions(+)
2014-12-12 21:03:22 +03:00
Daniel Golle 455a68b7d0 Merge pull request #612 from the2masters/btrfs-progs-init-script
btrfs-progs: Fix init script
2014-12-11 17:45:02 +01:00
Steven Barth 5b26425258 Merge pull request #636 from aTanW/master
gammu: Fix copypaste typo in config file installation
2014-12-11 17:28:08 +01:00
aTanW fa215d1952 gammu: Fix copypaste typo in config file installation 2014-12-11 16:15:04 +03:00
Steven Barth 5aff1d1fe3 Merge pull request #633 from aTanW/master
Fix gammu config file installation and declaration
2014-12-10 17:48:19 +01:00
aTanW 0263f910cb Fix gammu config file installation and description
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
2014-12-10 19:36:15 +03:00
Daniel Golle 4ae61ef936 Merge pull request #611 from the2masters/btrfs-progs-compile-fix
btrfs-progs: add libacl as compile time dependency
2014-12-10 16:36:49 +01:00
Luka Perkov bad607f2c2 f2fs-tools: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-12-10 15:03:07 +01:00
Steven Barth e53dca7f97 Merge pull request #623 from aTanW/master
This adds package gammu v 1.33.0 to the build tree
2014-12-09 20:32:38 +01:00
Ted Hess 8b5421f699 misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
aTanW f044f11552 This adds package gammu v 1.33.0 to the build tree
Gammu is a tool for cell phone/modem control, including
send/receive SMS, phone directory and other.

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile                                 |   68 +++++++++++++++++++++++++++++++
 files/gammurc                            |   37 ++++++++++++++++
 patches/001-iconv-disabling-option.patch |   51 +++++++++++++++++++++++
 patches/002-no-fstack-protector.patch    |   11 +++++
 patches/003-cmake-cross-toolchain.patch  |   43 +++++++++++++++++++
 patches/010-utils-shell-fix.patch        |   16 +++++++
 6 files changed, 226 insertions(+)
2014-12-09 19:32:33 +03:00