[-]
[+]
|
Changed |
varnish.spec
|
|
[-]
[+]
|
Deleted |
varnish-2.0.4-notimeouts_norecycle.patch
^
|
@@ -1,38 +0,0 @@
---- varnish-2.0.4/bin/varnishd/cache_backend.c.orig 2009-06-04 19:46:54.000000000 +0200
-+++ varnish-2.0.4/bin/varnishd/cache_backend.c 2009-06-04 19:48:48.000000000 +0200
-@@ -99,9 +99,9 @@
- if (bp->connect_timeout > 10e-3)
- tmo = (int)(bp->connect_timeout * 1000);
-
-- if (tmo > 0)
-- i = TCP_connect(s, sa, salen, tmo);
-- else
-+// if (tmo > 0)
-+// i = TCP_connect(s, sa, salen, tmo);
-+// else
- i = connect(s, sa, salen);
-
- if (i != 0) {
-@@ -311,14 +311,14 @@
- Lck_Unlock(&bp->mtx);
- if (vc == NULL)
- break;
-- if (VBE_CheckFd(vc->fd)) {
-- /* XXX locking of stats */
-- VSL_stats->backend_reuse += 1;
-- VSL_stats->backend_conn++;
-- WSP(sp, SLT_Backend, "%d %s %s",
-- vc->fd, sp->director->vcl_name, bp->vcl_name);
-- return (vc);
-- }
-+// if (VBE_CheckFd(vc->fd)) {
-+// /* XXX locking of stats */
-+// VSL_stats->backend_reuse += 1;
-+// VSL_stats->backend_conn++;
-+// WSP(sp, SLT_Backend, "%d %s %s",
-+// vc->fd, sp->director->vcl_name, bp->vcl_name);
-+// return (vc);
-+// }
- sp->vbe = vc;
- VBE_ClosedFd(sp);
- }
|
[-]
[+]
|
Deleted |
varnish_2.0.4-2.diff.gz
^
|
@@ -1,1359 +0,0 @@
---- varnish-2.0.4.orig/debian/varnish.logrotate
-+++ varnish-2.0.4/debian/varnish.logrotate
-@@ -0,0 +1,15 @@
-+/var/log/varnish/varnish.log /var/log/varnish/varnishncsa.log {
-+ daily
-+ rotate 7
-+ missingok
-+ compress
-+ delaycompress
-+ missingok
-+ postrotate
-+ for service in varnishlog varnishncsa; do
-+ if /usr/bin/pgrep -P 1 $service >/dev/null; then
-+ /usr/sbin/invoke-rc.d $service reload > /dev/null
-+ fi
-+ done
-+ endscript
-+}
---- varnish-2.0.4.orig/debian/varnish.install
-+++ varnish-2.0.4/debian/varnish.install
-@@ -0,0 +1,2 @@
-+usr/bin
-+usr/sbin
---- varnish-2.0.4.orig/debian/varnish.manpages
-+++ varnish-2.0.4/debian/varnish.manpages
-@@ -0,0 +1,10 @@
-+bin/varnishtest/varnishtest.1
-+bin/varnishncsa/varnishncsa.1
-+bin/varnishhist/varnishhist.1
-+bin/varnishstat/varnishstat.1
-+bin/varnishreplay/varnishreplay.1
-+bin/varnishadm/varnishadm.1
-+bin/varnishlog/varnishlog.1
-+bin/varnishtop/varnishtop.1
-+bin/varnishd/varnishd.1
-+man/vcl.7
---- varnish-2.0.4.orig/debian/copyright
-+++ varnish-2.0.4/debian/copyright
-@@ -0,0 +1,45 @@
-+This package was debianized by Lars Bahner <bahner@debian.org> on
-+Fri, 6 Oct 2006 16:26:57 +0200.
-+
-+It was pulled from the Subversion repository with
-+svn co http://varnish.projects.linpro.no/svn/trunk
-+
-+Debianizations are an integral part of the main source for varnish,
-+so the change for Debian are made before publication of releases,
-+and are as such checked.
-+
-+Files are downloadable from the following URL
-+http://sourceforge.net/project/showfiles.php?group_id=155816
-+
-+Copyright: 2006 Verdens Gang AS
-+ 2006 Linpro AS
-+All rights reserved.
-+
-+License:
-+
-+Redistribution and use in source and binary forms, with or without
-+modification, are permitted provided that the following conditions
-+are met:
-+1. Redistributions of source code must retain the above copyright
-+ notice, this list of conditions and the following disclaimer.
-+2. Redistributions in binary form must reproduce the above copyright
-+ notice, this list of conditions and the following disclaimer in the
-+ documentation and/or other materials provided with the distribution.
-+
-+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
-+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+SUCH DAMAGE.
-+
-+The Debian packaging is copyright
-+ © 2006, Lars Bahner <bahner@debian.org>
-+ © 2006-2009 Stig Sandbeck Mathisen <ssm@debian.org>
-+and is licensed under the GPL version 2. The full text of which can be found in
-+the file /usr/share/common-licenses/GPL-2 on this system.
---- varnish-2.0.4.orig/debian/libvarnish1.symbols
-+++ varnish-2.0.4/debian/libvarnish1.symbols
-@@ -0,0 +1,170 @@
-+libvarnish.so.1 libvarnish1 #MINVER#
-+ FreeArgv@Base 2.0~rc1
-+ ParseArgv@Base 2.0~rc1
-+ SHA256_Final@Base 2.0.3
-+ SHA256_Init@Base 2.0.3
-+ SHA256_Test@Base 2.0.3
-+ SHA256_Update@Base 2.0.3
-+ SUB_run@Base 2.0.3
-+ TCP_blocking@Base 2.0~rc1
-+ TCP_close@Base 2.0~rc1
-+ TCP_connect@Base 2.0~rc1
-+ TCP_filter_http@Base 2.0~rc1
-+ TCP_myname@Base 2.0~rc1
-+ TCP_name@Base 2.0~rc1
-+ TCP_nonblocking@Base 2.0~rc1
-+ TCP_set_read_timeout@Base 2.0.3
-+ TIM_format@Base 2.0~rc1
-+ TIM_mono@Base 2.0~rc1
-+ TIM_parse@Base 2.0~rc1
-+ TIM_real@Base 2.0~rc1
-+ TIM_sleep@Base 2.0~rc1
-+ VLU_Destroy@Base 2.0~rc1
-+ VLU_Fd@Base 2.0~rc1
-+ VLU_File@Base 2.0~rc1
-+ VLU_New@Base 2.0~rc1
-+ VLU_SetTelnet@Base 2.0.4
-+ VSS_bind@Base 2.0~rc1
-+ VSS_connect@Base 2.0~rc1
-+ VSS_listen@Base 2.0~rc1
-+ VSS_open@Base 2.0~rc1
-+ VSS_parse@Base 2.0~rc1
-+ VSS_resolve@Base 2.0~rc1
-+ binheap_delete@Base 2.0~rc1
-+ binheap_insert@Base 2.0~rc1
-+ binheap_new@Base 2.0~rc1
-+ binheap_root@Base 2.0~rc1
-+ cli_concat@Base 2.0~rc1
-+ cli_dispatch@Base 2.0~rc1
-+ cli_func_help@Base 2.0~rc1
-+ cli_func_ping@Base 2.0~rc1
-+ cli_out@Base 2.0~rc1
-+ cli_param@Base 2.0~rc1
-+ cli_quote@Base 2.0~rc1
-+ cli_readres@Base 2.0~rc1
-+ cli_result@Base 2.0~rc1
-+ cli_writeres@Base 2.0~rc1
-+ crc32@Base 2.0~rc1
-+ crc32_l@Base 2.0~rc1
-+ flopen@Base 2.0~rc1
-+ inxorcise@Base 2.0.4
-+ lbv_assert@Base 2.0~rc1
-+ str2bytes@Base 2.0~rc1
-+ varnish_version@Base 2.0~rc1
-+ vct_typtab@Base 2.0~rc1
-+ vev_add@Base 2.0~rc1
-+ vev_del@Base 2.0~rc1
-+ vev_destroy_base@Base 2.0~rc1
-+ vev_new@Base 2.0~rc1
-+ vev_new_base@Base 2.0~rc1
-+ vev_schedule@Base 2.0~rc1
-+ vev_schedule_one@Base 2.0~rc1
-+ vpf_close@Base 2.0~rc1
-+ vpf_open@Base 2.0~rc1
-+ vpf_remove@Base 2.0~rc1
-+ vpf_write@Base 2.0~rc1
-+ vreadfile@Base 2.0.3
-+ vsb_bcat@Base 2.0~rc1
-+ vsb_bcpy@Base 2.0~rc1
-+ vsb_cat@Base 2.0~rc1
-+ vsb_clear@Base 2.0~rc1
-+ vsb_cpy@Base 2.0~rc1
-+ vsb_data@Base 2.0~rc1
-+ vsb_delete@Base 2.0~rc1
-+ vsb_done@Base 2.0~rc1
-+ vsb_finish@Base 2.0~rc1
-+ vsb_len@Base 2.0~rc1
-+ vsb_new@Base 2.0~rc1
-+ vsb_overflowed@Base 2.0~rc1
-+ vsb_printf@Base 2.0~rc1
-+ vsb_putc@Base 2.0~rc1
-+ vsb_quote@Base 2.0.3
-+ vsb_setpos@Base 2.0~rc1
-+ vsb_trim@Base 2.0~rc1
-+ vsb_vprintf@Base 2.0~rc1
-+ vtmpfile@Base 2.0~rc1
-+libvarnishapi.so.1 libvarnish1 #MINVER#
-+ VSL_Arg@Base 2.0~rc1
-+ VSL_Dispatch@Base 2.0~rc1
-+ VSL_H_Print@Base 2.0~rc1
-+ VSL_Name@Base 2.0~rc1
-+ VSL_New@Base 2.0~rc1
-+ VSL_NextLog@Base 2.0~rc1
-+ VSL_NonBlocking@Base 2.0~rc1
-+ VSL_OpenLog@Base 2.0~rc1
-+ VSL_OpenStats@Base 2.0~rc1
-+ VSL_Select@Base 2.0~rc1
-+ VSL_tags@Base 2.0~rc1
-+ base64_decode@Base 2.0~rc1
-+ base64_init@Base 2.0~rc1
-+ varnish_instance@Base 2.0~rc1
-+libvarnishcompat.so.1 libvarnish1 #MINVER#
-+ setproctitle@Base 2.0~rc1
-+ srandomdev@Base 2.0~rc1
-+ strlcat@Base 2.0~rc1
-+ strlcpy@Base 2.0~rc1
-+#MISSING: 2.0.3# strvis@Base 2.0~rc1
-+#MISSING: 2.0.3# strvisx@Base 2.0~rc1
-+#MISSING: 2.0.3# vis@Base 2.0~rc1
-+libvcl.so.1 libvarnish1 #MINVER#
-+ EncToken@Base 2.0~rc1
-+ Fb@Base 2.0~rc1
-+ Fc@Base 2.0~rc1
|
[-]
[+]
|
Deleted |
varnishncsa-vhost-2.0.2.patch
^
|
@@ -1,48 +0,0 @@
---- bin/varnishncsa/varnishncsa.c.orig 2008-11-07 19:30:50.000000000 +0100
-+++ bin/varnishncsa/varnishncsa.c 2008-11-07 20:48:24.000000000 +0100
-@@ -103,6 +103,7 @@
-
- static size_t nll;
- static int prefer_x_forwarded_for = 0;
-+static int print_virtualhost = 0;
-
- static int
- isprefix(const char *str, const char *prefix, const char *end, const char **next)
-@@ -400,6 +401,9 @@
- fo = priv;
-
- /* %h */
-+ if (lp->df_Host && print_virtualhost)
-+ fprintf(fo, "%s ", lp->df_Host);
-+
- if (!lp->df_h && spec & VSL_S_BACKEND)
- fprintf(fo, "127.0.0.1 ");
- else if (lp->df_X_Forwarded_For && prefer_x_forwarded_for)
-@@ -511,7 +515,7 @@
- usage(void)
- {
-
-- fprintf(stderr, "usage: varnishncsa %s [-aDV] [-n varnish_name] [-P file] [-w file]\n", VSL_USAGE);
-+ fprintf(stderr, "usage: varnishncsa %s [-aDvV] [-n varnish_name] [-P file] [-w file]\n", VSL_USAGE);
- exit(1);
- }
-
-@@ -529,7 +533,7 @@
-
- vd = VSL_New();
-
-- while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:f")) != -1) {
-+ while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:fv")) != -1) {
- switch (c) {
- case 'a':
- a_flag = 1;
-@@ -546,6 +550,9 @@
- case 'P':
- P_arg = optarg;
- break;
-+ case 'v':
-+ print_virtualhost = 1;
-+ break;
- case 'V':
- varnish_version("varnishncsa");
- exit(0);
|
[-]
[+]
|
Deleted |
varnishncsa-vhost-2.0.6.patch
^
|
@@ -1,48 +0,0 @@
---- bin/varnishncsa/varnishncsa.c.orig 2009-03-27 13:13:32.000000000 +0100
-+++ bin/varnishncsa/varnishncsa.c 2009-12-18 17:17:11.000000000 +0100
-@@ -102,6 +102,7 @@
-
- static size_t nll;
- static int prefer_x_forwarded_for = 0;
-+static int print_virtualhost = 0;
-
- static int
- isprefix(const char *str, const char *prefix, const char *end,
-@@ -400,6 +401,9 @@
- fo = priv;
-
- /* %h */
-+ if (lp->df_Host && print_virtualhost)
-+ fprintf(fo, "%s ", lp->df_Host);
-+
- if (!lp->df_h && spec & VSL_S_BACKEND)
- fprintf(fo, "127.0.0.1 ");
- else if (lp->df_X_Forwarded_For && prefer_x_forwarded_for)
-@@ -512,7 +516,7 @@
- {
-
- fprintf(stderr,
-- "usage: varnishncsa %s [-aDV] [-n varnish_name] "
-+ "usage: varnishncsa %s [-aDvV] [-n varnish_name] "
- "[-P file] [-w file]\n", VSL_USAGE);
- exit(1);
- }
-@@ -531,7 +535,7 @@
-
- vd = VSL_New();
-
-- while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:f")) != -1) {
-+ while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:fv")) != -1) {
- switch (c) {
- case 'a':
- a_flag = 1;
-@@ -548,6 +552,9 @@
- case 'P':
- P_arg = optarg;
- break;
-+ case 'v':
-+ print_virtualhost = 1;
-+ break;
- case 'V':
- varnish_version("varnishncsa");
- exit(0);
|
[-]
[+]
|
Deleted |
varnishncsa-vhost.patch
^
|
@@ -1,48 +0,0 @@
---- bin/varnishncsa/varnishncsa.c.orig 2009-02-12 12:15:24.000000000 +0100
-+++ bin/varnishncsa/varnishncsa.c 2009-03-09 21:31:58.000000000 +0100
-@@ -102,6 +102,7 @@
-
- static size_t nll;
- static int prefer_x_forwarded_for = 0;
-+static int print_virtualhost = 0;
-
- static int
- isprefix(const char *str, const char *prefix, const char *end,
-@@ -400,6 +401,9 @@
- fo = priv;
-
- /* %h */
-+ if (lp->df_Host && print_virtualhost)
-+ fprintf(fo, "%s ", lp->df_Host);
-+
- if (!lp->df_h && spec & VSL_S_BACKEND)
- fprintf(fo, "127.0.0.1 ");
- else if (lp->df_X_Forwarded_For && prefer_x_forwarded_for)
-@@ -512,7 +516,7 @@
- {
-
- fprintf(stderr,
-- "usage: varnishncsa %s [-aDV] [-n varnish_name] "
-+ "usage: varnishncsa %s [-aDvV] [-n varnish_name] "
- "[-P file] [-w file]\n", VSL_USAGE);
- exit(1);
- }
-@@ -531,7 +535,7 @@
-
- vd = VSL_New();
-
-- while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:f")) != -1) {
-+ while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:fv")) != -1) {
- switch (c) {
- case 'a':
- a_flag = 1;
-@@ -548,6 +552,9 @@
- case 'P':
- P_arg = optarg;
- break;
-+ case 'v':
-+ print_virtualhost = 1;
-+ break;
- case 'V':
- varnish_version("varnishncsa");
- exit(0);
|
[-]
[+]
|
Deleted |
varnishncsa-vhost.patch.debug
^
|
@@ -1,57 +0,0 @@
---- bin/varnishncsa/varnishncsa.c.202 2008-11-27 15:18:23.000000000 +0100
-+++ bin/varnishncsa/varnishncsa.c 2008-11-27 15:18:48.000000000 +0100
-@@ -103,6 +103,7 @@
-
- static size_t nll;
- static int prefer_x_forwarded_for = 0;
-+static int print_virtualhost = 0;
-
- static int
- isprefix(const char *str, const char *prefix, const char *end, const char **next)
-@@ -400,6 +401,9 @@
- fo = priv;
-
- /* %h */
-+ if (lp->df_Host && print_virtualhost)
-+ fprintf(fo, "%s ", lp->df_Host);
-+
- if (!lp->df_h && spec & VSL_S_BACKEND)
- fprintf(fo, "127.0.0.1 ");
- else if (lp->df_X_Forwarded_For && prefer_x_forwarded_for)
-@@ -432,7 +436,7 @@
- /* %t */
- strftime(tbuf, sizeof tbuf, "[%d/%b/%Y:%T %z]", &lp->df_t);
- fprintf(fo, "%s ", tbuf);
--
-+ fprintf(stderr,&lp->df_t);
- /*
- * Fake "%r". This would be a lot easier if Varnish
- * normalized the request URL.
-@@ -511,7 +515,7 @@
- usage(void)
- {
-
-- fprintf(stderr, "usage: varnishncsa %s [-aDV] [-n varnish_name] [-P file] [-w file]\n", VSL_USAGE);
-+ fprintf(stderr, "usage: varnishncsa %s [-aDvV] [-n varnish_name] [-P file] [-w file]\n", VSL_USAGE);
- exit(1);
- }
-
-@@ -529,7 +533,7 @@
-
- vd = VSL_New();
-
-- while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:f")) != -1) {
-+ while ((c = getopt(argc, argv, VSL_ARGS "aDn:P:Vw:fv")) != -1) {
- switch (c) {
- case 'a':
- a_flag = 1;
-@@ -546,6 +550,9 @@
- case 'P':
- P_arg = optarg;
- break;
-+ case 'v':
-+ print_virtualhost = 1;
-+ break;
- case 'V':
- varnish_version("varnishncsa");
- exit(0);
|
[-]
[+]
|
Added |
vslp_203_uplex.patch
^
|
@@ -0,0 +1,340515 @@
+diff -rupN varnish-2.0.3/aclocal.m4 varnish-2.0.3_VSLP/aclocal.m4
+--- varnish-2.0.3/aclocal.m4 2009-02-12 12:15:37.000000000 +0100
++++ varnish-2.0.3_VSLP/aclocal.m4 2013-10-31 16:06:42.000000000 +0100
+@@ -1,7 +1,7 @@
+-# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
++# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+
+ # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+-# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
++# 2005 Free Software Foundation, Inc.
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -11,17 +11,9 @@
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ # PARTICULAR PURPOSE.
+
+-m4_ifndef([AC_AUTOCONF_VERSION],
+- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+-m4_if(AC_AUTOCONF_VERSION, [2.61],,
+-[m4_warning([this file was generated for autoconf 2.61.
+-You have another version of autoconf. It may work, but is not guaranteed to.
+-If you have problems, you may need to regenerate the build system entirely.
+-To do so, use the procedure documented by the package, typically `autoreconf'.])])
+-
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+
+-# serial 52 Debian 1.5.26-1ubuntu1 AC_PROG_LIBTOOL
++# serial 48 AC_PROG_LIBTOOL
+
+
+ # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+@@ -109,6 +101,7 @@ AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
+ AC_REQUIRE([AC_OBJEXT])dnl
+ AC_REQUIRE([AC_EXEEXT])dnl
+ dnl
++
+ AC_LIBTOOL_SYS_MAX_CMD_LEN
+ AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
+ AC_LIBTOOL_OBJDIR
+@@ -183,7 +176,7 @@ test -z "$STRIP" && STRIP=:
+ test -z "$ac_objext" && ac_objext=o
+
+ # Determine commands to create old-style static archives.
+-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
++old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
+ old_postinstall_cmds='chmod 644 $oldlib'
+ old_postuninstall_cmds=
+
+@@ -210,8 +203,6 @@ file_magic*)
+ ;;
+ esac
+
+-_LT_REQUIRED_DARWIN_CHECKS
+-
+ AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
+ AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
+ enable_win32_dll=yes, enable_win32_dll=no)
+@@ -272,9 +263,8 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -
+ # Check for compiler boilerplate output or warnings with
+ # the simple compiler test code.
+ AC_DEFUN([_LT_COMPILER_BOILERPLATE],
+-[AC_REQUIRE([LT_AC_PROG_SED])dnl
+-ac_outfile=conftest.$ac_objext
+-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_compile_test_code" >conftest.$ac_ext
+ eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+ _lt_compiler_boilerplate=`cat conftest.err`
+ $rm conftest*
+@@ -286,85 +276,13 @@ $rm conftest*
+ # Check for linker boilerplate output or warnings with
+ # the simple link test code.
+ AC_DEFUN([_LT_LINKER_BOILERPLATE],
+-[AC_REQUIRE([LT_AC_PROG_SED])dnl
+-ac_outfile=conftest.$ac_objext
+-echo "$lt_simple_link_test_code" >conftest.$ac_ext
++[ac_outfile=conftest.$ac_objext
++printf "$lt_simple_link_test_code" >conftest.$ac_ext
+ eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
+ _lt_linker_boilerplate=`cat conftest.err`
+-$rm -r conftest*
++$rm conftest*
+ ])# _LT_LINKER_BOILERPLATE
+
+-# _LT_REQUIRED_DARWIN_CHECKS
+-# --------------------------
+-# Check for some things on darwin
+-AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
+- case $host_os in
+- rhapsody* | darwin*)
+- AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
+- AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
+-
+- AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
+- [lt_cv_apple_cc_single_mod=no
+- if test -z "${LT_MULTI_MODULE}"; then
+- # By default we will add the -single_module flag. You can override
+- # by either setting the environment variable LT_MULTI_MODULE
+- # non-empty at configure time, or by adding -multi_module to the
+- # link flags.
+- echo "int foo(void){return 1;}" > conftest.c
+- $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
+- -dynamiclib ${wl}-single_module conftest.c
+- if test -f libconftest.dylib; then
+- lt_cv_apple_cc_single_mod=yes
+- rm -rf libconftest.dylib*
+- fi
+- rm conftest.c
+- fi])
+- AC_CACHE_CHECK([for -exported_symbols_list linker flag],
+- [lt_cv_ld_exported_symbols_list],
+- [lt_cv_ld_exported_symbols_list=no
+- save_LDFLAGS=$LDFLAGS
+- echo "_main" > conftest.sym
+- LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
+- AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
+- [lt_cv_ld_exported_symbols_list=yes],
+- [lt_cv_ld_exported_symbols_list=no])
+- LDFLAGS="$save_LDFLAGS"
+- ])
+- case $host_os in
+- rhapsody* | darwin1.[[0123]])
+- _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
+- darwin1.*)
+- _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+- darwin*)
+- # if running on 10.5 or later, the deployment target defaults
+- # to the OS version, if on x86, and 10.4, the deployment
+- # target defaults to 10.4. Don't you love it?
+- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
+- 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+- 10.[[012]]*)
+- _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+- 10.*)
+- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+- esac
+- ;;
+- esac
+- if test "$lt_cv_apple_cc_single_mod" = "yes"; then
+- _lt_dar_single_mod='$single_module'
+- fi
+- if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
+- _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
+- else
+- _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
+- fi
+- if test "$DSYMUTIL" != ":"; then
+- _lt_dsymutil="~$DSYMUTIL \$lib || :"
+- else
+- _lt_dsymutil=
+- fi
+- ;;
+- esac
+-])
+
+ # _LT_AC_SYS_LIBPATH_AIX
+ # ----------------------
+@@ -375,20 +293,12 @@ AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
+ # If we don't find anything, use the default library path according
+ # to the aix ld manual.
+ AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
+-[AC_REQUIRE([LT_AC_PROG_SED])dnl
+-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+-lt_aix_libpath_sed='
+- /Import File Strings/,/^$/ {
+- /^0/ {
+- s/^0 *\(.*\)$/\1/
+- p
+- }
+- }'
+-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
++[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
++aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
++}'`
+ # Check for a 64-bit object if we didn't find anything.
+-if test -z "$aix_libpath"; then
+- aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+-fi],[])
++if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
++}'`; fi],[])
+ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
+ ])# _LT_AC_SYS_LIBPATH_AIX
+
+@@ -619,17 +529,13 @@ ia64-*-hpux*)
+ rm -rf conftest*
+ ;;
+
+-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+-s390*-*linux*|sparc*-*linux*)
++x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
+ # Find out which ABI we are using.
+ echo 'int i;' > conftest.$ac_ext
+ if AC_TRY_EVAL(ac_compile); then
+ case `/usr/bin/file conftest.o` in
+ *32-bit*)
+ case $host in
+- x86_64-*kfreebsd*-gnu)
|
|
Deleted |
varnish-2.0.4.tar.bz2
^
|
[-]
[+]
|
Deleted |
varnish_2.0.4-2.dsc
^
|
@@ -1,32 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-Format: 1.0
-Source: varnish
-Binary: varnish, libvarnish1, libvarnish-dev
-Architecture: any
-Version: 2.0.4-2
-Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
-Uploaders: Lars Bahner <bahner@debian.org>, Fabio Tranchitella <kobold@debian.org>
-Homepage: http://varnish.projects.linpro.no/
-Standards-Version: 3.8.1
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-varnish/packages/varnish/
-Vcs-Svn: svn://svn.debian.org/pkg-varnish/packages/varnish
-Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, libtool, autoconf, libncurses-dev, xsltproc, groff-base, quilt
-Checksums-Sha1:
- 7a7b1ce657b64c89025d61983b84d6ebf88dfbb2 786945 varnish_2.0.4.orig.tar.gz
- f57f76cf3222a7e537a9468608e86b5a2cee4b97 11174 varnish_2.0.4-2.diff.gz
-Checksums-Sha256:
- 7ee6c66cdafda86a9d32169e5b773c57ba05e1f556b5c99585964e8f2985ae3e 786945 varnish_2.0.4.orig.tar.gz
- 5dc2f950ca8e42f4c7a8f9ec19d67b8704e3eec739daa6a505cb650cf80ef4b8 11174 varnish_2.0.4-2.diff.gz
-Files:
- 8044d59cb6d2ec6d09b7ae6033f06bbf 786945 varnish_2.0.4.orig.tar.gz
- d00c49b8b20c4c6ce9125cf03ad155ac 11174 varnish_2.0.4-2.diff.gz
-
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
-
-iEYEARECAAYFAkov68kACgkQQONU2fom4u7AwQCdGgIMk0ldaRp9s7cxCm0YjA/Y
-C64An3hGUUN4Rwgkue68gUwSQY+sCqew
-=KS1J
------END PGP SIGNATURE-----
|
|
Deleted |
varnish_2.0.4.orig.tar.gz
^
|