Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv18212

Modified Files:
        pwlib1.info pycrypto-py.info yafc.info yafc.patch 
Added Files:
        pwlib1.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: pycrypto-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/pycrypto-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pycrypto-py.info    17 Nov 2011 23:30:22 -0000      1.2
+++ pycrypto-py.info    30 Jan 2012 18:42:36 -0000      1.3
@@ -4,8 +4,8 @@
 Type: python (2.3 2.4 2.5 2.6 2.7 3.1 3.2)
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 
-Version: 2.4.1
-Revision: 2
+Version: 2.5
+Revision: 1
 Description: Python Cryptographic Toolkit
 DescDetail: <<
  The Toolkit is a collection of cryptographic algorithms 
@@ -25,24 +25,40 @@
        outdated).
 <<
 DescPackaging: Formerly maintained by Pepe Barbe <pepe.ba...@gmail.com>
-Source: http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-%v.tar.gz
-Source-MD5: c2a1404a848797fb0806f3e11c29ef15
+Source: mirror:custom:p/pycrypto/pycrypto-%v.tar.gz
+Source-MD5: 783e45d4a1a309e03ab378b00f97b291
 BuildDepends: gmp5
+#BuildDepends: gmp5, epydoc-py%type_pkg[python], docutils-py%type_pkg[python]
 Depends: python%type_pkg[python], gmp5-shlibs
 Replaces: pycrypto
 Provides: pycrypto
 CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build_ext 
--include-dirs=%p/include --library-dirs=%p/lib
        %p/bin/python%type_raw[python] setup.py build
+#      PYTHONPATH=`ls -d %b/build/lib*` epydoc-py%type_pkg[python] --config 
Doc/epydoc-config
+<<
+InfoTest: <<
+       TestScript: <<
+               %p/bin/python%type_raw[python] setup.py test
+               find ./build -name "*.pyc" -delete
+       <<
 <<
-InfoTest: TestScript: %p/bin/python%type_raw[python] setup.py test
 InstallScript: <<
        %p/bin/python%type_raw[python] setup.py install --root=%d
+#      install -d %i/share/doc/pycrypto-py%type_pkg[python]
+#      cp -R Doc/apidoc %i/share/doc/pycrypto-py%type_pkg[python]
 <<
 DocFiles: README TODO ACKS ChangeLog COPYRIGHT LEGAL/copy/LICENSE*
 License: OSI-Approved 
 Homepage: http://www.pycrypto.org/
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 
-# Info2
+CustomMirror: <<
+    eur-NL: http://a.pypi.python.org/packages/source/
+    nam-US: http://b.pypi.python.org/packages/source/
+    eur-DE: http://c.pypi.python.org/packages/source/
+    eur-DE: http://d.pypi.python.org/packages/source/
+    eur-DE: http://e.pypi.python.org/packages/source/
+    eur-DE: http://f.pypi.python.org/packages/source/
+<<
 <<

Index: yafc.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/yafc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yafc.patch  11 Jul 2011 04:08:28 -0000      1.1
+++ yafc.patch  30 Jan 2012 18:42:36 -0000      1.2
@@ -1,7 +1,7 @@
-diff -u -Naur yafc-1.0/NEWS yafc-1.0.fink/NEWS
---- yafc-1.0/NEWS      Thu Dec  5 17:06:59 2002
-+++ yafc-1.0.fink/NEWS Fri Jan 10 17:24:33 2003
-@@ -260,7 +260,7 @@
+diff -Nurd -x'*~' yafc-1.1.1.orig/NEWS yafc-1.1.1/NEWS
+--- yafc-1.1.1.orig/NEWS       2005-10-05 16:16:21.000000000 -0400
++++ yafc-1.1.1/NEWS    2012-01-11 22:04:35.000000000 -0500
+@@ -292,7 +292,7 @@
  
  * added --help option for untag
  * added *.md5 to ascii_transfer_mask
@@ -10,57 +10,57 @@
    + doesn't create default ~/.yafc/yafcrc on first run
  * rglob.c: didn't update directory cache properly
  * segfault in get/put if connection timed out
