summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-04-06 11:19:01 +0000
committerAlin Năstac <mrness@gentoo.org>2006-04-06 11:19:01 +0000
commit5ead5163ac137d5eaebaf6de371ca8e10eb2f4f3 (patch)
tree17baa69ee6f9d6174ca00c71d05e65c7c81416e4 /app-mobilephone/gammu/files
parentAdded ~alpha keyword. (diff)
downloadhistorical-5ead5163ac137d5eaebaf6de371ca8e10eb2f4f3.tar.gz
historical-5ead5163ac137d5eaebaf6de371ca8e10eb2f4f3.tar.bz2
historical-5ead5163ac137d5eaebaf6de371ca8e10eb2f4f3.zip
Version bump. Increase some limits (#124673).
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone/gammu/files')
-rw-r--r--app-mobilephone/gammu/files/digest-gammu-1.01.0-r11
-rw-r--r--app-mobilephone/gammu/files/digest-gammu-1.02.01
-rw-r--r--app-mobilephone/gammu/files/digest-gammu-1.05.001
-rw-r--r--app-mobilephone/gammu/files/gammu-1.01.0-caller.patch26
-rw-r--r--app-mobilephone/gammu/files/gammu-1.05.00-backup-limits.patch15
5 files changed, 16 insertions, 28 deletions
diff --git a/app-mobilephone/gammu/files/digest-gammu-1.01.0-r1 b/app-mobilephone/gammu/files/digest-gammu-1.01.0-r1
deleted file mode 100644
index ff12441628c4..000000000000
--- a/app-mobilephone/gammu/files/digest-gammu-1.01.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ae9d7d51158c9f0cb5d3b25e7e7e1e1 gammu-1.01.0.tar.gz 860546
diff --git a/app-mobilephone/gammu/files/digest-gammu-1.02.0 b/app-mobilephone/gammu/files/digest-gammu-1.02.0
deleted file mode 100644
index 80c19b1afe30..000000000000
--- a/app-mobilephone/gammu/files/digest-gammu-1.02.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8d0b2c6cc045891b6d8f0021246a464 gammu-1.02.0.tar.gz 906417
diff --git a/app-mobilephone/gammu/files/digest-gammu-1.05.00 b/app-mobilephone/gammu/files/digest-gammu-1.05.00
new file mode 100644
index 000000000000..7f62dbc5f630
--- /dev/null
+++ b/app-mobilephone/gammu/files/digest-gammu-1.05.00
@@ -0,0 +1 @@
+MD5 d63df5146f6bbe27b758e874d28423d7 gammu-1.05.00.tar.gz 1017137
diff --git a/app-mobilephone/gammu/files/gammu-1.01.0-caller.patch b/app-mobilephone/gammu/files/gammu-1.01.0-caller.patch
deleted file mode 100644
index 66139a661206..000000000000
--- a/app-mobilephone/gammu/files/gammu-1.01.0-caller.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- gammu/gammu.c.orig 2005-06-30 09:38:18.228171067 +0200
-+++ gammu/gammu.c 2005-06-30 09:40:11.892838077 +0200
-@@ -436,9 +436,9 @@
- GSM_Terminate();
- }
-
--GSM_Bitmap caller[5];
-+GSM_Bitmap caller[6];
- GSM_AllRingtonesInfo Info = {0, NULL};
--bool callerinit[5] = {false, false, false, false, false};
-+bool callerinit[6] = {false, false, false, false, false, false};
- bool ringinit = false;
-
- static void PrintMemoryEntry(GSM_MemoryEntry *entry)
-@@ -498,6 +498,11 @@
- case PBK_Text_Custom4 : printmsg("Custom text 4 "); break;
- case PBK_Caller_Group :
- unknown = true;
-+ if (entry->Entries[i].Number > 5) {
-+ printmsg("Caller group : \"%d\"\n",entry->Entries[i].Number);
-+ printmsgerr("Caller group number too high, please increase buffer in sources!\n");
-+ break;
-+ }
- if (!callerinit[entry->Entries[i].Number]) {
- caller[entry->Entries[i].Number].Type = GSM_CallerGroupLogo;
- caller[entry->Entries[i].Number].Location = entry->Entries[i].Number;
diff --git a/app-mobilephone/gammu/files/gammu-1.05.00-backup-limits.patch b/app-mobilephone/gammu/files/gammu-1.05.00-backup-limits.patch
new file mode 100644
index 000000000000..d2db091e85ea
--- /dev/null
+++ b/app-mobilephone/gammu/files/gammu-1.05.00-backup-limits.patch
@@ -0,0 +1,15 @@
+diff -Nru gammu-1.05.00.orig/common/service/backup/backgen.h gammu-1.05.00/common/service/backup/backgen.h
+--- gammu-1.05.00.orig/common/service/backup/backgen.h 2005-11-20 23:39:40.000000000 +0200
++++ gammu-1.05.00/common/service/backup/backgen.h 2006-04-06 14:04:52.000000000 +0300
+@@ -14,9 +14,9 @@
+ #include "../gsmmisc.h"
+ #include "../sms/gsmsms.h"
+
+-#define GSM_BACKUP_MAX_PHONEPHONEBOOK 501
++#define GSM_BACKUP_MAX_PHONEPHONEBOOK 1001
+ #define GSM_BACKUP_MAX_SIMPHONEBOOK 251
+-#define GSM_BACKUP_MAX_CALLER 6
++#define GSM_BACKUP_MAX_CALLER 20
+ #define GSM_BACKUP_MAX_SMSC 10
+ #define GSM_BACKUP_MAX_WAPBOOKMARK 40
+ #define GSM_BACKUP_MAX_WAPSETTINGS 30