Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv543/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
        ethereal-ssl.info ethereal-ssl.patch 
Log Message:
New upstream version

Index: ethereal-ssl.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/ethereal-ssl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ethereal-ssl.info   20 Jun 2005 16:35:20 -0000      1.6
+++ ethereal-ssl.info   27 Jul 2005 20:37:53 -0000      1.7
@@ -1,13 +1,13 @@
 Package: ethereal-ssl
-Version: 0.10.11
-Revision: 12
+Version: 0.10.12
+Revision: 11
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: pkgconfig, libpcap, atk1 (>= 1.6.0-1), glib2-dev (>= 2.4.0-1), 
pango1-xft2-dev (>= 1.4.0-1), gtk+2-dev, pcre, gettext-dev, gettext-bin, 
gettext-tools, libiconv-dev, openssl097-dev
 Depends: libpcap-shlibs, gtk+2, glib2-shlibs, pcre-shlibs, openssl097-shlibs
 Conflicts: ethereal
 Replaces: ethereal
 Source: mirror:custom:ethereal-%v.tar.bz2
-Source-MD5: 03aa7fe2cbef9aa0654637cdc60e0458
+Source-MD5: 372b60e6eca14b7e1cf3e789207027f7
 CustomMirror: <<
  Primary: ftp://ftp.ethereal.com/pub/ethereal/all-versions/
  aus-AU: ftp://ftp.planetmirror.com/pub/ethereal/all-versions/

Index: ethereal-ssl.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/ethereal-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ethereal-ssl.patch  27 Apr 2005 03:07:09 -0000      1.1
+++ ethereal-ssl.patch  27 Jul 2005 20:37:53 -0000      1.2
@@ -1,7 +1,7 @@
-diff -ru ethereal-0.10.10/configure ethereal-0.10.10-patched/configure
---- ethereal-0.10.10/configure 2005-03-10 16:58:39.000000000 +0100
-+++ ethereal-0.10.10-patched/configure 2005-03-13 16:28:49.000000000 +0100
-@@ -30134,7 +30134,7 @@
+diff -ru ethereal-0.10.12/configure ethereal-0.10.12-patched/configure
+--- ethereal-0.10.12/configure 2005-07-26 22:17:21.000000000 +0200
++++ ethereal-0.10.12-patched/configure 2005-07-27 21:27:41.000000000 +0200
+@@ -30196,7 +30196,7 @@
  #
  # The plugin dissectors reside in ./plugins/PROTO/
  #
@@ -10,3 +10,54 @@
  
  
  #
+diff -ru ethereal-0.10.12/epan/radius_dict.c 
ethereal-0.10.12-patched/epan/radius_dict.c
+--- ethereal-0.10.12/epan/radius_dict.c        2005-07-26 23:42:46.000000000 
+0200
++++ ethereal-0.10.12-patched/epan/radius_dict.c        2005-07-27 
21:27:26.000000000 +0200
+@@ -679,7 +679,7 @@
+       static gchar* attr_vendor = NULL;
+       static gchar* vendor_name = NULL;
+       static gchar* value_repr = NULL;
+-      static gboolean encrypt = FALSE;
++      static gboolean should_encrypt = FALSE;
+       static gboolean has_tag = FALSE;
+       static gchar* current_vendor = NULL;
+       
+@@ -1013,7 +1013,7 @@
+ case 15:
+ YY_RULE_SETUP
+ #line 100 "radius_dict.l"
+-{ attr_name = g_strdup(yytext); encrypt = FALSE; has_tag = FALSE; BEGIN 
ATTR_W_NAME; }
++{ attr_name = g_strdup(yytext); should_encrypt = FALSE; has_tag = FALSE; 
BEGIN ATTR_W_NAME; }
+       YY_BREAK
+ case 16:
+ YY_RULE_SETUP
+@@ -1073,7 +1073,7 @@
+ case 27:
+ YY_RULE_SETUP
+ #line 112 "radius_dict.l"
+-{ encrypt=TRUE;  attr_vendor = NULL;  BEGIN ATTR_W_VENDOR; }
++{ should_encrypt=TRUE;  attr_vendor = NULL;  BEGIN ATTR_W_VENDOR; }
+       YY_BREAK
+ case 28:
+ YY_RULE_SETUP
+@@ -1083,17 +1083,17 @@
+ case 29:
+ YY_RULE_SETUP
+ #line 114 "radius_dict.l"
+-{ attr_vendor = g_strdup(yytext);  
add_attribute(attr_name,attr_id,attr_type,attr_vendor,encrypt,has_tag); 
attr_vendor = NULL;  BEGIN OUT; }
++{ attr_vendor = g_strdup(yytext);  
add_attribute(attr_name,attr_id,attr_type,attr_vendor,should_encrypt,has_tag); 
attr_vendor = NULL;  BEGIN OUT; }
+       YY_BREAK
+ case 30:
+ YY_RULE_SETUP
+ #line 115 "radius_dict.l"
+-{ add_attribute(attr_name,attr_id,attr_type,current_vendor ? 
g_strdup(current_vendor) : NULL ,encrypt,has_tag); 
linenums[include_stack_ptr]++;  BEGIN OUT; }
++{ add_attribute(attr_name,attr_id,attr_type,current_vendor ? 
g_strdup(current_vendor) : NULL ,should_encrypt,has_tag); 
linenums[include_stack_ptr]++;  BEGIN OUT; }
+       YY_BREAK
+ case 31:
+ YY_RULE_SETUP
+ #line 116 "radius_dict.l"
+-{ add_attribute(attr_name,attr_id,attr_type,attr_vendor,encrypt,has_tag); 
linenums[include_stack_ptr]++; BEGIN OUT; };
++{ 
add_attribute(attr_name,attr_id,attr_type,attr_vendor,should_encrypt,has_tag); 
linenums[include_stack_ptr]++; BEGIN OUT; };
+       YY_BREAK
+ case 32:
+ YY_RULE_SETUP



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to