diff -r 8d32753c0599 -r 21c93a4387f7 freeradius/2.0.4/with-openssl.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freeradius/2.0.4/with-openssl.patch Mon Jul 20 12:34:02 2009 +0200 @@ -0,0 +1,56 @@ +--- debian/changelog 2009-07-20 10:27:05.000000000 +0200 ++++ debian/changelog 2009-07-20 11:23:56.000000000 +0200 +@@ -1,3 +1,10 @@ ++freeradius (2.0.4+dfsg-6.1) unstable; urgency=low ++ ++ * Non-maintainer upload. ++ * Built with ssl support ++ ++ -- Matthias Foerste Mon, 20 Jul 2009 11:22:11 +0200 ++ + freeradius (2.0.4+dfsg-6) unstable; urgency=low + + * Fix unsafe use of tempfile (closes: #496389) +--- debian/control 2008-05-19 04:47:18.000000000 +0200 ++++ debian/control 2009-07-20 11:13:49.000000000 +0200 +@@ -1,5 +1,5 @@ + Source: freeradius +-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 ++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 + Section: net + Priority: optional + Maintainer: Stephen Gran +--- debian/rules 2009-07-20 10:27:05.000000000 +0200 ++++ debian/rules 2009-07-20 11:13:49.000000000 +0200 +@@ -80,14 +80,14 @@ + --with-large-files --with-udpfromto --with-edir \ + --enable-developer \ + --config-cache \ +- --without-rlm_eap_tls \ +- --without-rlm_eap_ttls \ +- --without-rlm_eap_peap \ ++ --with-rlm_eap_tls \ ++ --with-rlm_eap_ttls \ ++ --with-rlm_eap_peap \ + --without-rlm_eap_tnc \ + --without-rlm_otp \ + --with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \ + --with-rlm_sql_postgresql_include_dir=`pg_config --includedir` \ +- --without-openssl \ ++ --with-openssl \ + --without-rlm_eap_ikev2 \ + --without-rlm_sql_oracle \ + --without-rlm_sql_unixodbc \ +@@ -176,12 +176,6 @@ + dh_strip -a --dbg-package=freeradius-dbg + + dh_makeshlibs -a -n +- for pkg in ${pkgs} ; do \ +- if dh_shlibdeps -p $$pkg -- -O 2>/dev/null | grep -q libssl; then \ +- echo "$$pkg links to openssl" ;\ +- exit 1 ;\ +- fi ;\ +- done + dh_shlibdeps + + binary-common: