Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3905/10.3/stable/crypto/finkinfo

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

Index: xchat-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xchat-ssl.info      11 May 2005 20:24:08 -0000      1.9
+++ xchat-ssl.info      30 Jul 2005 20:20:50 -0000      1.10
@@ -1,14 +1,14 @@
 Package: xchat-ssl
-Version: 2.4.3
+Version: 2.4.4
 Revision: 21
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Depends:  gtk+2-shlibs (>= 2.2.1-7), pango1, openssl097-shlibs
-BuildDepends: pkgconfig, gtk+2-dev (>= 2.2.1-7), gtk+2 (>= 2.2.1-7), 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, openssl097-dev
+BuildDepends: pkgconfig, gtk+2-dev (>= 2.2.1-7), gtk+2 (>= 2.2.1-7), 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, openssl097-dev
 Provides: xchat
 Conflicts: xchat
 Replaces: xchat
 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 --enable-openssl
 SetCPPFLAGS: -no-cpp-precomp

Index: gaim-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/gaim-ssl.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gaim-ssl.info       20 Jun 2005 16:34:11 -0000      1.15
+++ gaim-ssl.info       30 Jul 2005 20:20:50 -0000      1.16
@@ -1,5 +1,5 @@
 Package: gaim-ssl
-Version: 1.3.1
+Version: 1.4.0
 Revision: 11
 BuildDependsOnly: False
 Maintainer: Max Horn <[EMAIL PROTECTED]>
@@ -8,7 +8,7 @@
 Conflicts: gaim
 Replaces: gaim
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: a76e59c5093773169fbb232782a2f116
+Source-MD5: d7717cb771e556012ecd5b7f3bdb02ba
 Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --disable-perl 
--disable-dependency-tracking --enable-gnutls=no --enable-nss=yes
 InstallScript: make install DESTDIR=%d

Index: ethereal-ssl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/ethereal-ssl.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ethereal-ssl.patch  11 May 2005 20:24:08 -0000      1.5
+++ ethereal-ssl.patch  30 Jul 2005 20:20:50 -0000      1.6
@@ -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-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/ethereal-ssl.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ethereal-ssl.info   20 Jun 2005 16:34:10 -0000      1.13
+++ ethereal-ssl.info   30 Jul 2005 20:20:50 -0000      1.14
@@ -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/



-------------------------------------------------------
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