diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /core/beecrypt/beecrypt-4.1.2-base64.patch | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
Diffstat (limited to 'core/beecrypt/beecrypt-4.1.2-base64.patch')
-rw-r--r-- | core/beecrypt/beecrypt-4.1.2-base64.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/beecrypt/beecrypt-4.1.2-base64.patch b/core/beecrypt/beecrypt-4.1.2-base64.patch deleted file mode 100644 index c6c370bd07..0000000000 --- a/core/beecrypt/beecrypt-4.1.2-base64.patch +++ /dev/null @@ -1,11 +0,0 @@ -Fix b64encode() for data starting with NUL from Miloslav Trmac <mitr@redhat.com> ---- beecrypt-4.1.2/base64.c.b64 2005-04-26 21:46:27.000000000 +0200 -+++ beecrypt-4.1.2/base64.c 2005-04-26 21:47:48.000000000 +0200 -@@ -253,7 +253,6 @@ - unsigned c; - - if (s == NULL) return NULL; -- if (*s == '\0') return calloc(1, sizeof(*t)); - - if (ns == 0) ns = strlen((const char*) s); - nt = ((ns + 2) / 3) * 4; |