Package: lyskom-server / 2.1.2-16

Metadata

Package Version Patches format
lyskom-server 2.1.2-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
run-support/config | 26 26 + 0 - 0 !
2 files changed, 27 insertions(+), 1 deletion(-)

 debian customization of paths and initial db installation.


no_bundles.patch | (download)

configure.in | 7 5 + 2 - 0 !
src/libraries/Makefile.am | 2 1 + 1 - 0 !
src/libraries/libisc-new/src/Makefile.am | 2 0 + 2 - 0 !
src/libraries/libmisc/Makefile.am | 2 1 + 1 - 0 !
src/server/Makefile.am | 5 0 + 5 - 0 !
src/server/ramkomd.c | 3 1 + 2 - 0 !
6 files changed, 8 insertions(+), 13 deletions(-)

 don't use bundled libadns or liboop.


no_ansi2knr.patch | (download)

configure.in | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch] remove all traces of ansi2knr.

* configure.ac (AM_C_PROTOTYPES): Remove this obsolete macro.

ignore_missing_python.patch | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
yyerror.patch | (download)

src/server/aux-item-def-parse.c | 26 13 + 13 - 0 !
src/server/aux-item-def-parse.y | 26 13 + 13 - 0 !
2 files changed, 26 insertions(+), 26 deletions(-)

 rename yyerror and add another yyerror that calls the original one with "%s" as the first argument
 To avoid compilation error at "yyerror (yymsg)" in bison-generated
 code with -Werror=format-security without having to sacrifice
 anything.
Bug: https://bugzilla.lysator.liu.se/show_bug.cgi?id=1715
hurd.patch | (download)

src/server/lockdb.c | 43 32 + 11 - 0 !
1 file changed, 32 insertions(+), 11 deletions(-)

---