Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.3:Rings:1-MinimalX
libical
reproducible-generator.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible-generator.patch of Package libical
Description: Sort keys to generate reproducible source code. Author: Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Bug-Debian: http://bugs.debian.org/773916 Index: libical-1.0.1/scripts/mkderivedvalues.pl =================================================================== --- libical-1.0.1.orig/scripts/mkderivedvalues.pl +++ libical-1.0.1/scripts/mkderivedvalues.pl @@ -141,7 +141,7 @@ if($opt_c){ my $count = scalar(keys %h) + 1; print "static const struct icalvalue_kind_map value_map[$count]={\n"; - foreach $value (keys %h) { + foreach $value (sort keys %h) { next if $value eq 'NO' or $value eq 'ANY';
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