Commit graph

2388 commits

Author SHA1 Message Date
Roger
b66ea36a99 libuvc: add package
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-01-06 21:20:03 -04:00
Nicolas Thill
e52372940e classpath: force use of target gmp lib
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-07 02:00:35 +01:00
Steven Barth
f662eff2dd Merge pull request #748 from adam2104/master
Add netcat package from old 14.07 package repository.
2015-01-07 01:15:55 +01:00
Adam Gensler
675b31cdf8 Add netcat package from old 14.07 package repository.
Signed-off-by: Adam Gensler openwrt@a.gnslr.us
2015-01-06 19:10:34 -05:00
Steven Barth
296ecfdbdf Merge pull request #735 from danak6jq/new-jamvm
move jamvm to new repo, update to jamvm 2.0.0
2015-01-06 18:04:34 +01:00
Steven Barth
b4ab7b2afa Merge pull request #738 from danak6jq/new-classpath2
move classpath to new repo; add Makefile for classpath-0.99; add patch for double memory-leak
2015-01-06 18:04:04 +01:00
Steven Barth
3599c890bf Merge pull request #745 from commodo/ovs-upg-2.3.1
openvswitch: upgrade to version 2.3.1
2015-01-06 17:37:20 +01:00
Steven Barth
ccb1185fb6 Merge pull request #746 from mstorchak/luaposix
luaposix: update to v33.2.1
2015-01-06 17:36:27 +01:00
Maxim Storchak
4aee8e7574 luaposix: update to v33.2.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-01-06 18:16:57 +02:00
Dana
b3f588f357 jamvm: move to new repo
Signed-off-by: Dana H. Myers <k6jq@comcast.net>
2015-01-06 08:03:36 -08:00
Dana Myers
0d307e7003 classpath: move to new repo, update to classpath-0.99; add patch for double memory-leak
Signed-off-by: Dana H. Myers <k6jq@comcast.net>
2015-01-06 08:01:22 -08:00
Alexandru Ardelean
e87af5bd0e openvswitch: upgrade to version 2.3.1
Release notes here:
   https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS

Remove patch (included in 2.3.1):
   0005-datapath-backport___ip_select_ident_function.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 17:05:31 +02:00
Steven Barth
99e6f27075 Merge pull request #744 from commodo/python-upg-2.7.9
python: upgrade to version 2.7.9
2015-01-06 15:18:31 +01:00
Steven Barth
741a463d8a Merge pull request #743 from commodo/python-pip-cleanups
Python pip cleanups
2015-01-06 15:18:03 +01:00
Steven Barth
383a505eb0 Merge pull request #742 from commodo/python-setuptools-cleanup
python-setuptools cleanup
2015-01-06 15:17:50 +01:00
Steven Barth
d2f2fbcb40 Merge pull request #741 from commodo/python-dns-cleanup
python-dns: remove PyPackage filespec
2015-01-06 15:17:43 +01:00
Steven Barth
6b9343abca Merge pull request #740 from commodo/python-only-cleanups
Python Cleanups
2015-01-06 15:17:35 +01:00
Ted Hess
c04f69d527 libdaemon: disable examples (fix musl libc build error)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-06 08:26:48 -05:00
Alexandru Ardelean
87c4cbff5c python: upgrade to version 2.7.9
Release notes here:
   https://www.python.org/downloads/release/python-279/

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 15:10:59 +02:00
Alexandru Ardelean
1ee71252e7 python-pip: remove windows binaries
Seem pip comes bundled with some Python libs.

Some more work will be needed to split them out of pip.
For now, some Windows executables are safe to remove.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:59:35 +02:00
Alexandru Ardelean
2a66f00b87 python-pip: add preinst and postrm scripts
Thanks to Xuefer Tinys <xuefer@gmail.com> for reporting this.

Case is:
  opkg install python-setuptools - works fine
  opkg install python-pip - reports conflicts for
                            files easy_install.pth & site.py

