[-]
[+]
|
Added |
_service:download_src_package:libxml2.spec
|
|
[-]
[+]
|
Added |
_service:download_src_package:libxml2-2.9.0-do-not-check-crc.patch
^
|
@@ -0,0 +1,35 @@
+diff -up libxml2-2.9.0/xzlib.c.do-not-check-crc libxml2-2.9.0/xzlib.c
+--- libxml2-2.9.0/xzlib.c.do-not-check-crc 2012-09-11 05:52:46.000000000 +0200
++++ libxml2-2.9.0/xzlib.c 2012-11-19 19:28:42.431700534 +0100
+@@ -552,17 +552,20 @@ xz_decomp(xz_statep state)
+ #ifdef HAVE_ZLIB_H
+ if (state->how == GZIP) {
+ if (gz_next4(state, &crc) == -1 || gz_next4(state, &len) == -1) {
+- xz_error(state, LZMA_DATA_ERROR, "unexpected end of file");
+- return -1;
+- }
+- if (crc != state->zstrm.adler) {
+- xz_error(state, LZMA_DATA_ERROR, "incorrect data check");
+- return -1;
+- }
+- if (len != (state->zstrm.total_out & 0xffffffffL)) {
+- xz_error(state, LZMA_DATA_ERROR, "incorrect length check");
+- return -1;
+- }
++ /*
++ xz_error(state, LZMA_DATA_ERROR, "unexpected end of file");
++ return -1;
++ */
++ } else {
++ if (crc != state->zstrm.adler) {
++ xz_error(state, LZMA_DATA_ERROR, "incorrect data check");
++ return -1;
++ }
++ if (len != (state->zstrm.total_out & 0xffffffffL)) {
++ xz_error(state, LZMA_DATA_ERROR, "incorrect length check");
++ return -1;
++ }
++ }
+ state->strm.avail_in = 0;
+ state->strm.next_in = NULL;
+ state->strm.avail_out = 0;
|
[-]
[+]
|
Added |
_service:download_src_package:libxml2-multilib.patch
^
|
@@ -0,0 +1,24 @@
+*** XML/xml2-config.in.orig 2006-06-06 16:35:56.000000000 +0200
+--- XML/xml2-config.in 2006-06-06 16:36:24.000000000 +0200
+***************
+*** 3,9 ****
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ includedir=@includedir@
+! libdir=@libdir@
+
+ usage()
+ {
+--- 3,14 ----
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ includedir=@includedir@
+! if [ "`ldd /bin/sh | grep lib64`" = "" ]
+! then
+! libdir=${exec_prefix}/lib
+! else
+! libdir=${exec_prefix}/lib64
+! fi
+
+ usage()
+ {
|
[-]
[+]
|
Added |
_service
^
|
@@ -0,0 +1,7 @@
+<services>
+ <service name="download_src_package">
+ <param name="host">kojipkgs.fedoraproject.org</param>
+ <param name="protocol">https</param>
+ <param name="path">//packages/libxml2/2.9.1/2.el6/src/libxml2-2.9.1-2.el6.src.rpm</param>
+ </service>
+</services>
\ No newline at end of file
|
|
Added |
_service:download_src_package:libxml2-2.9.1.tar.gz
^
|