freeradius/2.0.4/with-openssl.patch
changeset 2 21c93a4387f7
equal deleted inserted replaced
1:8d32753c0599 2:21c93a4387f7
       
     1 --- debian/changelog	2009-07-20 10:27:05.000000000 +0200
       
     2 +++ debian/changelog	2009-07-20 11:23:56.000000000 +0200
       
     3 @@ -1,3 +1,10 @@
       
     4 +freeradius (2.0.4+dfsg-6.1) unstable; urgency=low
       
     5 +
       
     6 +  * Non-maintainer upload.
       
     7 +  * Built with ssl support
       
     8 +
       
     9 + -- Matthias Foerste <foerste@schlittermann.de>  Mon, 20 Jul 2009 11:22:11 +0200
       
    10 +
       
    11  freeradius (2.0.4+dfsg-6) unstable; urgency=low
       
    12  
       
    13    * Fix unsafe use of tempfile (closes: #496389)
       
    14 --- debian/control	2008-05-19 04:47:18.000000000 +0200
       
    15 +++ debian/control	2009-07-20 11:13:49.000000000 +0200
       
    16 @@ -1,5 +1,5 @@
       
    17  Source: freeradius
       
    18 -Build-Depends: autotools-dev, debhelper (>= 6.0.7), libgdbm-dev, libiodbc2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libmysqlclient15-dev | libmysqlclient-dev, libpam0g-dev, libpcap-dev, libperl-dev, libpq-dev, libsasl2-dev, libsnmp-dev, libtool, python-dev
       
    19 +Build-Depends: autotools-dev, debhelper (>= 6.0.7), libgdbm-dev, libiodbc2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libmysqlclient15-dev | libmysqlclient-dev, libpam0g-dev, libpcap-dev, libperl-dev, libpq-dev, libsasl2-dev, libsnmp-dev, libtool, python-dev, libssl-dev
       
    20  Section: net
       
    21  Priority: optional
       
    22  Maintainer: Stephen Gran <sgran@debian.org>
       
    23 --- debian/rules	2009-07-20 10:27:05.000000000 +0200
       
    24 +++ debian/rules	2009-07-20 11:13:49.000000000 +0200
       
    25 @@ -80,14 +80,14 @@
       
    26  		--with-large-files --with-udpfromto --with-edir \
       
    27  		--enable-developer \
       
    28  		--config-cache \
       
    29 -		--without-rlm_eap_tls \
       
    30 -		--without-rlm_eap_ttls \
       
    31 -		--without-rlm_eap_peap \
       
    32 +		--with-rlm_eap_tls \
       
    33 +		--with-rlm_eap_ttls \
       
    34 +		--with-rlm_eap_peap \
       
    35  		--without-rlm_eap_tnc \
       
    36  		--without-rlm_otp \
       
    37  		--with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \
       
    38  		--with-rlm_sql_postgresql_include_dir=`pg_config --includedir` \
       
    39 -		--without-openssl \
       
    40 +		--with-openssl \
       
    41  		--without-rlm_eap_ikev2 \
       
    42  		--without-rlm_sql_oracle \
       
    43  		--without-rlm_sql_unixodbc \
       
    44 @@ -176,12 +176,6 @@
       
    45  	dh_strip -a --dbg-package=freeradius-dbg
       
    46  
       
    47  	dh_makeshlibs -a -n
       
    48 -	for pkg in ${pkgs} ; do \
       
    49 -	  if dh_shlibdeps -p $$pkg -- -O 2>/dev/null | grep -q libssl; then \
       
    50 -	    echo "$$pkg links to openssl" ;\
       
    51 -	    exit 1 ;\
       
    52 -	  fi ;\
       
    53 -	done
       
    54  	dh_shlibdeps
       
    55  
       
    56  binary-common: