summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-05-15 16:47:46 +0000
committerAlin Năstac <mrness@gentoo.org>2005-05-15 16:47:46 +0000
commit34c4ea1fbdeb1a93ef1589955bf72ccca317c055 (patch)
treeb2ee294df0d154a60c907f2fbfabd26e915846e3 /app-mobilephone/obexftp/files
parentRemoved check for gcc version to set input charset and just use test_flag. (diff)
downloadgentoo-2-34c4ea1fbdeb1a93ef1589955bf72ccca317c055.tar.gz
gentoo-2-34c4ea1fbdeb1a93ef1589955bf72ccca317c055.tar.bz2
gentoo-2-34c4ea1fbdeb1a93ef1589955bf72ccca317c055.zip
moved from net-wireless/obexftp; remove oldies; x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-mobilephone/obexftp/files')
-rw-r--r--app-mobilephone/obexftp/files/digest-obexftp-0.10.61
-rw-r--r--app-mobilephone/obexftp/files/digest-obexftp-0.10.71
-rw-r--r--app-mobilephone/obexftp/files/digest-obexftp-0.10.7-r11
-rw-r--r--app-mobilephone/obexftp/files/obexftp-0.10.7-t610-jpg.patch11
4 files changed, 14 insertions, 0 deletions
diff --git a/app-mobilephone/obexftp/files/digest-obexftp-0.10.6 b/app-mobilephone/obexftp/files/digest-obexftp-0.10.6
new file mode 100644
index 000000000000..981c8920f404
--- /dev/null
+++ b/app-mobilephone/obexftp/files/digest-obexftp-0.10.6
@@ -0,0 +1 @@
+MD5 33ffed0ce98372e7a7ded8fb1e6c05cf obexftp-0.10.6.tar.gz 377518
diff --git a/app-mobilephone/obexftp/files/digest-obexftp-0.10.7 b/app-mobilephone/obexftp/files/digest-obexftp-0.10.7
new file mode 100644
index 000000000000..3386d5ed7bac
--- /dev/null
+++ b/app-mobilephone/obexftp/files/digest-obexftp-0.10.7
@@ -0,0 +1 @@
+MD5 e827f68bddc3c38229a08c264614f054 obexftp-0.10.7.tar.gz 378238
diff --git a/app-mobilephone/obexftp/files/digest-obexftp-0.10.7-r1 b/app-mobilephone/obexftp/files/digest-obexftp-0.10.7-r1
new file mode 100644
index 000000000000..3386d5ed7bac
--- /dev/null
+++ b/app-mobilephone/obexftp/files/digest-obexftp-0.10.7-r1
@@ -0,0 +1 @@
+MD5 e827f68bddc3c38229a08c264614f054 obexftp-0.10.7.tar.gz 378238
diff --git a/app-mobilephone/obexftp/files/obexftp-0.10.7-t610-jpg.patch b/app-mobilephone/obexftp/files/obexftp-0.10.7-t610-jpg.patch
new file mode 100644
index 000000000000..bf3d16646943
--- /dev/null
+++ b/app-mobilephone/obexftp/files/obexftp-0.10.7-t610-jpg.patch
@@ -0,0 +1,11 @@
+--- obexftp/object.c~ 2004-11-18 23:37:36.000000000 +0100
++++ obexftp/object.c 2005-01-09 18:01:01.000000000 +0100
+@@ -200,7 +200,7 @@
+
+ if (create == 0) {
+ // set the 'Don't Create' bit
+- setpath_nohdr_data[1] ^= 2;
++ setpath_nohdr_data[0] |= 2;
+ }
+ if (name) {
+ ucname_len = strlen(name)*2 + 2;