diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-11-27 18:17:45 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-11-27 18:17:45 +0000 |
commit | dfe1d68b32291d23c3f61237f619777d29e04418 (patch) | |
tree | 55b3efb8ec774aa1defb63cf336e1194e0512937 /net-dialup/gnuradius/files | |
parent | Fix HOMEPAGE/SRC_URI, thanks to Samuli Suominen. (diff) | |
download | gentoo-2-dfe1d68b32291d23c3f61237f619777d29e04418.tar.gz gentoo-2-dfe1d68b32291d23c3f61237f619777d29e04418.tar.bz2 gentoo-2-dfe1d68b32291d23c3f61237f619777d29e04418.zip |
Version bumped and marked stable wrt security bug #156376.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-dialup/gnuradius/files')
-rw-r--r-- | net-dialup/gnuradius/files/digest-gnuradius-1.4 | 3 | ||||
-rw-r--r-- | net-dialup/gnuradius/files/gnuradius-1.4-gcc41.patch | 23 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-dialup/gnuradius/files/digest-gnuradius-1.4 b/net-dialup/gnuradius/files/digest-gnuradius-1.4 new file mode 100644 index 000000000000..fc443214dc84 --- /dev/null +++ b/net-dialup/gnuradius/files/digest-gnuradius-1.4 @@ -0,0 +1,3 @@ +MD5 ef7c70f694da57a319068df6735f2953 radius-1.4.tar.gz 2341479 +RMD160 5d483800f8bb8b0dc4f967b7d7bd86a03799e1da radius-1.4.tar.gz 2341479 +SHA256 e598ed8b9cbea3ffaffb43e06345b1b15dc770cdcc30ecb577af2347d7bae1a1 radius-1.4.tar.gz 2341479 diff --git a/net-dialup/gnuradius/files/gnuradius-1.4-gcc41.patch b/net-dialup/gnuradius/files/gnuradius-1.4-gcc41.patch new file mode 100644 index 000000000000..d22aec90b612 --- /dev/null +++ b/net-dialup/gnuradius/files/gnuradius-1.4-gcc41.patch @@ -0,0 +1,23 @@ +diff -Nru radius-1.4.orig/include/radiusd.h radius-1.4/include/radiusd.h +--- radius-1.4.orig/include/radiusd.h 2006-09-08 10:37:33.000000000 +0300 ++++ radius-1.4/include/radiusd.h 2006-11-27 19:14:32.715040847 +0200 +@@ -339,7 +339,6 @@ + extern int max_threads; + extern int num_threads; + #ifdef USE_SERVER_GUILE +-extern unsigned scheme_gc_interval; + extern u_int scheme_task_timeout; + #endif + #ifdef USE_SNMP +diff -Nru radius-1.4.orig/radiusd/log.c radius-1.4/radiusd/log.c +--- radius-1.4.orig/radiusd/log.c 2006-08-17 00:15:57.000000000 +0300 ++++ radius-1.4/radiusd/log.c 2006-11-27 19:14:32.715040847 +0200 +@@ -184,7 +184,7 @@ + if (rewrite_invoke(String, + &val, + hook_name, +- req, ++ (grad_request_t *)req, + "isi", + req->code, + grad_nas_request_to_name(req, |