Commit Graph

15450 Commits

Author SHA1 Message Date
Steven Barth dece86e1d3 Merge pull request #1773 from commodo/setuptools-upgrade
python-setuptools: upgrade to version 18.3.1
2015-09-14 23:19:24 +02:00
Ted Hess 632cbb96d3 Merge pull request #1775 from kissg1988/seafile-server
seafile-server: fix libevent2 includes
2015-09-14 16:40:07 -04:00
Ted Hess 83054e8aa8 Merge pull request #1774 from kissg1988/seafile-ccnet
seafile-ccnet: bump release
2015-09-14 16:39:40 -04:00
Gergely Kiss cbbedb3245 seafile-ccnet: bump release
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-14 20:27:48 +02:00
Gergely Kiss 08142f27da seafile-server: fix libevent2 includes
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-14 20:24:48 +02:00
Alexandru Ardelean 47b242ae7b python-setuptools: upgrade to version 18.3.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-09-14 19:24:23 +03:00
Marcel Denia 4cb27e76ff perl-device-usb: Remove leftover testing stuff
Somehow slipped through. Oh well...

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 16:17:16 +02:00
Marcel Denia 3cedc1aa87 perl-device-usb: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Marcel Denia 13292808a3 perl-inline-c: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Marcel Denia cda1669804 perl-parse-recdescent: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Marcel Denia 65d47a50db perl-file-sharedir-install: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Marcel Denia 3d673e73b8 perl-inline: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Marcel Denia 1c8c372e9c perl: Properly override PERL_INC for subdirectory builds
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-09-14 15:33:18 +02:00
Markus Stenberg 4764682b65 mdnsresponder: fix fd leak for IPv6 sockets
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-14 14:05:27 +02:00
Álvaro Fernández Rojas f17288c7e3 unrar: update to v5.3.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-13 19:23:19 +02:00
Álvaro Fernández Rojas d0f0ebc133 dmidecode: update to v3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-12 15:29:27 +02:00
Álvaro Fernández Rojas 3a80faf7bd sumo: update to v0.24.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-12 13:31:01 +02:00
Álvaro Fernández Rojas 4c788d77da unrar: update to v5.3.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-09-12 13:30:31 +02:00
Daniel Golle 4b5ff22223 mbtools: add new package
Modbus tools based on libmodbus

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-11 18:13:30 +02:00
Daniel Golle 26b636c00f gnunet: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-11 09:16:20 +02:00
Daniel Golle d2cb285774 libextractor: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-11 07:28:22 +02:00
Luiz Angelo Daros de Luca e11fbf71f7 sane-backends: import from oldpackages
Changes since oldpackages:
- cups dependency was completely removed
  * This also happened in sane trunk version
- small musl patch
- added detection of inb,outb (link error with musl)
  * this also removes hack 020-non-i386-qcam.patch
- fix for segfault when using sane-test backend
- removed link to extra libraries in libsane (used only
  for preload backends)
- added format-security fix
- sane-libs and sane-backends merged and exploded into
  individual packages for each backend:
  * libsane for sane library (which backends should dep on)
  * sane-daemon for saned daemon
  * sane-xxx for sane backend for xxx
  ** each backend has its own custom dep libraries
  * sane-backends-all (with no files) that deps on all backends
  * sane-qcam is only available for x86/x86_64
  ** other archs does not implement inb/outb (at least in musl)

Now it is possible to use SANE with much less FS space (KB
instead of MB).

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-09-10 18:39:40 -03:00
Steven Barth 1e70a8c758 Merge pull request #1764 from dddaniel/master
atftp: add new package
2015-09-10 17:45:53 +02:00
Steven Barth 59b7aa84b0 Merge pull request #1765 from kissg1988/seafile-ccnet
seafile-ccnet: fix patch file to work correctly with libevent2 headers
2015-09-10 17:45:46 +02:00
heil 1b9a79c04d haproxy: fixes from upstream
- [PATCH 14/16] BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
 - [PATCH 15/16] BUG/MAJOR: http: don't call http_send_name_header()
 - [PATCH 16/16] BUG/MINOR: tools: make str2sa_range() report

Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-09 20:49:16 +02:00
Gergely Kiss e03388255b seafile-ccnet: fix patch file to work correctly with libevent2 headers
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-09 19:27:36 +02:00
Daniel Golle 7b74769b07 debootstrap: update to version 1.0.72
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-09 14:27:09 +02:00
Daniel Danzberger 46f94304d3 atftp: add new package
TODO:
	- add init script for atftpd
	- merge '120-retry-option.patch' from old atftp packages.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-09-09 11:48:09 +02:00