-diff -u -Naur yafc-1.0/configure yafc-1.0.fink/configure
---- yafc-1.0/configure Thu Dec  5 17:15:45 2002
-+++ yafc-1.0.fink/configure    Fri Jan 10 17:25:50 2003
-@@ -1635,7 +1635,7 @@
- 
- 
- # expand $ac_aux_dir to an absolute path
--am_aux_dir=`cd $ac_aux_dir && pwd`
-+am_aux_dir=`CDPATH=:; cd $ac_aux_dir`
- 
- test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
- # Use eval to expand $SHELL
-diff -u -Naur yafc-1.0/doc/yafc.info yafc-1.0.fink/doc/yafc.info
---- yafc-1.0/doc/yafc.info     Mon Dec  2 12:19:15 2002
-+++ yafc-1.0.fink/doc/yafc.info        Fri Jan 10 17:24:33 2003
-@@ -1512,7 +1512,7 @@
+diff -Nurd -x'*~' yafc-1.1.1.orig/doc/yafc.info yafc-1.1.1/doc/yafc.info
+--- yafc-1.1.1.orig/doc/yafc.info      2004-05-20 07:10:51.000000000 -0400
++++ yafc-1.1.1/doc/yafc.info   2012-01-11 22:04:45.000000000 -0500
+@@ -1527,7 +1527,7 @@
  Configuration
  *************
  
