aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | gst1-plugins-bad: Remove srtp plugin (again) until libsrtp is updatedTed Hess2014-12-12
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | ocserv: updated to 0.8.9Nikos Mavrogiannopoulos2014-12-12
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | gnutls: updated to 3.3.11Nikos Mavrogiannopoulos2014-12-12
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoonNoah Meyerhans2014-12-11
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | net/ipsec-tools: Install our own racoon.conf rather than using the one ↵Noah Meyerhans2014-12-11
| | | | | | | | | | | | | | | | | | provided upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | Merge pull request #612 from the2masters/btrfs-progs-init-scriptDaniel Golle2014-12-11
|\ \ \ | | | | | | | | btrfs-progs: Fix init script
| * | | btrfs-progs: Fix init scriptStefan Hellermann2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the init script calls the old btrfsctl util, which is not included in btrfs-progs anymore. Update the init script to call "btrfs device scan" which assembles multi device btrfs filesystems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | | Merge pull request #636 from aTanW/masterSteven Barth2014-12-11
|\ \ \ \ | | |_|/ | |/| | gammu: Fix copypaste typo in config file installation
| * | | gammu: Fix copypaste typo in config file installationaTanW2014-12-11
| | | |
* | | | wget: update to 1.16.1Peter Wagner2014-12-11
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | upmpdcli: fix indentationSteven Barth2014-12-11
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | libupnpp: fix indentationSteven Barth2014-12-11
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | bind: Update to 9.9.6-P1 to address security issues CVE-2014-8500Noah Meyerhans2014-12-10
| | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | Merge pull request #600 from sourceindex/added-new-libnfc-packageTed Hess2014-12-10
|\ \ \ \ | | | | | | | | | | libnfc: new package including the latest version of libnfc and utils
| * | | | libnfc: switched to developer git repositorySebastian Wendel2014-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
| * | | | libnfc: updated Makefile copyright headerSebastian Wendel2014-12-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel packages@sourceindex.de
| * | | | libnfc: new package including the latest version of libnfc and utilsSebastian Wendel2014-12-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
* | | | | Merge pull request #633 from aTanW/masterSteven Barth2014-12-10
|\ \ \ \ \ | | |/ / / | |/| | | Fix gammu config file installation and declaration
| * | | | Fix gammu config file installation and descriptionaTanW2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
* | | | | Merge pull request #611 from the2masters/btrfs-progs-compile-fixDaniel Golle2014-12-10
|\ \ \ \ \ | | | | | | | | | | | | btrfs-progs: add libacl as compile time dependency
| * | | | | btrfs-progs: add libacl as compile time dependencyStefan Hellermann2014-12-08
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I got following error while compiling btrfs-progs for ar71xx: make[4]: Entering directory `/home/stefan/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/btrfs-progs-v3.17.3' [LN] libbtrfs.so.0 [LN] libbtrfs.so [CC] btrfs-convert.o [LD] libbtrfs.so.0.1 /home/stefan/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/libblkid.so: warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams. glibc's version returns wide chars in buffer for the wide stream case. [LD] mkfs.btrfs [LD] btrfs [LD] btrfs-debug-tree [LD] btrfs-image [LD] btrfs-map-logical [LD] btrfs-zero-log [LD] btrfs-find-root btrfs-convert.c:30:21: fatal error: sys/acl.h: No such file or directory #include <sys/acl.h> ^ compilation terminated. make[4]: *** [btrfs-convert.o] Error 1 fix it by adding libacl as compile time dependency, as btrfs-convert is not linked to libacl. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | | | f2fs-tools: add packageLuka Perkov2014-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | Merge pull request #631 from commodo/python-dns-fixSteven Barth2014-12-10
|\ \ \ \ \ | | | | | | | | | | | | Python dns fix
| * | | | | python-dns: update PKG_NAMEAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_NAME should be the name of the actual OpenWRT package, and not the name of the original package name. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-dns: update compile rule and add PyPackage rulesAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-dns: add $(eval $(call PyPackage,python-dns))Alexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be included by Python packages if they want to run Python-package-specific build rules. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-dns: fix python-mini dependency to pythonAlexandru Ardelean2014-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-mini does not exist anymore For now we'll just fix the build, and we'll do a bit more smart packaging later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #625 from ignisf/add-upmpdcliTed Hess2014-12-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | upmpdcli: Add upmpdcli-0.9.0 to the packages repository
| * | | | | | upmpdcli: Add upmpdcli-0.9.0 to the packages repositoryPetko Bordjukov2014-12-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upmpdcli is a DLNA renderer that forwards the commands it receives to an MPD server. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* | | | | | Merge pull request #624 from ignisf/add-libupnppTed Hess2014-12-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libupnpp: Add libupnpp-0.9.0 to the packages repository
| * | | | | libupnpp: Add libupnpp-0.9.0 to the packages repositoryPetko Bordjukov2014-12-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This library is a wrapper of libupnp written in C++. It is a dependency of upmpdcli. Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
* | | | | Merge pull request #623 from aTanW/masterSteven Barth2014-12-09
|\ \ \ \ \ | | |/ / / | |/| | | This adds package gammu v 1.33.0 to the build tree
| * | | | This adds package gammu v 1.33.0 to the build treeaTanW2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(+)
* | | | | misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #622 from roger-/micropythonTed Hess2014-12-09
|\ \ \ \ \ | |/ / / / |/| | | | micropython: update to latest
| * | | | micropython: update to latestRoger2014-12-09
| | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | | | | Merge pull request #621 from thess/mjpg-streamer-work2Ted Hess2014-12-09
|\ \ \ \ \ | |/ / / / |/| | | | mjpg-streamer: Fix V4L2 option dependency selection and add camera led c...
| * | | | mjpg-streamer: Fix V4L2 option dependency selection and add camera led ↵Ted Hess2014-12-09
|/ / / / | | | | | | | | | | | | | | | | | | | | control option Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #620 from commodo/python3-updateSteven Barth2014-12-09
|\ \ \ \ | | | | | | | | | | Python3 update
| * | | | python3: add $(PKG_INSTALL_DIR)/$(PYTHON3_PKG_DIR) to PYTHON3PATHAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python3: disable Python3 bytecode generation by defaultAlexandru Ardelean2014-12-09
|/ / / / | | | | | | | | | | | | | | | | | | | | Same as python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #619 from commodo/python-cleanupSteven Barth2014-12-09
|\ \ \ \ | | | | | | | | | | Python cleanup
| * | | | python-setuptools: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-pip: remove explicit PYTHONPATH setAlexandru Ardelean2014-12-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python: add $(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR) to PYTHONPATHAlexandru Ardelean2014-12-09
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #618 from mhei/avahiTed Hess2014-12-08
|\ \ \ \ | | | | | | | | | | Avahi service file packages
| * | | | mpd: factor out avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
| * | | | openssh: provide an avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in #543, we can announce the SFTP service via Avahi when sftp-server is installed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | avahi: factor out service files into own packagesMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the user to select individual services to be announced via Avahi. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | avahi: trim descriptions of HTTP and SSH servicesMichael Heimpold2014-12-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This makes the description of the HTTP and SSH services look the same as in other distributions as suggested by kirelagin in #543. Signed-off-by: Michael Heimpold <mhei@heimpold.de>