]> git.pld-linux.org Git - packages/freeradius.git/commitdiff
- Security bugfix for SQL injection vulnerability described in:
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 4 Aug 2005 10:55:40 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://www.gentoo.org/security/en/glsa/glsa-200505-13.xml
  (-sql_injection.patch)

Changed files:
    freeradius.spec -> 1.51

freeradius.spec

index d847644e0dccac2121d941651f2acce6c996b4e3..45a1f20aaeb0c67a553258884645f03e82512c66 100644 (file)
@@ -4,7 +4,6 @@
 # - won't be good to include these contrib examples?
 #   Source1:   http://www.ping.de/~fdc/radius/radacct-replay
 #   Source3:   ftp://ftp.freeradius.org/pub/radius/contrib/radwho.cgi
-# - SECURITY: http://www.gentoo.org/security/en/glsa/glsa-200505-13.xml
 Summary:       High-performance and highly configurable RADIUS server
 Summary(pl):   Szybki i wysoce konfigurowalny serwer RADIUS
 Name:          freeradius
@@ -25,6 +24,7 @@ Patch4:               %{name}-moduledir.patch
 Patch5:                %{name}-rundir.patch
 Patch6:                %{name}-config.patch
 Patch7:                %{name}-eap_install_order.patch
+Patch8:                %{name}-sql_injection.patch
 URL:           http://www.freeradius.org/
 Provides:      user(radius)
 Provides:      group(radius)
@@ -83,6 +83,7 @@ wi
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 awk 'BEGIN { printit=0; } { if (printit) print $0; } /## end libtool.m4/ { printit=1;}' \
        < aclocal.m4 > acinclude.m4
This page took 0.099494 seconds and 4 git commands to generate.