--   Yafc will parse a system-wide configuration file, `/etc/yafcrc',
-+   Yafc will parse a system-wide configuration file, `@PREFIX@/etc/yafcrc',
- first. Then, personal settings are read from `~/.yafc/yafcrc'
+-Yafc will parse a system-wide configuration file, `/etc/yafcrc' (or
++Yafc will parse a system-wide configuration file, `@PREFIX@/etc/yafcrc' (or
+ whatever you set with the `--sysconfdir' option to the configure
+ script), first. Then, personal settings are read from `~/.yafc/yafcrc'
  (overriding the global ones). If none of those files exists, internal
- defaults will be used.
-diff -u -Naur yafc-1.0/doc/yafc_config.texi yafc-1.0.fink/doc/yafc_config.texi
---- yafc-1.0/doc/yafc_config.texi      Tue Dec 11 06:21:49 2001
-+++ yafc-1.0.fink/doc/yafc_config.texi Fri Jan 10 17:24:33 2003
-@@ -2,7 +2,7 @@
+diff -Nurd -x'*~' yafc-1.1.1.orig/doc/yafc_config.texi 
yafc-1.1.1/doc/yafc_config.texi
+--- yafc-1.1.1.orig/doc/yafc_config.texi       2003-07-12 06:24:31.000000000 
-0400
++++ yafc-1.1.1/doc/yafc_config.texi    2012-01-11 22:04:55.000000000 -0500
+@@ -1,7 +1,7 @@
+ @node Configuration, Bookmarks, The shell, top
  @chapter Configuration
  
- Yafc will parse a system-wide configuration file,
--@file{/etc/yafcrc}, first. Then, personal settings are read from
-+@file{@PREFIX@/etc/yafcrc}, first. Then, personal settings are read from
+-Yafc will parse a system-wide configuration file, @file{/etc/yafcrc}
++Yafc will parse a system-wide configuration file, @file{@PREFIX@/etc/yafcrc}
+ (or whatever you set with the @samp{--sysconfdir} option to the
+ configure script), first. Then, personal settings are read from
  @file{~/.yafc/yafcrc} (overriding the global ones). If none of those
- files exists, internal defaults will be used.
+diff -Nurd -x'*~' yafc-1.1.1.orig/lib/gssapi.c yafc-1.1.1/lib/gssapi.c
+--- yafc-1.1.1.orig/lib/gssapi.c       2002-12-05 17:12:36.000000000 -0500
++++ yafc-1.1.1/lib/gssapi.c    2012-01-11 22:17:26.000000000 -0500
+@@ -72,7 +72,7 @@
+ static gss_OID_desc gss_c_nt_hostbased_service_oid_desc =
+ {10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"};
  
-diff -u -Naur yafc-1.0/src/main.c yafc-1.0.fink/src/main.c
---- yafc-1.0/src/main.c        Thu Dec  5 17:02:35 2002
-+++ yafc-1.0.fink/src/main.c   Fri Jan 10 17:24:33 2003
-@@ -385,7 +385,7 @@
+-static gss_OID GSS_C_NT_HOSTBASED_SERVICE = 
&gss_c_nt_hostbased_service_oid_desc;
++gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
  
-       if(!override_yafcrc) {
-               char *tmp;
--              parse_rc("/etc/yafcrc", false);
-+              parse_rc("@PREFIX@/etc/yafcrc", false);
-               parse_rc(configfile, false);
-               asprintf(&tmp, "%s/bookmarks", gvWorkingDirectory);
-               parse_rc(tmp, false);
-diff -u -Naur yafc-1.0/yafc-import_ncftp.pl yafc-1.0.fink/yafc-import_ncftp.pl
---- yafc-1.0/yafc-import_ncftp.pl      Wed Dec 31 19:00:00 1969
-+++ yafc-1.0.fink/yafc-import_ncftp.pl Fri Jan 10 17:24:33 2003
+ 
+ 
+diff -Nurd -x'*~' yafc-1.1.1.orig/src/input.c yafc-1.1.1/src/input.c
+--- yafc-1.1.1.orig/src/input.c        2005-10-05 15:31:25.000000000 -0400
++++ yafc-1.1.1/src/input.c     2012-01-11 23:08:08.000000000 -0500
+@@ -53,7 +53,7 @@
+ #endif
+ }
+ 
+-#if 0
++#if 1
+ char *getpass_hook(const char *prompt)
+ {
+ #ifdef KERBEROS
+diff -Nurd -x'*~' yafc-1.1.1.orig/yafc-import_ncftp.pl 
yafc-1.1.1/yafc-import_ncftp.pl
+--- yafc-1.1.1.orig/yafc-import_ncftp.pl       1969-12-31 19:00:00.000000000 
-0500
++++ yafc-1.1.1/yafc-import_ncftp.pl    2012-01-11 22:09:23.000000000 -0500
 @@ -0,0 +1,68 @@
 +#!/usr/bin/perl -w
 +#
@@ -130,15 +130,3 @@
 +print "# end of bookmark file\n";
 +
 +close(BOOKMARKS);
-diff -Nurd -x'*~' yafc-1.0.orig/lib/gssapi.c yafc-1.0/lib/gssapi.c
---- yafc-1.0.orig/lib/gssapi.c 2002-12-05 17:12:36.000000000 -0500
-+++ yafc-1.0/lib/gssapi.c      2006-03-22 18:03:19.000000000 -0500
-@@ -72,7 +72,7 @@
- static gss_OID_desc gss_c_nt_hostbased_service_oid_desc =
- {10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"};
- 
--static gss_OID GSS_C_NT_HOSTBASED_SERVICE = 
&gss_c_nt_hostbased_service_oid_desc;
-+gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
- 
- 
- 

Index: pwlib1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/pwlib1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pwlib1.info 11 Jul 2011 04:08:28 -0000      1.1
+++ pwlib1.info 30 Jan 2012 18:42:36 -0000      1.2
@@ -1,6 +1,6 @@
 Package: pwlib1
 Version: 1.10.10
-Revision: 8
+Revision: 9
 Distribution: 10.4, 10.5
 Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
 GCC: 4.0
@@ -28,8 +28,12 @@
 Replaces: pwlib, ptlib2.6.0
 Source: mirror:gnome:sources/pwlib/1.10/pwlib-%v.tar.bz2
 Source-MD5: 2c3bf7e8236a96659728ad139ce30b33
+PatchFile: %n.patch
+PatchFile-MD5: ee8a8a1ad4e5de510ad9b8abcadafd87
 PatchScript: <<
 #!/bin/sh -ev
+       %{default_script}
+
   find . \( -name CVS -o -name '.cvsignore' -o -name '*.bak' \) -exec rm -fR 
\{\} \+ || true
    sed -ri.bak -e '/P_MACOSX/,+45{/socklen_t/d ; s,setpgrp,setpgid, }' 
include/ptlib/unix/ptlib/pmachdep.h
 # the def of SEM_FAILED changed between 10.4 and 10.5.  We coerce it anyway to 
sem_t *
@@ -51,6 +55,8 @@
   sed -ri.bak -e 's,SYSLIBDIR,shell ptlib-config --libdir,' make/common.mak
 ## for vers. 1.11.1 :
 #  sed -i.bak -e 's, || defined(__APPLE__),,' src/ptclib/pssl.cxx
+
+  perl -pi -e 's/-Wno-long-double//g' configure
 <<
 NoSetLDFLAGS: true
 SetLIBRARY_PATH: %p/lib

Index: yafc.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/yafc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- yafc.info   12 Jan 2012 03:20:27 -0000      1.2
+++ yafc.info   30 Jan 2012 18:42:36 -0000      1.3
@@ -1,19 +1,27 @@
 Package: yafc
-Version: 1.0
-Revision: 1015
+Version: 1.1.1
+Revision: 1
 Description: Enhanced ftp client, supporting ssh2 (sftp) 
 License: GPL
 Maintainer: None <fink-de...@lists.sourceforge.net>
-Depends: readline5-shlibs, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006)
-BuildDepends: readline5, libncurses5 (>= 5.4-20041023-1006), texi2html, fink 
(>= 0.24.12)
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 3017b3161097f44ca24d55bd1bc38531
-UpdateConfigGuess: yes
+Depends: <<
+       libncurses5-shlibs,
+       ncurses,
+       readline5-shlibs
+<<
+BuildDepends: <<
+       fink (>= 0.24.12),
+       fink-package-precedence,
+       libncurses5,
+       readline5,
+       texi2html
+<<
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
+Source-MD5: 832d074183a36ee15b47553ed5962fce
 PatchFile: %n.patch
-PatchFile-MD5: 5487ebc94d6c3deee29eb78125e8647a
+PatchFile-MD5: 99827f13f2b5920eb93d5a597bee3ead
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
- cp config.guess config.sub support/
  perl -pi -e 's|#include <gssapi.h>|#fail here|' configure
  perl -pi -e 's/install-info --version/false/' doc/Makefile.in
 <<
@@ -21,6 +29,7 @@
  ./configure %c
  make
  cd doc; texi2html -split_chapter yafc.texi
+ fink-package-precedence .
 <<
 InstallScript: <<
  make install prefix=%i mandir=%i/share/man infodir=%i/share/info
@@ -35,7 +44,7 @@
  install -m 644 doc/*.html %i/share/doc/%n/html
 <<
 ConfFiles: %p/etc/yafcrc
-DocFiles: COPYING NEWS README TODO THANKS ChangeLog BUGS
+DocFiles: BUGS COPYING COPYRIGHT KNOWN_ISSUES NEWS README TODO THANKS
 InfoDocs: yafc.info
 DescDetail: <<
 Yafc is yet another ftp client, similar to ftp(1).
@@ -68,9 +77,16 @@
 <<
 DescPackaging: <<
 Previously maintained by Christian Swinehart <cswineh...@users.sourceforge.net>
+
+       Patched doc references to /etc to point to %p/etc.
+
 <<
 DescPort: <<
- Patched references to /etc to point to %p/etc.
- Modified configure script to properly set am_aux_dir variable
+       Disabling detection of gssapi.h because this package has
+       always done that.
+
+       Disabling new password-reading code (go back to getpass()
+       legacy code) because uses apparently linux-specific ioctl()
+       calls.
 <<
 Homepage: http://yafc.sourceforge.net

--- NEW FILE: pwlib1.patch ---
diff -Nurd -x'*~' pwlib-1.10.10.orig/src/ptlib/unix/maccoreaudio.cxx 
pwlib-1.10.10/src/ptlib/unix/maccoreaudio.cxx
--- pwlib-1.10.10.orig/src/ptlib/unix/maccoreaudio.cxx  2005-08-04 
16:10:24.000000000 -0400
+++ pwlib-1.10.10/src/ptlib/unix/maccoreaudio.cxx       2012-01-26 
16:52:24.000000000 -0500
@@ -23,6 +23,7 @@
 #include <ptlib/unix/ptlib/maccoreaudio.h>
 #include <iostream>  // used for Volume Listener
  
+#include <CoreServices/CoreServices.h>
 
 
 PCREATE_SOUND_PLUGIN(CoreAudio, PSoundChannelCoreAudio);


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to