Package: eperl / 2.2.14-22

Metadata

Package Version Patches format
eperl 2.2.14-22 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
copyright updates.diff | (download)

README | 4 2 + 2 - 0 !
acconfig.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
eperl_2.2.14 15.2.diff | (download)

Makefile.in | 93 45 + 48 - 0 !
aclocal.m4 | 405 3 + 402 - 0 !
config_ac.h.in | 99 65 + 34 - 0 !
config_sc.h.in | 1 0 + 1 - 0 !
configure | 6219 4856 + 1363 - 0 !
configure.in | 94 38 + 56 - 0 !
eg/demo.func.phtml | 4 2 + 2 - 0 !
eperl.pod | 4 2 + 2 - 0 !
eperl_config.c | 2 1 + 1 - 0 !
eperl_config.h | 32 31 + 1 - 0 !
eperl_debug.c | 5 3 + 2 - 0 !
eperl_getopt.c | 2 1 + 1 - 0 !
eperl_getopt.h | 2 1 + 1 - 0 !
eperl_global.h | 8 3 + 5 - 0 !
eperl_http.c | 60 44 + 16 - 0 !
eperl_logo.c | 2 1 + 1 - 0 !
eperl_main.c | 229 62 + 167 - 0 !
eperl_parse.c | 166 127 + 39 - 0 !
eperl_perl5.c | 179 162 + 17 - 0 !
eperl_perl5.h | 61 51 + 10 - 0 !
eperl_powered.c | 2 1 + 1 - 0 !
eperl_pp.c | 40 27 + 13 - 0 !
eperl_proto.h | 37 14 + 23 - 0 !
eperl_readme.c | 4 2 + 2 - 0 !
eperl_security.h | 4 2 + 2 - 0 !
eperl_sys.c | 48 32 + 16 - 0 !
eperl_version.c | 72 44 + 28 - 0 !
etc/asc2c | 4 3 + 1 - 0 !
etc/bin2c | 8 5 + 3 - 0 !
etc/mkproto | 4 3 + 1 - 0 !
etc/newvers | 8 4 + 4 - 0 !
mod/Apache/ePerl.pm | 69 54 + 15 - 0 !
mod/Parse/ePerl.pm | 14 13 + 1 - 0 !
mod/Parse/ePerl.xs | 9 7 + 2 - 0 !
t/05-mode_nphcgi.t | 34 17 + 17 - 0 !
35 files changed, 5726 insertions(+), 2298 deletions(-)

---
fix spelling errors.diff | (download)

mod/Apache/ePerl.pm | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
document double shebang.diff | (download)

eperl.pod | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

---
fix preprocessor comments to behave as documented.diff | (download)

eperl.pod | 7 7 + 0 - 0 !
eperl_pp.c | 4 3 + 1 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

---
fix format string error in perl stderr.diff | (download)

eperl_perl5.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
io redirection.diff | (download)

eperl_sys.c | 19 10 + 9 - 0 !
1 file changed, 10 insertions(+), 9 deletions(-)

---
dpkg buildflags.diff | (download)

Makefile.PL | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
redhat with thr.diff | (download)

eperl_perl5.h | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 fix ftbfs with perl 5.16
 Patch taken from Fedora
Debian-Bug: 676263
Fedora-Bug: 839609
pass compiler flags properly.diff | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 pass compiler flags properly for building /usr/bin/eperl
fix getopt.diff | (download)

eperl_main.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix segfault on "eperl --="
reproducible build.diff | (download)

eperl_perl5.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove inclusion of build time and user from version output
 This hopefully makes the build reproducible.