• R/O
  • HTTP
  • SSH
  • HTTPS

packages: List of commits

Community maintained packages for ImmortalWrt.


RSS
Rev. Time Author
978dc48 2014-09-07 19:08:51 champtar

Merge pull request #289 from cjkoenig/update_sqlite

sqlite3: update to 3.8.6

f641635 2014-09-07 17:07:59 Christoph König

sqlite3: update to 3.8.6

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>

3d6104e 2014-09-07 15:24:19 sbyx

Merge pull request #288 from MikePetullo/master

luaexpat: update to 1.3.0

1172388 2014-09-07 12:51:51 W. Michael Petullo

luaexpat: update to 1.3.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>

916014b 2014-09-07 11:07:09 Matthew Sykes

ipsec-tools: Stop unconditionally disabling shadow passwords

Racoon requires shadow password support when built for a system with shadow passwords enabled.

Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>

80fa48c 2014-09-06 22:29:55 Thomas Heil

Merge pull request #282 from mhei/libs/pcre

pcre: small makefile fixes

d83e91f 2014-09-06 22:18:55 Nikos Mavrogiannopoulos

gnutls: enable anon by default to allow gnutls-cli in gnutls-utils

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>

60d183a 2014-09-06 19:21:16 sbyx

Merge pull request #280 from remakeelectric/dkjson-build

dkjson: Fix PKG_BUILD_DIR paths

e82f9c6 2014-09-06 19:19:58 sbyx

Merge pull request #285 from morgenroth/Disable-building-of-documentation

ibrdtnd: Add patch to exclude build of documentation using pdflatex

a256d99 2014-09-06 18:34:54 champtar

Merge pull request #275 from antonlacon/rsync-zlib

rsync: optionally enable builtin zlib and add logfile to rsyncd

896951b 2014-09-06 17:40:45 Johannes Morgenroth

ibrdtnd: Add patch to exclude build of documentation using pdflatex

By default the package detects the presence of pdflatex and builds documentation automatically.
During the OpenWrt build this behavior is not acceptable. The added patch introduces a configure
option to explicitly enable the build of the documentation on request.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>

7d49d4c 2014-09-06 15:56:00 champtar

Merge pull request #281 from mhei/libs/expat

libexpat: do not install soname symlink

bd02c16 2014-09-06 06:34:43 Michael Heimpold

pcre: small makefile fixes

- make license tag spdx conform
- drop duplicate copy commands (previous lines with asterisk match already)
- minor whitespace cleanup

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

dfa0c22 2014-09-06 06:20:48 Michael Heimpold

libexpat: do not install soname symlink

The .so symlinks (without any suffix) are only used by compiler/linker and
not needed on the target system.
See https://github.com/openwrt/packages/pull/274 for a short discussion.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

9c35f14 2014-09-06 02:00:13 Karl Palsson

dkjson: Fix PKG_BUILD_DIR paths

This fixes builds on clean checkouts, and also fixes the "md5sum tests
aren't working" notes.

Signed-off-by: Karl Palsson <karlp@remake.is>

0fa95f0 2014-09-05 22:49:09 Nicolas Thill

netatalk: prevent use of LD_LIBRARY_PATH

Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs
This caused build failure when host = target

Signed-off-by: Nicolas Thill <nico@openwrt.org>

829fd8f 2014-09-05 22:43:01 Nicolas Thill

netatalk: refresh patch

Signed-off-by: Nicolas Thill <nico@openwrt.org>

6bf07a6 2014-09-05 18:57:19 Daniel Golle

tracertools: bump version

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

e4130ad 2014-09-05 16:55:12 sbyx

Merge pull request #279 from damianorenfer/master

libsodium: use CONFIGURE_ARGS var instead of Build/Configure block

4c62b94 2014-09-05 16:36:28 Damiano Renfer

libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>

0264b06 2014-09-05 12:56:58 Ian Leonard

rsync: enable selecting bundled or system zlib

rsync, by default, includes a patched zlib within its source tarball. The patch
enables a better compression ratio for rsync streams. However, the client and
server need the same featureset in their zlib in order to understand the
compression stream, or the server will abort the transfer. Older versions have
no understanding of the new compression standard used.

This patch allows the builder to choose whether to use the bundled or system
zlib. It defautls to using the system zlib, as is the default before this
patch.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

868c690 2014-09-05 04:29:01 Michael Heimpold

libmodbus: include licensing information

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

c857e2d 2014-09-05 01:21:38 sbyx

Merge pull request #277 from roger-/micropython

micropython: simplify makefile + update

ca42361 2014-09-05 01:19:55 Roger

micropython: simplify makefile + update

Platform detection now done upstream.

Signed-off-by: Roger D <rogerdammit@gmail.com>

7206342 2014-09-05 00:43:36 Steven Barth

libsodium: remove DEFAULT

Signed-off-by: Steven Barth <steven@midlink.org>

5548031 2014-09-04 16:42:36 sbyx

Merge pull request #273 from mhei/libs/expat

expat: small makefile fixes

a1680da 2014-09-04 09:28:16 Ian Leonard

rsyncd: add default logfile to globals

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

3f4b17b 2014-09-04 06:09:04 Michael Heimpold

expat: small makefile fixes

- fix licensing file list
- install pkgconfig file
- drop explicite call to Build/Compile
- use PKG_INSTALL

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

14088ef 2014-09-04 04:34:24 Marcel Denia

bash: Update to 4.3.24

Signed-off-by: Marcel Denia <naoir@gmx.net>

711f0ad 2014-09-04 02:20:21 Jo-Philipp Wich

mac-telnet: fix two typos in the Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

Show on old repository browser