| Commit message (Collapse) | Author | Age |
... | |
|\
| |
| | |
Add lualanes
|
| |
| |
| |
| | |
Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
|
|\ \
| |/
|/| |
Import and upgrade icecast
|
| |
| |
| |
| | |
Signed-off-by: André Gaul <gaul@web-yard.de>
|
| |
| |
| |
| | |
Signed-off-by: André Gaul <gaul@web-yard.de>
|
| |
| |
| |
| | |
Signed-off-by: André Gaul <gaul@web-yard.de>
|
| |
| |
| |
| | |
Signed-off-by: André Gaul <gaul@web-yard.de>
|
| |
| |
| |
| | |
Signed-off-by: André Gaul <gaul@web-yard.de>
|
| |
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \
| | |
| | | |
Add ncdu
|
|/ /
| |
| |
| | |
Signed-off-by: Charles Lehner <celehner1@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \
| | |
| | | |
rng-tools: remove libgcrypt dependency
|
| |/
| |
| |
| |
| |
| |
| | |
Remove libgcrypt dependency, spotted by buildbot.
It seems to be related to x86-only functionality.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|/
|
|
| |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\
| |
| | |
rng-tools: import from oldpackages
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Correct init script to match current options.
Update copyright year and simplify download location.
Add myself as maintainer.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Edit init script to match current options.
Update copyright year.
Simplify download location.
Add myself as maintainer.
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| |/
| |
| |
| | |
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
perl: More bugfixes, correct PKG_LICENSE
|
| | |
| | |
| | |
| | |
| | |
| | | |
Needed by perl-dbi.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The "encoding" pragma is officially deprecated.
Makes HTML::Parser/HTML::Entities work.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before, external modules actually used host-perl headers.
Aside from obviously being the wrong thing to do, it made them misbehave if
host and target architectures differ too much.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on ARM, for example negative array indices.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This makes external perl modules compile their native code with the
correct CFLAGS, not with the one host-perl is using.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-g3 will make the build fail in Compress-Raw-Zlib with
ld: final link failed: Memory exhausted
This bug is actually documented[1] and fixed by filtering that flag. Since
we're passing CFLAGS manually, we need to do the same to make things work.
I suspect that this is actually a linker or library bug, but for now let's
just replicate the official fix.
[1] https://rt.cpan.org/Public/Bug/Display.html?id=88936
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|\ \ \
| | | |
| | | | |
perl-*: Import from oldpackages, update to latest upstream, fix, add myself as maintainer
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
search.cpan.org seems to have some problems from time to time.
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|