Steven Barth 99ba6415d9 Merge pull request #1760 from salzmdan/master
knot: update to 1.6.5
2015-09-08 11:32:31 +02:00
Daniel Salzman 8e8f73b4d8 knot: update to 1.6.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-09-08 11:20:18 +02:00
Steven Barth 7aef590436 Merge pull request #1739 from commodo/setuptools-fixes
python-setuptools: enforce __PYVENV_LAUNCHER__ env var use
2015-09-08 08:13:49 +02:00
Steven Barth d083cafcd6 Merge pull request #1741 from Borromini/master
[Unbound] Update to 1.5.4
2015-09-08 08:13:04 +02:00
Daniel Golle 9ddf3ded77 libinput: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 20:02:49 +02:00
Daniel Golle 344e27c547 libevdev: update to version 1.4.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 19:51:13 +02:00
Daniel Golle ab413cbcf5 lvm2: update to version 2.02.130
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 19:46:07 +02:00
Ted Hess 7e517d84f2 Merge pull request #1732 from paulfertser/fix-openocd-nls-mk
openocd: include nls.mk to fix build with full NLS support
2015-09-07 10:29:50 -04:00
Steven Barth 7bb0dc34f3 strongswan: bump to 5.3.3
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-07 11:06:37 +02:00
Steven Barth a59d3ba39b libsigc++: bump to 2.5.4
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-07 10:17:26 +02:00
Steven Barth da250fd171 Merge pull request #1754 from kissg1988/seafile-ccnet
seafile-ccnet: use correct libevent2 includes
2015-09-07 09:19:42 +02:00
Steven Barth f8117e3b41 Merge pull request #1755 from kissg1988/seafile-server
seafile-server: fix libevent2 include paths
2015-09-07 09:19:24 +02:00
Steven Barth 1adb6aa6fa Merge pull request #1751 from marcin1j/patchwork/nbd
nbd: import from oldpackages, add nbd-server package
2015-09-07 09:17:53 +02:00
heil 8ce9ad4b8d haproxy: fixes from upstream
- [PATCH 05/13] BUG/MINOR: http/sample: gmtime/localtime can fail
 - [PATCH 06/13] DOC: typo in 'redirect', 302 code meaning
 - [PATCH 07/13] DOC: mention that %ms is left-padded with zeroes.
 - [PATCH 08/13] CLEANUP: .gitignore: ignore more test files
 - [PATCH 09/13] CLEANUP: .gitignore: finally ignore everything but what
 - [PATCH 10/13] MEDIUM: config: emit a warning on a frontend without
 - [PATCH 11/13] BUG/MEDIUM: counters: ensure that src_{inc,clr}_gpc0
 - [PATCH 12/13] DOC: ssl: missing LF
 - [PATCH 13/13] DOC: fix example of http-request using

Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-07 00:00:45 +02:00
heil 29195f5b98 unixodbc: bump to version 2.3.4
Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-06 23:53:35 +02:00
Daniel Golle 5e46222f37 Merge pull request #1756 from ClaymorePT/master
lvm2: Update to version 2.02.129
2015-09-06 10:59:14 +02:00
Michael Heimpold 7f8cbe10b3 php5: update to 5.6.13
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-09-05 23:20:55 +02:00
Nikos Mavrogiannopoulos e35203e6f7 ocserv: updated to 0.10.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-04 21:29:56 +02:00
Noah Meyerhans 76ce481cc2 Merge pull request #1722 from rraptorr/bind-ecdsa
bind: Enable ECDSA support
2015-09-04 11:24:34 -07:00
cmf 11e6466cfb [lvm2] - Update to version 2.02.129
This commit updates (and also fixes) the lvm2 package.
The previous Makefile version, was using an incorrect
  package version (2.02.126), which does not exists
  at the specified FTP source site.

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
2015-09-04 14:01:26 +01:00
Gergely Kiss 625414da68 seafile-server: fix libevent2 include paths
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-04 11:12:00 +02:00
Gergely Kiss b89164b044 seafile-ccnet: use correct libevent2 includes
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-09-04 10:29:21 +02:00