~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to debian/patches/lt_dladvise.diff

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2010-10-14 21:51:51 UTC
  • mfrom: (1.1.16 upstream) (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101014215151-ra4f0ka11hoitzu7
Tags: 2.1.10+dfsg-1
* New upstream version, closes a bunch of reproducible SNAFUs,
  including two tagged as security issues, CVE-2010-3696, CVE-2010-3697,
  closes: #600176.
* Build-depend on newer Libtool because of lt_dladvise_init(), also
  upstream now has a configure check so we no longer need a patch,
  yet we still don't want the old behaviour. Noticed by John Morrissey,
  closes: #584151.
* Added the /etc/default/freeradius file as suggested by
  Rudy Gevaert and Matthew Newton, closes: #564716.
* Stop symlinking /dev/urandom into /etc/freeradius/certs/random,
  it breaks grep -r in /etc. Instead, replace it inside eap.conf,
  both in the new shipped conffile and in postinst.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- freeradius-2.1.9+dfsg/src/main/modules.c~   2010-05-24 07:40:58.000000000 +0200
2
 
+++ freeradius-2.1.9+dfsg/src/main/modules.c    2010-05-30 13:02:54.000000000 +0200
3
 
@@ -207,6 +207,8 @@
4
 
  *     Solve the issues of libraries linking to other libraries
5
 
  *     by using a newer libltdl API.
6
 
  */
7
 
+#define HAVE_LT_DLADVISE_INIT 1
8
 
+
9
 
 #ifndef HAVE_LT_DLADVISE_INIT
10
 
 #define fr_dlopenext lt_dlopenext
11
 
 #else