diff options
author | 2005-05-15 16:47:46 +0000 | |
---|---|---|
committer | 2005-05-15 16:47:46 +0000 | |
commit | 36ac454e8c3e48a507d1ea76d4f0a45e73eb41ff (patch) | |
tree | 71c9c2a85a7bf13c95c72dc88d771cc20ddadbe2 /app-mobilephone/obexftp/files | |
parent | Removed check for gcc version to set input charset and just use test_flag. (diff) | |
download | historical-36ac454e8c3e48a507d1ea76d4f0a45e73eb41ff.tar.gz historical-36ac454e8c3e48a507d1ea76d4f0a45e73eb41ff.tar.bz2 historical-36ac454e8c3e48a507d1ea76d4f0a45e73eb41ff.zip |
moved from net-wireless/obexftp; remove oldies; x86
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-mobilephone/obexftp/files')
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; |