Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2017/10.4-transitional/stable/main/finkinfo/net

Modified Files:
        ethereal.info ethereal.patch xchat.info 
Log Message:
Moved to stable

Index: ethereal.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net/ethereal.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ethereal.patch      12 Jun 2005 15:46:04 -0000      1.2
+++ ethereal.patch      31 Jul 2005 13:23:43 -0000      1.3
@@ -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

Index: ethereal.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net/ethereal.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ethereal.info       13 Jun 2005 22:30:12 -0000      1.4
+++ ethereal.info       31 Jul 2005 13:23:43 -0000      1.5
@@ -1,13 +1,13 @@
 Package: ethereal
-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
 Depends: libpcap-shlibs, gtk+2, glib2-shlibs, pcre-shlibs
 Conflicts: ethereal-ssl
 Replaces: ethereal-ssl
 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: xchat.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net/xchat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xchat.info  20 Jun 2005 16:36:39 -0000      1.2
+++ xchat.info  31 Jul 2005 13:23:43 -0000      1.3
@@ -1,13 +1,13 @@
 Package: xchat
-Version: 2.4.3
+Version: 2.4.4
 Revision: 21
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Depends: gtk+2-shlibs (>= 2.2.1-7), pango1-shlibs (>= 1.2.1-4)
-BuildDepends: pkgconfig, gtk+2-dev (>= 2.2.1-7), gtk+2 (>= 2.2.1-7), pango1, 
atk1 (>= 1.2.2-3), pango1-dev (>= 1.2.1-4), glib2-dev (>= 2.2.1-4), tcltk-dev, 
python, gettext-dev, gettext-bin, gettext-tools, libiconv-dev
+BuildDepends: pkgconfig, gtk+2-dev (>= 2.2.1-7), gtk+2 (>= 2.2.1-7), pango1, 
atk1 (>= 1.2.2-3), pango1-dev (>= 1.2.1-4), glib2-dev (>= 2.2.1-4), tcltk-dev, 
python, libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev
 Conflicts: xchat-ssl
 Replaces: xchat-ssl
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
-Source-MD5: bdcb196b70c93a185fff485fe9af9815
+Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
 ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl
 SetCPPFLAGS: -no-cpp-precomp



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to