pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/esniper Make esniper use case sensitive passwords...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4906c6e3f7fd
branches: trunk
changeset: 397224:4906c6e3f7fd
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Aug 09 13:39:06 2009 +0000
description:
Make esniper use case sensitive passwords. Patch was committed upstream
today and will be in the next release.
diffstat:
misc/esniper/Makefile | 3 ++-
misc/esniper/distinfo | 3 ++-
misc/esniper/patches/patch-ab | 16 ++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r 4e44c8892150 -r 4906c6e3f7fd misc/esniper/Makefile
--- a/misc/esniper/Makefile Sun Aug 09 13:32:55 2009 +0000
+++ b/misc/esniper/Makefile Sun Aug 09 13:39:06 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2008/10/14 18:21:18 heinz Exp $
+# $NetBSD: Makefile,v 1.14 2009/08/09 13:39:06 heinz Exp $
#
DISTNAME= esniper-2-19-0
PKGNAME= esniper-2.19.0
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esniper/}
EXTRACT_SUFX= .tgz
diff -r 4e44c8892150 -r 4906c6e3f7fd misc/esniper/distinfo
--- a/misc/esniper/distinfo Sun Aug 09 13:32:55 2009 +0000
+++ b/misc/esniper/distinfo Sun Aug 09 13:39:06 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2008/10/14 18:21:18 heinz Exp $
+$NetBSD: distinfo,v 1.11 2009/08/09 13:39:06 heinz Exp $
SHA1 (esniper-2-19-0.tgz) = eee1e30f68e889dafdb896c691f88ba1ae0e1d55
RMD160 (esniper-2-19-0.tgz) = 004d67d558ccec5fb1626671c3d3ca4d7bf86b56
Size (esniper-2-19-0.tgz) = 110571 bytes
+SHA1 (patch-ab) = 349fea6599aeac0f5a365c80aa27db78fc83b706
diff -r 4e44c8892150 -r 4906c6e3f7fd misc/esniper/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/esniper/patches/patch-ab Sun Aug 09 13:39:06 2009 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2009/08/09 13:39:06 heinz Exp $
+
+ eBay Passwords are case-sensitive. Patch committed upstream, see revision
+ 1.40 of util.c.
+ http://sourceforge.net/tracker/index.php?func=detail&aid=2819198&group_id=45285&atid=442436
+
+--- util.c.orig 2008-08-05 05:44:43.000000000 +0200
++++ util.c
+@@ -640,7 +640,6 @@ setPassword(char *password)
+
+ /* http escape password, clear original */
+ len = strlen(password);
+- toLowerString(password);
+ escapedPassword = curl_escape(password, len);
+ for (i = 0; i < len; ++i)
+ password[i] = '\0';
Home |
Main Index |
Thread Index |
Old Index