Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
unshield
unshield-0.6-allow_ruu_extract.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unshield-0.6-allow_ruu_extract.patch of Package unshield
Unshield 0.6 patch taken from:- http://www.mail-archive.com/synce-devel@lists.sourceforge.net/msg01806.html --- lib/libunshield.c.orig 2010-06-24 08:28:25.000000000 +0100 +++ lib/libunshield.c 2010-06-24 08:28:46.000000000 +0100 @@ -268,8 +268,11 @@ unshield_error("Failed to read common header from header file %i", i); goto error; } - - header->major_version = (header->common.version >> 12) & 0xf; + + if ((header->common.version >> 12) == 0x2000) + header->major_version = 9; + else + header->major_version = (header->common.version >> 12) & 0xf; #if 0 if (header->major_version < 5)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor