aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | 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>
* | | | privoxy: moved to github and update to 3.0.22Steven Barth2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved from oldpackages to github - set maintainer - update pkg source to new version 3.0.22 - run privoxy as non root user privoxy:privoxy - using procd including network events to restart on changes - log start and stop to syslog, privoxy not using syslog Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | Merge pull request #595 from ffainelli/stokenNikos Mavrogiannopoulos2014-12-08
|\ \ \ \ | | | | | | | | | | Add stoken and update openconnect to use it
| * | | | openconnect: add an option to support stokenFlorian Fainelli2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new build configuration option for openconnect and let it link against libstoken if instructed to. Two new uci configuration variables are introduced: "token_mode" and "token_secret" to allow openconnect to use those. Signed-off-by: Florian Fainelli <florian@openwrt.org>
| * | | | utils: add stokenFlorian Fainelli2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). stoken supports libtomcrypt and libnettle, we build against nettle by default since tomcrypt is not packaged by OpenWrt Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | | | Merge pull request #613 from the2masters/prosodyThomas Heil2014-12-08
|\ \ \ \ \ | | | | | | | | | | | | prosody: update to 0.9.7
| * | | | | prosody: update to 0.9.7Stefan Hellermann2014-12-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update prosody to 0.9.7 to get the latest fixes. Changelogs: http://blog.prosody.im/prosody-0-9-5-released/ http://blog.prosody.im/prosody-0-9-6-released/ http://blog.prosody.im/prosody-0-9-7-released/ Tested for a few days with a dozen clients Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* / / / / btrfs-progs: fix libattr linking and dependencyDaniel Golle2014-12-08
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #608 from chris5560/masterSteven Barth2014-12-07
|\ \ \ \ | | | | | | | | | | ddns-scripts: Update to version 2.1.0-3
| * | | | ddns-scripts: Update to version 2.1.0-3Christian Schoenebeck2014-12-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst - minor fixes in logging - allow retry_count of "0" to run infinite retrys on error -- https://dev.openwrt.org/ticket/18382 - changed naming of .dat and .err file to have one per section, not one per process - defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95) -- https://github.com/openwrt/packages/issues/568 (#568) - fix commandline for busybox wget -- https://dev.openwrt.org/ticket/18411 -- https://dev.openwrt.org/ticket/18437 -- https://github.com/openwrt/packages/issues/605 (#605) - remove checking answer from ddns provider because there are to many different. Some providers do not follow API from dyndns.com Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | Merge pull request #607 from wongsyrone/patch-1Steven Barth2014-12-07
|\ \ \ \ | | | | | | | | | | fdm: add missing quote mark in Makefile
| * | | | fdm: add missing quote mark in MakefileSyrone Wong2014-12-07
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This commit will fix compile warning as below tmp/.config-package.in:22096:warning: multi-line strings not supported Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
* | | | Merge pull request #604 from Shulyaka/masterSteven Barth2014-12-07
|\ \ \ \ | | | | | | | | | | postfix: broken mynetworks parameter default value
| * | | | postfix: broken mynetworks parameter default valueDenis Shulyaka2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue with the default parameter value. 1. By default, the init script set ip address instead of network address in the parameter value (i.e. 192.168.1.1/24 instead of 192.168.1.0/24) 2. Dynamic address were not caught by the init script As a result, if the mynetworks parameter was left default, Postfix would have rejected the mails with the following message in the logs: Sat Dec 6 23:26:45 2014 mail.info postfix/smtpd[22806]: NOQUEUE: reject: RCPT from unknown[104.167.106.30]: 451 4.3.0 <ds_gitcommit@shulyaka.org.ru>: Temporary lookup failure; from=<delivery@mx.sailthru.com> to=<ds_gitcommit@shulyaka.org.ru> proto=ESMTP helo=<mx-indiegogo-b.sailthru.com> Sat Dec 6 23:26:45 2014 mail.warn postfix/smtpd[22806]: warning: non-null host address bits in "127.0.0.1/8", perhaps you should use "127.0.0.0/8" instead This commit fixes that behavior for the new installations. Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | Merge pull request #578 from Frieds-Technology/dmx_usb_moduleSteven Barth2014-12-07
|\ \ \ \ \ | | | | | | | | | | | | dmx_usb_module: new package added
| * | | | | dmx_usb_module: new package addedMartijn Zilverschoon2014-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dmx_usb_module is a kernel module that is needed to controll FTDI485 based DMX modules. Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
* | | | | | ipsec-tools: Use procd in racoon's init scriptNoah Meyerhans2014-12-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | bind: Use procd in /etc/init.d/namedNoah Meyerhans2014-12-06
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)Ted Hess2014-12-06
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | openconnect: simplified cmdline appendingNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: enable the X-CSTP-DynDNS headerNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | openconnect: added upstream patch for dynamic IPsNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | | | | | That requires an update to ocserv as well to advertise them.