Copied from Fedora.
http://pkgs.fedoraproject.org/cgit/unzip.git/plain/unzip-6.0-attribs-overflow.patch?id=d18f821e
diff -up unzip60/zipinfo.c.attribs-overflow unzip60/zipinfo.c
--- unzip60/zipinfo.c.attribs-overflow 2009-11-30 09:55:39.000000000 +0100
+++ unzip60/zipinfo.c 2009-11-30 09:56:42.844263244 +0100
@@ -1881,7 +1881,7 @@ static int zi_short(__G) /* return PK-
#endif
int k, error, error_in_archive=PK_COOL;
unsigned hostnum, hostver, methid, methnum, xattr;
- char *p, workspace[12], attribs[16];
+ char *p, workspace[12], attribs[17];
char methbuf[5];
static ZCONST char dtype[5]="NXFS"; /* normal, maximum, fast, superfast */
static ZCONST char Far os[NUM_HOSTS+1][4] = {
o' selected='selected'>koszko
Wojtek's customized Guix | |
Age | Commit message (Expand) | Author |
2024-10-19 | gnu: Add asm6f....* gnu/packages/assembly.scm (asm6f): New variable.
Change-Id: Ib1c79dce8392bf11aa93d5741b5b61e03f0aa7ed
| Maxim Cournoyer |
2024-08-28 | gnu: xa: Fix cross-compilation....* gnu/packages/assembly.scm (xa)[arguments]<#:make-flags>:
Use cc-for-target.
Change-Id: I5454e9c5091bdae95d88b9cdf0b402a89e2ff1f9
| Zheng Junjie |
2024-08-28 | gnu: xa: Enable tests....* gnu/packages/assembly.scm (xa) [arguments]: Enable tests.
Change-Id: I1866b367fc58542d5c2ae90b82f89b218c0ffa1f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Artyom V. Poptsov |
2024-08-28 | gnu: xa: Update to 2.4.1....* gnu/packages/assembly.scm (xa): Update to 2.4.1.
Change-Id: I7c35a546c5ace3083a28a1bb4ba713dde1e5884b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
| Artyom V. Poptsov |