Steven Barth
e48f86749f
Merge pull request #631 from commodo/python-dns-fix
...
Python dns fix
2014-12-10 14:18:12 +01:00
Ted Hess
070087beee
Merge pull request #625 from ignisf/add-upmpdcli
...
upmpdcli: Add upmpdcli-0.9.0 to the packages repository
2014-12-10 07:06:41 -05:00
Ted Hess
b757ad92f4
Merge pull request #624 from ignisf/add-libupnpp
...
libupnpp: Add libupnpp-0.9.0 to the packages repository
2014-12-10 07:06:16 -05:00
Alexandru Ardelean
1a108389e2
python-dns: update PKG_NAME
...
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>
2014-12-10 13:28:04 +02:00
Alexandru Ardelean
0bfec165fa
python-dns: update compile rule and add PyPackage rules
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-10 13:28:04 +02:00
Alexandru Ardelean
50bbabec9f
python-dns: add $(eval $(call PyPackage,python-dns))
...
Should be included by Python packages if they want to run
Python-package-specific build rules.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-10 13:27:02 +02:00
Alexandru Ardelean
4be1abe228
python-dns: fix python-mini dependency to python
...
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>
2014-12-10 13:25:55 +02:00
Petko Bordjukov
80377be106
libupnpp: Add libupnpp-0.9.0 to the packages repository
...
This library is a wrapper of libupnp written in C++. It is a dependency of
upmpdcli.
Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2014-12-10 03:33:32 +02:00
Petko Bordjukov
f769af6a69
upmpdcli: Add upmpdcli-0.9.0 to the packages repository
...
upmpdcli is a DLNA renderer that forwards the commands it receives to an MPD
server.
Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2014-12-10 03:30:06 +02: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
Ted Hess
06273b7763
Merge pull request #622 from roger-/micropython
...
micropython: update to latest
2014-12-09 11:23:28 -05:00
Ted Hess
5118fb2286
Merge pull request #621 from thess/mjpg-streamer-work2
...
mjpg-streamer: Fix V4L2 option dependency selection and add camera led c...
2014-12-09 11:21:14 -05:00
Roger
a07a24b781
micropython: update to latest
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-12-09 09:53:16 -06:00
Ted Hess
0443ea0d79
mjpg-streamer: Fix V4L2 option dependency selection and add camera led control option
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 10:25:37 -05:00
Steven Barth
91df26017a
Merge pull request #620 from commodo/python3-update
...
Python3 update
2014-12-09 15:50:50 +01:00
Alexandru Ardelean
9e639dbf87
python3: add $(PKG_INSTALL_DIR)/$(PYTHON3_PKG_DIR) to PYTHON3PATH
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-09 14:17:56 +02:00
Alexandru Ardelean
48aaf18057
python3: disable Python3 bytecode generation by default
...
Same as python.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-09 14:16:03 +02:00
Steven Barth
81545ba281
Merge pull request #619 from commodo/python-cleanup
...
Python cleanup
2014-12-09 12:38:09 +01:00
Alexandru Ardelean
465c95ab71
python-setuptools: remove explicit PYTHONPATH set
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-09 12:43:59 +02:00
Alexandru Ardelean
f51458dfd3
python-pip: remove explicit PYTHONPATH set
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-09 12:43:21 +02:00
Alexandru Ardelean
97d7cff5d1
python: add $(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR) to PYTHONPATH
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-12-09 12:42:36 +02:00
Ted Hess
44180b6429
Merge pull request #618 from mhei/avahi
...
Avahi service file packages
2014-12-08 18:32:47 -05:00
Michael Heimpold
2f3cfb9c2d
mpd: factor out avahi service file
...
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...
2014-12-08 23:15:25 +01:00
Michael Heimpold
1c6580d05d
openssh: provide an avahi service file
...
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>
2014-12-08 23:15:25 +01:00
Michael Heimpold
d1f7e907a5
avahi: factor out service files into own packages
...
This allows the user to select individual services to be announced
via Avahi.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:04:00 +01:00
Michael Heimpold
36ea069216
avahi: trim descriptions of HTTP and SSH services
...
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>
2014-12-08 23:01:16 +01:00
Steven Barth
eeabfeed8e
privoxy: moved to github and update to 3.0.22
...
- 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>
2014-12-08 20:41:22 +01:00
Nikos Mavrogiannopoulos
3b8614c44b
Merge pull request #595 from ffainelli/stoken
...
Add stoken and update openconnect to use it
2014-12-08 20:00:19 +01:00
Thomas Heil
beec04e736
Merge pull request #613 from the2masters/prosody
...
prosody: update to 0.9.7
2014-12-08 14:28:33 +01:00
Stefan Hellermann
0410029b09
prosody: update to 0.9.7
...
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>
2014-12-08 14:20:11 +01:00
Daniel Golle
c088105ae2
btrfs-progs: fix libattr linking and dependency
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-08 07:22:29 +01:00
Florian Fainelli
a54d31ed3f
openconnect: add an option to support stoken
...
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>
2014-12-07 21:18:52 -08:00
Florian Fainelli
ebd0c44052
utils: add stoken
...
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>
2014-12-07 21:01:09 -08:00
Steven Barth
f09c886a21
Merge pull request #608 from chris5560/master
...
ddns-scripts: Update to version 2.1.0-3
2014-12-07 15:03:31 +01:00
Christian Schoenebeck
5e8123eb3b
ddns-scripts: Update to version 2.1.0-3
...
- 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>
2014-12-07 14:45:31 +01:00
Steven Barth
b086e6ca33
Merge pull request #607 from wongsyrone/patch-1
...
fdm: add missing quote mark in Makefile
2014-12-07 13:16:40 +01:00
Syrone Wong
65754827b1
fdm: add missing quote mark in Makefile
...
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>
2014-12-07 19:48:17 +08:00
Steven Barth
6abf491ff3
Merge pull request #604 from Shulyaka/master
...
postfix: broken mynetworks parameter default value
2014-12-07 11:19:03 +01:00
Steven Barth
1483102d1b
Merge pull request #578 from Frieds-Technology/dmx_usb_module
...
dmx_usb_module: new package added
2014-12-07 11:17:53 +01:00
Noah Meyerhans
0230141e17
ipsec-tools: Use procd in racoon's init script
...
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Noah Meyerhans
d3d3f1e57b
bind: Use procd in /etc/init.d/named
...
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Denis Shulyaka
9adfea21f9
postfix: broken mynetworks parameter default value
...
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>
2014-12-07 01:00:30 +03:00
Ted Hess
5382c7fc55
gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-06 10:44:56 -05:00
Nikos Mavrogiannopoulos
78bf9cc554
openconnect: simplified cmdline appending
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:27:45 +01:00
Nikos Mavrogiannopoulos
cceb3799e3
ocserv: enable the X-CSTP-DynDNS header
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:14:52 +01:00
Nikos Mavrogiannopoulos
9ea507c3ab
openconnect: added upstream patch for dynamic IPs
...
That requires an update to ocserv as well to advertise them.
2014-12-05 20:01:32 +01:00
Daniel Golle
5b9977c6a7
btrfs-progs: import from oldpackges
...
bump to 3.17.3, add LICENSE and MAINTAINER info, bump license header,
add missing dependencies, ...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 18:57:45 +01:00
Ted Hess
0cbca8677d
gst1-plugins-bad: disable srtp library build - not used
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-05 16:40:53 -05:00