Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2012-10-13 19:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libproxy (Old)
 and      /work/SRC/openSUSE:Factory/.libproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libproxy", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes        
2012-10-12 08:12:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2012-10-13 19:57:22.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Oct 11 09:22:26 UTC 2012 - [email protected]
+
+- Add explicit netcfg BuildRequires for the test suite.
+
+-------------------------------------------------------------------
+Wed Oct 10 19:08:52 UTC 2012 - [email protected]
+
+- Update to version 0.4.9:
+  + Fixed buffer overflow when downloading PAC (CVE-2012-4504).
+  + Fix infinite loop uppon network errors.
+
+-------------------------------------------------------------------
libproxy.changes: same change

Old:
----
  libproxy-0.4.8.tar.gz

New:
----
  libproxy-0.4.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libproxy-plugins.spec ++++++
--- /var/tmp/diff_new_pack.evIPZQ/_old  2012-10-13 19:57:23.000000000 +0200
+++ /var/tmp/diff_new_pack.evIPZQ/_new  2012-10-13 19:57:23.000000000 +0200
@@ -35,7 +35,7 @@
 Summary:        Libproxy provides consistent proxy configuration to 
applications
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
-Version:        0.4.8
+Version:        0.4.9
 Release:        0
 %if 0%{?build_snapshot}
 %define _sourcename %{_name}
@@ -50,6 +50,8 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libmodman-devel
+# netcfg is needed for the test suite.
+BuildRequires:  netcfg
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 %if !%{build_core_not_modules}

libproxy.spec: same change
++++++ libproxy-0.4.8.tar.gz -> libproxy-0.4.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/CPackConfig.cmake 
new/libproxy-0.4.9/CPackConfig.cmake
--- old/libproxy-0.4.8/CPackConfig.cmake        1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/CPackConfig.cmake        2012-10-10 18:25:43.000000000 
+0200
@@ -0,0 +1,68 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+#  cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK_<GENNAME>_xxxx.
+
+
+SET(CPACK_BINARY_BUNDLE "")
+SET(CPACK_BINARY_CYGWIN "")
+SET(CPACK_BINARY_DEB "OFF")
+SET(CPACK_BINARY_DRAGNDROP "")
+SET(CPACK_BINARY_NSIS "OFF")
+SET(CPACK_BINARY_OSXX11 "")
+SET(CPACK_BINARY_PACKAGEMAKER "")
+SET(CPACK_BINARY_RPM "OFF")
+SET(CPACK_BINARY_STGZ "ON")
+SET(CPACK_BINARY_TBZ2 "OFF")
+SET(CPACK_BINARY_TGZ "ON")
+SET(CPACK_BINARY_TZ "ON")
+SET(CPACK_BINARY_ZIP "")
+SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
+SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+SET(CPACK_GENERATOR "STGZ;TGZ;TZ")
+SET(CPACK_IGNORE_FILES 
"CMakeCache.txt;install_manifest.txt;/Testing/;/Makefile$;\\.tar.gz$;\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\.svn/;/\\.git/;\\.swp$;\\.#;/#")
+SET(CPACK_INSTALL_CMAKE_PROJECTS 
"/home/nicolas/Sources/libproxy-svn;Project;ALL;/")
+SET(CPACK_INSTALL_PREFIX "/usr/local")
+SET(CPACK_MODULE_PATH "/home/nicolas/Sources/libproxy-svn/cmake")
+SET(CPACK_NSIS_DISPLAY_NAME "Project 0.4.9")
+SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
+SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
+SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+SET(CPACK_NSIS_PACKAGE_NAME "Project 0.4.9")
+SET(CPACK_OUTPUT_CONFIG_FILE 
"/home/nicolas/Sources/libproxy-svn/CPackConfig.cmake")
+SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+SET(CPACK_PACKAGE_DESCRIPTION_FILE 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Project built using CMake")
+SET(CPACK_PACKAGE_FILE_NAME "Project-0.4.9-Linux")
+SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Project 0.4.9")
+SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Project 0.4.9")
+SET(CPACK_PACKAGE_NAME "Project")
+SET(CPACK_PACKAGE_RELOCATABLE "true")
+SET(CPACK_PACKAGE_VENDOR "Humanity")
+SET(CPACK_PACKAGE_VERSION "0.4.9")
+SET(CPACK_PACKAGE_VERSION_MAJOR "0")
+SET(CPACK_PACKAGE_VERSION_MINOR "4")
+SET(CPACK_PACKAGE_VERSION_PATCH "9")
+SET(CPACK_RESOURCE_FILE_LICENSE 
"/usr/share/cmake/Templates/CPack.GenericLicense.txt")
+SET(CPACK_RESOURCE_FILE_README 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+SET(CPACK_RESOURCE_FILE_WELCOME 
"/usr/share/cmake/Templates/CPack.GenericWelcome.txt")
+SET(CPACK_SET_DESTDIR "OFF")
+SET(CPACK_SOURCE_CYGWIN "")
+SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
+SET(CPACK_SOURCE_IGNORE_FILES 
"CMakeCache.txt;install_manifest.txt;/Testing/;/Makefile$;\\.tar.gz$;\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\.svn/;/\\.git/;\\.swp$;\\.#;/#")
+SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE 
"/home/nicolas/Sources/libproxy-svn/CPackSourceConfig.cmake")
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "libproxy-0.4.9")
+SET(CPACK_SOURCE_TBZ2 "")
+SET(CPACK_SOURCE_TGZ "")
+SET(CPACK_SOURCE_TOPLEVEL_TAG "")
+SET(CPACK_SOURCE_TZ "")
+SET(CPACK_SOURCE_ZIP "")
+SET(CPACK_SYSTEM_NAME "Linux")
+SET(CPACK_TOPLEVEL_TAG "Linux")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/CPackSourceConfig.cmake 
new/libproxy-0.4.9/CPackSourceConfig.cmake
--- old/libproxy-0.4.8/CPackSourceConfig.cmake  1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/CPackSourceConfig.cmake  2012-10-10 18:25:43.000000000 
+0200
@@ -0,0 +1,71 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+#  cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK_<GENNAME>_xxxx.
+
+
+SET(CPACK_BINARY_BUNDLE "")
+SET(CPACK_BINARY_CYGWIN "")
+SET(CPACK_BINARY_DEB "OFF")
+SET(CPACK_BINARY_DRAGNDROP "")
+SET(CPACK_BINARY_NSIS "OFF")
+SET(CPACK_BINARY_OSXX11 "")
+SET(CPACK_BINARY_PACKAGEMAKER "")
+SET(CPACK_BINARY_RPM "OFF")
+SET(CPACK_BINARY_STGZ "ON")
+SET(CPACK_BINARY_TBZ2 "OFF")
+SET(CPACK_BINARY_TGZ "ON")
+SET(CPACK_BINARY_TZ "ON")
+SET(CPACK_BINARY_ZIP "")
+SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
+SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+SET(CPACK_GENERATOR "TGZ;ZIP")
+SET(CPACK_IGNORE_FILES 
"CMakeCache.txt;install_manifest.txt;/Testing/;/Makefile$;\\.tar.gz$;\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\.svn/;/\\.git/;\\.swp$;\\.#;/#")
+SET(CPACK_INSTALLED_DIRECTORIES "/home/nicolas/Sources/libproxy-svn;/")
+SET(CPACK_INSTALL_CMAKE_PROJECTS "")
+SET(CPACK_INSTALL_PREFIX "/usr/local")
+SET(CPACK_MODULE_PATH "/home/nicolas/Sources/libproxy-svn/cmake")
+SET(CPACK_NSIS_DISPLAY_NAME "Project 0.4.9")
+SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
+SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
+SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+SET(CPACK_NSIS_PACKAGE_NAME "Project 0.4.9")
+SET(CPACK_OUTPUT_CONFIG_FILE 
"/home/nicolas/Sources/libproxy-svn/CPackConfig.cmake")
+SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+SET(CPACK_PACKAGE_DESCRIPTION_FILE 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Project built using CMake")
+SET(CPACK_PACKAGE_FILE_NAME "libproxy-0.4.9")
+SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Project 0.4.9")
+SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "Project 0.4.9")
+SET(CPACK_PACKAGE_NAME "Project")
+SET(CPACK_PACKAGE_RELOCATABLE "true")
+SET(CPACK_PACKAGE_VENDOR "Humanity")
+SET(CPACK_PACKAGE_VERSION "0.4.9")
+SET(CPACK_PACKAGE_VERSION_MAJOR "0")
+SET(CPACK_PACKAGE_VERSION_MINOR "4")
+SET(CPACK_PACKAGE_VERSION_PATCH "9")
+SET(CPACK_RESOURCE_FILE_LICENSE 
"/usr/share/cmake/Templates/CPack.GenericLicense.txt")
+SET(CPACK_RESOURCE_FILE_README 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+SET(CPACK_RESOURCE_FILE_WELCOME 
"/usr/share/cmake/Templates/CPack.GenericWelcome.txt")
+SET(CPACK_SET_DESTDIR "OFF")
+SET(CPACK_SOURCE_CYGWIN "")
+SET(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
+SET(CPACK_SOURCE_IGNORE_FILES 
"CMakeCache.txt;install_manifest.txt;/Testing/;/Makefile$;\\.tar.gz$;\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\.svn/;/\\.git/;\\.swp$;\\.#;/#")
+SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/nicolas/Sources/libproxy-svn;/")
+SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE 
"/home/nicolas/Sources/libproxy-svn/CPackSourceConfig.cmake")
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "libproxy-0.4.9")
+SET(CPACK_SOURCE_TBZ2 "")
+SET(CPACK_SOURCE_TGZ "")
+SET(CPACK_SOURCE_TOPLEVEL_TAG "")
+SET(CPACK_SOURCE_TZ "")
+SET(CPACK_SOURCE_ZIP "")
+SET(CPACK_STRIP_FILES "")
+SET(CPACK_SYSTEM_NAME "Linux")
+SET(CPACK_TOPLEVEL_TAG "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/CTestTestfile.cmake 
new/libproxy-0.4.9/CTestTestfile.cmake
--- old/libproxy-0.4.8/CTestTestfile.cmake      1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/CTestTestfile.cmake      2012-10-10 18:25:44.000000000 
+0200
@@ -0,0 +1,9 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn
+# Build directory: /home/nicolas/Sources/libproxy-svn
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+SUBDIRS(bindings)
+SUBDIRS(libproxy)
+SUBDIRS(utils)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/DartConfiguration.tcl 
new/libproxy-0.4.9/DartConfiguration.tcl
--- old/libproxy-0.4.8/DartConfiguration.tcl    1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/DartConfiguration.tcl    2012-10-10 18:25:42.000000000 
+0200
@@ -0,0 +1,93 @@
+# This file is configured by CMake automatically as DartConfiguration.tcl
+# If you choose not to use CMake, this file may be hand configured, by
+# filling in the required variables.
+
+
+# Configuration directories and files
+SourceDirectory: /home/nicolas/Sources/libproxy-svn
+BuildDirectory: /home/nicolas/Sources/libproxy-svn
+
+# Where to place the cost data store
+CostDataFile: 
+
+# Site is something like machine.domain, i.e. pragmatic.crd
+Site: nicolas-tpx201
+
+# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
+BuildName: Linux-c++
+
+# Submission information
+IsCDash: 
+CDashVersion: 
+QueryCDashVersion: 
+DropSite: 
+DropLocation: 
+DropSiteUser: 
+DropSitePassword: 
+DropSiteMode: 
+DropMethod: http
+TriggerSite: 
+ScpCommand: /usr/bin/scp
+
+# Dashboard start time
+NightlyStartTime: 00:00:00 EDT
+
+# Commands for the build/test/submit cycle
+ConfigureCommand: "/usr/bin/cmake" "/home/nicolas/Sources/libproxy-svn"
+MakeCommand: /usr/bin/gmake -i
+DefaultCTestConfigurationType: Release
+
+# CVS options
+# Default is "-d -P -A"
+CVSCommand: /usr/bin/cvs
+CVSUpdateOptions: -d -A -P
+
+# Subversion options
+SVNCommand: /usr/bin/svn
+SVNUpdateOptions: 
+
+# Git options
+GITCommand: /usr/bin/git
+GITUpdateOptions: 
+GITUpdateCustom: 
+
+# Generic update command
+UpdateCommand: /usr/bin/svn
+UpdateOptions: 
+UpdateType: svn
+
+# Compiler info
+Compiler: /usr/lib64/ccache/c++
+
+# Dynamic analysis (MemCheck)
+PurifyCommand: 
+ValgrindCommand: 
+ValgrindCommandOptions: 
+MemoryCheckCommand: /usr/bin/valgrind
+MemoryCheckCommandOptions: 
+MemoryCheckSuppressionFile: 
+
+# Coverage
+CoverageCommand: /usr/bin/gcov
+CoverageExtraFlags: -l
+
+# Cluster commands
+SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
+SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
+
+# Testing options
+# TimeOut is the amount of time in seconds to wait for processes
+# to complete during testing.  After TimeOut seconds, the
+# process will be summarily terminated.
+# Currently set to 25 minutes
+TimeOut: 1500
+
+UseLaunchers: 
+CurlOptions: 
+# warning, if you add new options here that have to do with submit,
+# you have to update cmCTestSubmitCommand.cxx
+
+# For CTest submissions that timeout, these options
+# specify behavior for retrying the submission
+CTestSubmitRetryDelay: 5
+CTestSubmitRetryCount: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/Findlibproxy.cmake 
new/libproxy-0.4.9/Findlibproxy.cmake
--- old/libproxy-0.4.8/Findlibproxy.cmake       1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/Findlibproxy.cmake       2012-10-10 18:25:44.000000000 
+0200
@@ -0,0 +1,26 @@
+# - Try to find libproxy
+# Once done this will define
+#
+#  LIBPROXY_FOUND - system has libproxy
+#  LIBPROXY_INCLUDE_DIR - the libproxy include directory
+#  LIBPROXY_LIBRARIES - libproxy library
+#
+# Copyright (c) 2010, Dominique Leuenberger
+#
+# Redistribution and use is allowed according the license terms
+# of libproxy, which this file is integrated part of.
+
+# Find proxy.h and the corresponding library (libproxy.so)
+FIND_PATH(LIBPROXY_INCLUDE_DIR proxy.h )
+FIND_LIBRARY(LIBPROXY_LIBRARIES NAMES proxy )
+
+# Set library version
+SET(LIBPROXY_VERSION 0.4.9)
+SET(LIBPROXY_VERSION_MAJOR 0)
+SET(LIBPROXY_VERSION_MINOR 4)
+SET(LIBPROXY_VERSION_PATCH 9)
+
+# Give output, should this be wished (this handles also QUIET and REQUIRED
+INCLUDE(FindPackageHandleStandardArgs)
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(libproxy DEFAULT_MSG LIBPROXY_LIBRARIES 
LIBPROXY_INCLUDE_DIR)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/NEWS new/libproxy-0.4.9/NEWS
--- old/libproxy-0.4.8/NEWS     2012-10-02 16:32:15.000000000 +0200
+++ new/libproxy-0.4.9/NEWS     2012-10-10 18:19:11.000000000 +0200
@@ -1,3 +1,8 @@
+New in version 0.4.9
+==============================
+* CVE-2012-4504 Fixed buffer overflow when downloading PAC
+* Fix infinit loop uppon network errors
+
 New in version 0.4.8
 ==============================
 * Only support standalone mozjs185 as mozilla js engine.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/CTestTestfile.cmake     1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/CTestTestfile.cmake     2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,8 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+SUBDIRS(python)
+SUBDIRS(perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/cmake_install.cmake 
new/libproxy-0.4.9/bindings/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/cmake_install.cmake     1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/cmake_install.cmake     2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,41 @@
+# Install script for directory: /home/nicolas/Sources/libproxy-svn/bindings
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/python/cmake_install.cmake")
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/perl/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/perl/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/perl/CTestTestfile.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/CTestTestfile.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,9 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings/perl
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings/perl
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+SUBDIRS(lib)
+SUBDIRS(src)
+SUBDIRS(t)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/cmake_install.cmake 
new/libproxy-0.4.9/bindings/perl/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/perl/cmake_install.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/cmake_install.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,42 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/bindings/perl
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/perl/lib/cmake_install.cmake")
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/perl/src/cmake_install.cmake")
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/perl/t/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/lib/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/perl/lib/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/perl/lib/CTestTestfile.cmake    1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/lib/CTestTestfile.cmake    2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/lib
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/lib
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/lib/cmake_install.cmake 
new/libproxy-0.4.9/bindings/perl/lib/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/perl/lib/cmake_install.cmake    1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/lib/cmake_install.cmake    2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,46 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/bindings/perl/lib
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/usr/local/lib64/perl5/Net/Libproxy.pm")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : 
${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by 
caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/usr/local/lib64/perl5/Net" TYPE FILE FILES 
"/home/nicolas/Sources/libproxy-svn/bindings/perl/lib/Libproxy.pm")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/src/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/perl/src/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/perl/src/CTestTestfile.cmake    1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/src/CTestTestfile.cmake    2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/src
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/src
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/src/cmake_install.cmake 
new/libproxy-0.4.9/bindings/perl/src/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/perl/src/cmake_install.cmake    1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/src/cmake_install.cmake    2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,60 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/bindings/perl/src
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  IF(EXISTS 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so" AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so")
+    FILE(RPATH_CHECK
+         FILE 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so"
+         RPATH "")
+  ENDIF()
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : 
${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by 
caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/usr/local/lib64/perl5/auto/Net/Libproxy" TYPE 
SHARED_LIBRARY FILES 
"/home/nicolas/Sources/libproxy-svn/perl/blib/arch/auto/Net/Libproxy.so")
+  IF(EXISTS 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so" AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so")
+    FILE(RPATH_REMOVE
+         FILE 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}/usr/local/lib64/perl5/auto/Net/Libproxy/Libproxy.so")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/t/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/perl/t/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/perl/t/CTestTestfile.cmake      1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/t/CTestTestfile.cmake      2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/t
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings/perl/t
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/perl/t/cmake_install.cmake 
new/libproxy-0.4.9/bindings/perl/t/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/perl/t/cmake_install.cmake      1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/perl/t/cmake_install.cmake      2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,34 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/bindings/perl/t
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/python/CTestTestfile.cmake 
new/libproxy-0.4.9/bindings/python/CTestTestfile.cmake
--- old/libproxy-0.4.8/bindings/python/CTestTestfile.cmake      1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/python/CTestTestfile.cmake      2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/bindings/python
+# Build directory: /home/nicolas/Sources/libproxy-svn/bindings/python
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/bindings/python/cmake_install.cmake 
new/libproxy-0.4.9/bindings/python/cmake_install.cmake
--- old/libproxy-0.4.8/bindings/python/cmake_install.cmake      1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/bindings/python/cmake_install.cmake      2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,46 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/bindings/python
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/usr/lib/python2.7/site-packages/libproxy.py")
+  IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : 
${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+  IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by 
caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+FILE(INSTALL DESTINATION "/usr/lib/python2.7/site-packages" TYPE FILE FILES 
"/home/nicolas/Sources/libproxy-svn/bindings/python/libproxy.py")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/cmake_install.cmake 
new/libproxy-0.4.9/cmake_install.cmake
--- old/libproxy-0.4.8/cmake_install.cmake      1970-01-01 01:00:00.000000000 
+0100
+++ new/libproxy-0.4.9/cmake_install.cmake      2012-10-10 18:25:44.000000000 
+0200
@@ -0,0 +1,52 @@
+# Install script for directory: /home/nicolas/Sources/libproxy-svn
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  INCLUDE("/home/nicolas/Sources/libproxy-svn/bindings/cmake_install.cmake")
+  INCLUDE("/home/nicolas/Sources/libproxy-svn/libproxy/cmake_install.cmake")
+  INCLUDE("/home/nicolas/Sources/libproxy-svn/utils/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
+IF(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+ELSE(CMAKE_INSTALL_COMPONENT)
+  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+ENDIF(CMAKE_INSTALL_COMPONENT)
+
+FILE(WRITE "/home/nicolas/Sources/libproxy-svn/${CMAKE_INSTALL_MANIFEST}" "")
+FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
+  FILE(APPEND "/home/nicolas/Sources/libproxy-svn/${CMAKE_INSTALL_MANIFEST}" 
"${file}\n")
+ENDFOREACH(file)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/CMakeLists.txt 
new/libproxy-0.4.9/libproxy/CMakeLists.txt
--- old/libproxy-0.4.8/libproxy/CMakeLists.txt  2012-10-02 16:32:15.000000000 
+0200
+++ new/libproxy-0.4.9/libproxy/CMakeLists.txt  2012-10-10 18:19:40.000000000 
+0200
@@ -1,6 +1,6 @@
 ### Project info
 project(libproxy)
-set_project_version(0 4 8)
+set_project_version(0 4 9)
 
 ### Add a global compilation stuff
 if (WIN32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/CTestTestfile.cmake 
new/libproxy-0.4.9/libproxy/CTestTestfile.cmake
--- old/libproxy-0.4.8/libproxy/CTestTestfile.cmake     1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/libproxy/CTestTestfile.cmake     2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,7 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/libproxy
+# Build directory: /home/nicolas/Sources/libproxy-svn/libproxy
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+SUBDIRS(test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/cmake_install.cmake 
new/libproxy-0.4.9/libproxy/cmake_install.cmake
--- old/libproxy-0.4.8/libproxy/cmake_install.cmake     1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/libproxy/cmake_install.cmake     2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,136 @@
+# Install script for directory: /home/nicolas/Sources/libproxy-svn/libproxy
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings")
+    FILE(RPATH_CHECK
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/libexec" TYPE EXECUTABLE 
FILES "/home/nicolas/Sources/libproxy-svn/libproxy/pxgsettings")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/libexec/pxgsettings")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  IF(EXISTS 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so"
 AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so")
+    FILE(RPATH_CHECK
+         FILE 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION 
"${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules" TYPE MODULE FILES 
"/home/nicolas/Sources/libproxy-svn/libproxy/config_gnome3.so")
+  IF(EXISTS 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so"
 AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so")
+    FILE(RPATH_REMOVE
+         FILE 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/config_gnome3.so")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  IF(EXISTS 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so"
 AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so")
+    FILE(RPATH_CHECK
+         FILE 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION 
"${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules" TYPE MODULE FILES 
"/home/nicolas/Sources/libproxy-svn/libproxy/network_networkmanager.so")
+  IF(EXISTS 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so"
 AND
+     NOT IS_SYMLINK 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so")
+    FILE(RPATH_REMOVE
+         FILE 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy/0.4.9/modules/network_networkmanager.so")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE 
FILES "/home/nicolas/Sources/libproxy-svn/libproxy-1.0.pc")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/cmake/Modules" TYPE 
FILE FILES "/home/nicolas/Sources/libproxy-svn/Findlibproxy.cmake")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  FOREACH(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so.1.0.0"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so"
+      )
+    IF(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      FILE(RPATH_CHECK
+           FILE "${file}"
+           RPATH "")
+    ENDIF()
+  ENDFOREACH()
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY 
FILES
+    "/home/nicolas/Sources/libproxy-svn/libproxy/libproxy.so.1.0.0"
+    "/home/nicolas/Sources/libproxy-svn/libproxy/libproxy.so.1"
+    "/home/nicolas/Sources/libproxy-svn/libproxy/libproxy.so"
+    )
+  FOREACH(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so.1.0.0"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libproxy.so"
+      )
+    IF(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      IF(CMAKE_INSTALL_DO_STRIP)
+        EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "${file}")
+      ENDIF(CMAKE_INSTALL_DO_STRIP)
+    ENDIF()
+  ENDFOREACH()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES 
"/home/nicolas/Sources/libproxy-svn/libproxy/proxy.h")
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+
+IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  
INCLUDE("/home/nicolas/Sources/libproxy-svn/libproxy/test/cmake_install.cmake")
+
+ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/test/CTestTestfile.cmake 
new/libproxy-0.4.9/libproxy/test/CTestTestfile.cmake
--- old/libproxy-0.4.8/libproxy/test/CTestTestfile.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/libproxy/test/CTestTestfile.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,8 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/libproxy/test
+# Build directory: /home/nicolas/Sources/libproxy-svn/libproxy/test
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+ADD_TEST(url-test "/home/nicolas/Sources/libproxy-svn/libproxy/test/url-test")
+ADD_TEST(url-encode 
"/home/nicolas/Sources/libproxy-svn/libproxy/test/url-encode")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/test/cmake_install.cmake 
new/libproxy-0.4.9/libproxy/test/cmake_install.cmake
--- old/libproxy-0.4.8/libproxy/test/cmake_install.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/libproxy/test/cmake_install.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,34 @@
+# Install script for directory: 
/home/nicolas/Sources/libproxy-svn/libproxy/test
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy/url.cpp 
new/libproxy-0.4.9/libproxy/url.cpp
--- old/libproxy-0.4.8/libproxy/url.cpp 2012-10-02 16:32:15.000000000 +0200
+++ new/libproxy-0.4.9/libproxy/url.cpp 2012-10-10 18:16:09.000000000 +0200
@@ -474,19 +474,23 @@
                                // Add this chunk to our content length,
                                // ensuring that we aren't over our max size
                                content_length += chunk_length;
-                               if (content_length >= PAC_MAX_SIZE) break;
                        }
 
+                       if (content_length >= PAC_MAX_SIZE) break;
+
                        while (recvd != content_length) {
                                int r = recv(sock, buffer + recvd, 
content_length - recvd, 0);
-                               if (r < 0) break;
+                               if (r < 0) {
+                                       recvd = content_length;
+                                       break;
+                               }
                                recvd += r;
                        }
                        buffer[content_length] = '\0';
-               } while (chunked);
+               } while (recvd != content_length);
 
                if (string(buffer).size() != content_length) {
-                       delete buffer;
+                       delete[] buffer;
                        buffer = NULL;
                }
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/libproxy-1.0.pc 
new/libproxy-0.4.9/libproxy-1.0.pc
--- old/libproxy-0.4.8/libproxy-1.0.pc  1970-01-01 01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/libproxy-1.0.pc  2012-10-10 18:25:44.000000000 +0200
@@ -0,0 +1,10 @@
+prefix=/usr/local
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libproxy-1.0
+Description: Proxy Configuration Library
+Version: 0.4.9
+Libs: -L${libdir} -lproxy
+Libs.private: -lpthread -lm
+Cflags: -I${includedir} 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/utils/CTestTestfile.cmake 
new/libproxy-0.4.9/utils/CTestTestfile.cmake
--- old/libproxy-0.4.8/utils/CTestTestfile.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/utils/CTestTestfile.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,6 @@
+# CMake generated Testfile for 
+# Source directory: /home/nicolas/Sources/libproxy-svn/utils
+# Build directory: /home/nicolas/Sources/libproxy-svn/utils
+# 
+# This file includes the relevent testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libproxy-0.4.8/utils/cmake_install.cmake 
new/libproxy-0.4.9/utils/cmake_install.cmake
--- old/libproxy-0.4.8/utils/cmake_install.cmake        1970-01-01 
01:00:00.000000000 +0100
+++ new/libproxy-0.4.9/utils/cmake_install.cmake        2012-10-10 
18:25:44.000000000 +0200
@@ -0,0 +1,52 @@
+# Install script for directory: /home/nicolas/Sources/libproxy-svn/utils
+
+# Set the install prefix
+IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  SET(CMAKE_INSTALL_PREFIX "/usr/local")
+ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
+STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  IF(BUILD_TYPE)
+    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  ELSE(BUILD_TYPE)
+    SET(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
+  ENDIF(BUILD_TYPE)
+  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+
+# Set the component getting installed.
+IF(NOT CMAKE_INSTALL_COMPONENT)
+  IF(COMPONENT)
+    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
+    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  ELSE(COMPONENT)
+    SET(CMAKE_INSTALL_COMPONENT)
+  ENDIF(COMPONENT)
+ENDIF(NOT CMAKE_INSTALL_COMPONENT)
+
+# Install shared libraries without execute permission?
+IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  SET(CMAKE_INSTALL_SO_NO_EXE "0")
+ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+
+IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy")
+    FILE(RPATH_CHECK
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy"
+         RPATH "")
+  ENDIF()
+  FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES 
"/home/nicolas/Sources/libproxy-svn/utils/proxy")
+  IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy")
+    FILE(RPATH_REMOVE
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy")
+    IF(CMAKE_INSTALL_DO_STRIP)
+      EXECUTE_PROCESS(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/proxy")
+    ENDIF(CMAKE_INSTALL_DO_STRIP)
+  ENDIF()
+ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
+

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to