So the solution is to add some preinst script that backs up those files
on 'opkg install python-pip' and moves them back on 'opkg remove python-pip'.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:29:38 +02:00
Alexandru Ardelean
ca8f3dcf5c python-setuptools: remove PyPackage filespec
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:21:37 +02:00
Alexandru Ardelean
16f53ee9c8 python-setuptools: use $(PYTHON_PKG_DIR) short-hand
Signed-off-by: Xuefer Tinys <xuefer@gmail.com>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:21:36 +02:00
Alexandru Ardelean
71bd162dde python-dns: remove PyPackage filespec
Default will be used.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:19:19 +02:00
Alexandru Ardelean
8b86c1528a python: add default PyPackage/filespec if not defined
Most packages will install in /usr/lib/python$(PYTHON_VERSION)/site-packages

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 14:15:02 +02:00
Alexandru Ardelean
9b94e3cb6e python: trim all whitespaces for the operator in the filespec
That would allow for files (in filespecs) to be indented.
As it is now, the files need to be added at the begginning of the line.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 10:50:31 +02:00
Xuefer
591af75d2e python: whitespace fix for PYTHONPATH
Seems that using += adds a space in the PYTHONPATH.
Could be some other error, but at least this way
it's sure to not leave any spaces.

Thanks @Xuefer.

Signed-off-by: Xuefer Tinys <xuefer@gmail.com>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 10:50:31 +02: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
Steven Barth
8602b0d415 Merge pull request #730 from tru7/patch-3
knxd: use better macrons in Makefile
2015-01-05 10:00:39 +01:00
Steven Barth
7071589aef Merge pull request #731 from tru7/patch-4
linknx: use better macros in Makefile
2015-01-05 10:00:29 +01:00
Steven Barth
93b4afa64a Merge pull request #732 from andrenarchy/icecast-update
[icecast] update Makefile to 2.4.1
2015-01-05 09:58:49 +01:00
Othmar Truniger
23a17f85ac linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:13:07 +01:00
Othmar Truniger
a0afa7623d knxd: use better macrons in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:05:31 +01:00
Thomas Heil
7e28e54418 pcre: update to version 8.36
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 20:52:11 +01:00
André Gaul
ef0242befa [icecast] update Makefile to 2.4.1 2015-01-04 19:00:39 +01:00
Thomas Heil
a393c6b021 haproxy: update to version 1.5.10
- DOC: fix a few typos
 - BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
 - BUG/MINOR: parse: refer curproxy instead of proxy
 - DOC: httplog does not support 'no'
 - MINOR: map/acl/dumpstats: remove the "Done." message
 - BUG/MEDIUM: sample: fix random number upper-bound
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available
 - BUG/MINOR: tcp-check: don't condition data polling on check type
 - BUG/MEDIUM: tcp-check: don't rely on random memory contents
 - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
 - BUG/MINOR: config: fix typo in condition when propagating process binding
 - BUG/MEDIUM: config: do not propagate processes between stopped processes
 - BUG/MAJOR: stream-int: properly check the memory allocation return
 - BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
 - BUG/MEDIUM: compression: correctly report zlib_mem

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:21:07 +01:00
Thomas Heil
5ef87ec191 memcached: update to version 1.4.22
- Bugfix maintenance release

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:17:46 +01:00
Thomas Heil
bf6152058b Merge pull request #717 from MikePetullo/master
prosody: fix use of randomseed (prosody issue #439)
2015-01-04 18:06:11 +01: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
Nikos Mavrogiannopoulos
ec2d4aeebd gnutls: corrected compilation of tools when OCSP is disabled
Resolves #640
2015-01-03 19:05:14 +01:00
Nikos Mavrogiannopoulos
33c5c14c52 Merge pull request #723 from gohai/openconnect-readme-fixes
openconnect: update README
2015-01-03 19:04:55 +01:00
Nikos Mavrogiannopoulos
d647bd3464 openconnect: updated to 7.02
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-03 18:58:39 +01:00
gohai
e1340c761c openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2015-01-03 17:29:48 +01:00
Steven Barth
18dd4d2cd7 Merge pull request #721 from tru7/patch-3
linknx: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:24 +01:00
Steven Barth
7a8d07d9bc Merge pull request #720 from tru7/patch-2
knxd: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:17 +01:00
Steven Barth
951382acef Merge pull request #719 from tru7/patch-1
pthsem: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:07 +01:00
Othmar Truniger
be0ed6fc2c linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:13:54 +01:00
Álvaro Fernández Rojas
f58cd17867 libftdi: mode ftdi_eeprom from Libraries to Utilities
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-03 16:10:10 +01:00
Othmar Truniger
634d442613 knxd: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:07:14 +01:00