Nicolas Thill
dd17d21b2f
libshout: import from old packages feed
...
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:51:02 +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
Nicolas Thill
0c0bcb3d0a
ortp: import from old packages feed
...
- update to latest version (v0.23.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:41:13 +01:00
Nicolas Thill
84e9cf801c
pen: update to 0.27.0
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 05:48:41 +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
Marcel Denia
404a4362ac
perl: Update to 5.20.2
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 15:15:49 +01:00
Marcel Denia
325128f754
perl: Improve CONFIG_PERL_TESTS help text
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 15:15:49 +01:00
Marcel Denia
d091b65926
perl: Enable CONFIG_PERL_THREADS properly by default for x86
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 15:15:49 +01:00
Marcel Denia
052129858e
perl: Upgrade configuration files to perl 5.20.2
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-02-16 15:15:48 +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
Maxim Storchak
accb5447e8
tgt: allow to export devices in addition to files; define reload_service as stop+start
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-16 10:58:53 +02:00
Steven Barth
09a5633817
Merge pull request #910 from chris5560/master-privoxy
...
privoxy: remove upgrade handling, conffile and initscript fixes
2015-02-16 09:48:20 +01:00
Steven Barth
5d4e18786f
Merge pull request #912 from Shulyaka/master
...
postfix: upgrade to version 3.0.0
2015-02-16 09:47:34 +01:00
Denis Shulyaka
b7bc73104c
postfix: upgrade to version 3.0.0
...
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-02-16 01:17:45 +03:00
Peter Wagner
1b66d41113
glib2: update to 2.43.4
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-15 22:43:47 +01:00
Peter Wagner
43b06049c3
pulseaudio: update to 6.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-15 22:43:47 +01:00
Jo-Philipp Wich
2ce8100c3f
Merge pull request #911 from mstorchak/rsync
...
rsync: patch CVE-2014-9512
2015-02-15 22:42:56 +01:00
Maxim Storchak
6e9b8e6a52
rsync: patch CVE-2014-9512
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-02-15 19:43:16 +02:00
Christian Schoenebeck
87b9255c03
privoxy: remove upgrade handling, conffile and initscript fixes
...
* remove upgrade handling for version 3.0.21 or older packages. Also fix #726
* added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system)
* move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-02-15 16:58:43 +01:00
Daniel Golle
ce83241311
ulogd: backport upstream fixes
...
Fixes https://github.com/openwrt/packages/issues/908
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-15 16:23:50 +01:00
Nikos Mavrogiannopoulos
72fa0f7ac8
ocserv: updated to 0.9.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-15 15:21:48 +01:00
Thomas Heil
8609cc44e7
haproxy: update to version 1.5.11 and pending patches
...
- BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
- MINOR: ssl: load certificates in alphabetical order
- BUG/MINOR: checks: prevent http keep-alive with http-check expect
- BUG/MEDIUM: Do not set agent health to zero if server is disabled in config
- MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero
- BUG/MINOR: stats:Fix incorrect printf type.
- DOC: add missing entry for log-format and clarify the text
- BUG/MEDIUM: http: fix header removal when previous header ends with pure LF
- BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation
- BUG/MINOR: channel: compare to_forward with buf->i, not buf->size
- MINOR: channel: add channel_in_transit()
- MEDIUM: channel: make buffer_reserved() use channel_in_transit()
- MEDIUM: channel: make bi_avail() use channel_in_transit()
- BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected
- BUG/MAJOR: log: don't try to emit a log if no logger is set
- BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names
- BUG/MEDIUM: http: make http-request set-header compute the string before removal
- BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value
- BUG/MINOR: http: abort request processing on filter failure
- BUG/MINOR: pattern: error message missing
- BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-02-15 14:26:03 +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
Ted Hess
79fe85ced8
Merge pull request #907 from kissg1988/sudo
...
sudo: update to version 1.8.12
2015-02-14 18:37:42 -05:00
Ted Hess
993dd64a8c
Merge pull request #906 from mstorchak/lvm
...
lvm2: set cache directory to /tmp/lvm/cache
2015-02-14 18:36:58 -05:00
Gergely Kiss
5b8a84b350
sudo: update to version 1.8.12
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-02-14 22:33:46 +01:00
Daniel Gimpelevich
0075f283ef
fakeidentd: import from oldpackages
...
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-14 12:19:13 -05:00
Nikos Mavrogiannopoulos
201ef91c32
ocserv: added option to use seccomp
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:40:29 +01:00
Nikos Mavrogiannopoulos
47d01047a6
libseccomp: added package
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:31:03 +01:00
Steven Barth
dd6b14a833
Merge pull request #904 from tru7/patch-2
...
knxd: update Makefile to new version
2015-02-14 11:33:50 +01:00
Steven Barth
164c7eea6e
Merge pull request #903 from tru7/patch-1
...
knxd: improve init script
2015-02-14 11:33:40 +01:00
Steven Barth
9eb992e42c
Merge pull request #901 from hkallweit/master
...
unbound: bump to 1.5.1 and update named.cache
2015-02-14 11:33:00 +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
Othmar Truniger
dd223dd1ff
knxd: update Makefile to new version
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:36:44 +01:00
Othmar Truniger
31a4a47dd0
knxd: improve init script
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-02-13 19:34:17 +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
Heiner Kallweit
2cfb8c6c2a
unbound: bump to version 1.5.1
...
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:01:12 +01:00
Heiner Kallweit
f2370ca1db
unbound: bump named.cache to latest version from Nov 2014
...
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
2015-02-12 21:00:13 +01:00
Ted Hess
be72dc43b4
Merge pull request #891 from psycho-nico/fix-dmapd-issue-890
...
dmapd: make check library optionnal
2015-02-12 11:12:01 -05:00
Jonathan McCrohan
4f8fea4e22
muninlite: revert "correctly parse ifname with - char"
...
This reverts commit edcad492e1
.
Patch is broken and breaking build; reverting until I have time to
investigate.
Reopens #701
Closes #889
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-12 00:31:09 +00:00
Jonathan McCrohan
8c6a2df87a
muninlite: fix uptime should report days patch
...
1295d87
failed to remove cdef config which will break graphs for
existing users.
Properly closes #810
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-02-12 00:24:13 +00:00
Ted Hess
2f2878c1e0
svox: Add build output to package
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-02-11 15:07:18 -05:00
Alexandru Ardelean
705b381b5b
python: add ncurses(w) include folders for host python
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-02-11 20:20:14 +02:00
Zvonimir Fras
2e416a28b6
python3-bottle: add package
...
Signed-off-by: Zvonimir Fras <zvonimir.fras@sartura.hr>
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-02-11 17:02:15 +01: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
041fbeecad
lttng-modules: add dependency on kernel tracing
...
Fixes : #888
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-11 11:52:01 +01:00