File shim.changes of Package shim
1124
1
-------------------------------------------------------------------
2
Thu May 6 06:45:39 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
3
4
- Include suse-signed shim for AArch64 (bsc#1185621)
5
6
-------------------------------------------------------------------
7
Thu Apr 22 03:26:48 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
8
9
- Enable the AArch64 signature check for SLE
10
11
-------------------------------------------------------------------
12
Wed Apr 21 05:44:35 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
13
14
- Update the SLE signatures
15
16
-------------------------------------------------------------------
17
Thu Apr 8 08:44:27 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
18
19
- Add shim-bsc1184454-allocate-mok-config-table-BS.patch to avoid
20
the error message during linux system boot (bsc#1184454)
21
22
-------------------------------------------------------------------
23
Wed Apr 7 12:25:02 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
24
25
- Add remove_build_id.patch to prevent the build id being added to
26
the binary. That can cause issues with the signature
27
28
-------------------------------------------------------------------
29
Wed Mar 31 08:40:49 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
30
31
- Update to 15.4 (bsc#1182057)
32
+ Rename the SBAT variable and fix the self-check of SBAT
33
+ sbat: add more dprint()
34
+ arm/aa64: Swizzle some sections to make old sbsign happier
35
+ arm/aa64 targets: put .rel* and .dyn* in .rodata
36
- Drop upstreamed patch:
37
+ shim-bsc1182057-sbat-variable-enhancement.patch
38
39
-------------------------------------------------------------------
40
Mon Mar 29 07:18:20 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
41
42
- Add shim-bsc1182057-sbat-variable-enhancement.patch to change
43
the SBAT variable name and enhance the handling of SBAT
44
(bsc#1182057)
45
46
-------------------------------------------------------------------
47
Wed Mar 24 01:29:17 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
48
49
- Update to 15.3 for SBAT support (bsc#1182057)
50
+ Drop gnu-efi from BuildRequires since upstream pull it into the
51
tar ball.
52
- Generate vender-specific SBAT metadata
53
+ Add dos2unix to BuildRequires since Makefile requires it for
54
vendor SBAT
55
- Update dbx-cert.tar.xz and vendor-dbx.bin to block the following
56
sign keys:
57
+ SLES-UEFI-SIGN-Certificate-2020-07.crt
58
+ openSUSE-UEFI-SIGN-Certificate-2020-07.crt
59
- Refresh patches
60
+ shim-arch-independent-names.patch
61
+ shim-change-debug-file-path.patch
62
+ shim-bsc1177315-verify-eku-codesign.patch
63
- Unified with shim-bsc1177315-fix-buffer-use-after-free.patch
64
- Drop upstreamed fixes
65
+ shim-correct-license-in-headers.patch
66
+ shim-always-mirror-mok-variables.patch
67
+ shim-bsc1175509-more-tpm-fixes.patch
68
+ shim-bsc1173411-only-check-efi-var-on-sb.patch
69
+ shim-fix-verify-eku.patch
70
+ gcc9-fix-warnings.patch
71
+ shim-fix-gnu-efi-3.0.11.patch
72
+ shim-bsc1177404-fix-a-use-of-strlen.patch
73
+ shim-do-not-write-string-literals.patch
74
+ shim-VLogError-Avoid-Null-pointer-dereferences.patch
75
+ shim-bsc1092000-fallback-menu.patch
76
+ shim-bsc1175509-tpm2-fixes.patch
77
+ shim-bsc1174512-correct-license-in-headers.patch
78
+ shim-bsc1182776-fix-crash-at-exit.patch
79
- Drop shim-opensuse-cert-prompt.patch
80
+ All newly released openSUSE kernels enable kernel lockdown
81
and signature verification, so there is no need to add the
82
prompt anymore.
83
84
-------------------------------------------------------------------
85
Thu Mar 11 03:15:03 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
86
87
- Refresh shim-bsc1182776-fix-crash-at-exit.patch to do the cleanup
88
also when Secure Boot is disabled (bsc#1183213, bsc#1182776)
89
- Merged linker-version.pl into timestamp.pl and add the linker
90
version to signature files accordingly
91
92
-------------------------------------------------------------------
93
Mon Mar 8 03:13:13 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
94
95
- Add shim-bsc1182776-fix-crash-at-exit.patch to fix the potential
96
crash at Exit() (bsc#1182776)
97
98
-------------------------------------------------------------------
99
Fri Jan 22 03:29:56 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
100
101
- Update the SLE signature
102
- Exclude some patches from x86_64 to avoid breaking the signature
103
- Add shim-correct-license-in-headers.patch back for x86_64 to
104
match the SLE signature
105
- Add linker-version.pl to modify the EFI/PE header to match the
106
SLE signature
107
108
-------------------------------------------------------------------
109
Wed Nov 4 05:53:35 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
110
111
- Disable the signature attachment for AArch64 temporarily until
112
we get a real one.
113
114
-------------------------------------------------------------------
115
Mon Nov 2 06:52:13 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
116
117
- Add shim-bsc1177315-verify-eku-codesign.patch to check CodeSign
118
in the signer's EKU (bsc#1177315)
119
- Add shim-bsc1177789-fix-null-pointer-deref-AuthenticodeVerify.patch
120
to fix NULL pointer dereference in AuthenticodeVerify()
121
(bsc#1177789, CVE-2019-14584)
122
- shim-install: Support changing default shim efi binary in
123
/usr/etc/default/shim and /etc/default/shim (bsc#1177315)
124
- Add shim-bsc1177315-fix-buffer-use-after-free.patch to fix buffer
125
use-after-free at the end of the EKU verification (bsc#1177315)
126
127
-------------------------------------------------------------------
128
Wed Oct 14 07:34:18 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
129
130
- Add shim-bsc1177404-fix-a-use-of-strlen.patch to fix the length
131
of the option data string to launch the program correctly
132
(bsc#1177404)
133
- Add shim-bsc1175509-more-tpm-fixes.patch to fix the file path
134
in the tpm even log (bsc#1175509)
135
136
-------------------------------------------------------------------
137
Mon Sep 14 08:06:27 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
138
139
- Add shim-VLogError-Avoid-Null-pointer-dereferences.patch to fix
140
VLogError crash in AArch64 (jsc#SLE-15824)
141
- Add shim-fix-verify-eku.patch to fix the potential crash at
142
verify_eku() (jsc#SLE-15824)
143
- Add shim-do-not-write-string-literals.patch to fix the potential
144
crash when accessing the DEFAULT_LOADER string (jsc#SLE-15824)
145
146
-------------------------------------------------------------------
147
Fri Sep 4 15:08:19 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
148
149
- Enable build on aarch64
150
151
-------------------------------------------------------------------
152
Mon Aug 24 03:20:52 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
153
154
- shim-install: install MokManager to \EFI\boot to process the
155
pending MOK request (bsc#1175626, bsc#1175656)
156
157
-------------------------------------------------------------------
158
Fri Aug 21 04:00:39 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
159
160
- Add shim-bsc1175509-tpm2-fixes.patch to fix the TPM2 measurement
161
(bsc#1175509)
162
163
-------------------------------------------------------------------
164
Thu Aug 6 09:43:19 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
165
166
- Amend the check of %shim_enforce_ms_signature
167
168
-------------------------------------------------------------------
169
Fri Jul 31 07:41:26 UTC 2020 - Johannes Segitz <jsegitz@suse.com>
170
171
- Updated openSUSE signature
172
173
-------------------------------------------------------------------
174
Mon Jul 27 07:26:03 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
175
176
- Replace shim-correct-license-in-headers.patch with the upstream
177
commit: shim-bsc1174512-correct-license-in-headers.patch
178
(bsc#1174512)
179
180
-------------------------------------------------------------------
181
Wed Jul 22 09:23:02 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
182
183
- Update the path to grub-tpm.efi in shim-install (bsc#1174320)
184
185
-------------------------------------------------------------------
186
Fri Jul 10 07:21:27 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
187
188
- Use vendor-dbx to block old SUSE/openSUSE signkeys (bsc#1168994)
189
+ Add dbx-cert.tar.xz which contains the certificates to block
190
and a script, generate-vendor-dbx.sh, to generate
191
vendor-dbx.bin
192
+ Add vendor-dbx.bin as the vendor dbx to block unwanted keys
193
- Drop shim-opensuse-signed.efi
194
+ We don't need it anymore
195
196
-------------------------------------------------------------------
197
Fri Jul 10 06:28:44 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
198
199
- Add shim-bsc1173411-only-check-efi-var-on-sb.patch to only check
200
EFI variable copying when Secure Boot is enabled (bsc#1173411)
201
202
-------------------------------------------------------------------
203
Tue Mar 31 08:38:56 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
204
205
- Use the full path of efibootmgr to avoid errors when invoking
206
shim-install from packagekitd (bsc#1168104)
207
208
-------------------------------------------------------------------
209
Mon Mar 30 06:20:47 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
210
211
- Use "suse_version" instead of "sle_version" to avoid
212
shim_lib64_share_compat being set in Tumbleweed forever.
213
214
-------------------------------------------------------------------
215
Mon Mar 16 09:42:34 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
216
217
- Add shim-fix-gnu-efi-3.0.11.patch to fix the build error caused
218
by the upgrade of gnu-efi
219
220
-------------------------------------------------------------------
221
Wed Nov 27 06:23:11 UTC 2019 - Michael Chang <mchang@suse.com>
222
223
- shim-install: add check for btrfs is used as root file system to enable
224
relative path lookup for file. (bsc#1153953)
225
226
-------------------------------------------------------------------
227
Fri Aug 16 04:07:30 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
228
229
- Fix a typo in shim-install (bsc#1145802)
230
231
-------------------------------------------------------------------
232
Fri Apr 19 10:32:11 UTC 2019 - Martin Liška <mliska@suse.cz>
233
234
- Add gcc9-fix-warnings.patch (bsc#1121268).
235
236
-------------------------------------------------------------------
237
Mon Apr 15 09:24:07 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
238
239
- Add shim-opensuse-signed.efi, the openSUSE shim-15+git47 binary
240
(bsc#1113225)
241
242
-------------------------------------------------------------------
243
Fri Apr 12 08:50:49 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
244
245
- Disable AArch64 build (FATE#325971)
246
+ AArch64 machines don't use UEFI CA, at least for now.
247
248
-------------------------------------------------------------------
249
Thu Apr 11 15:52:47 UTC 2019 - jsegitz@suse.com
250
251
- Updated shim signature: signature-sles.x86_64.asc (bsc#1120026)
252
253
-------------------------------------------------------------------
254
Thu Feb 14 17:03:00 UTC 2019 - rw@suse.com
255
256
- Fix conditions for '/usr/share/efi'-move (FATE#326960)
257
258
-------------------------------------------------------------------
259
Mon Jan 28 03:18:53 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
260
261
- Amend shim.spec to remove $RPM_BUILD_ROOT
262
263
-------------------------------------------------------------------
264
Thu Jan 17 17:12:14 UTC 2019 - rw@suse.com
265
266
- Move 'efi'-executables to '/usr/share/efi' (FATE#326960)
267
(preparing the move to 'noarch' for this package)
268
269
-------------------------------------------------------------------
270
Mon Jan 14 09:48:59 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
271
272
- Update shim-install to handle the partitioned MD devices
273
(bsc#1119762, bsc#1119763)
274
275
-------------------------------------------------------------------
276
Thu Dec 20 04:13:00 UTC 2018 - Gary Ching-Pang Lin <glin@suse.com>
277
278
- Update to 15+git47 (bsc#1120026, FATE#325971)
279
+ git commit: b3e4d1f7555aabbf5d54de5ea7cd7e839e7bd83d
280
- Retire the old openSUSE 4096 bit certificate
281
+ Those programs are already out of maintenance.
282
- Add shim-always-mirror-mok-variables.patch to mirror MOK
283
variables correctly
284
- Add shim-correct-license-in-headers.patch to correct the license
285
declaration
286
- Refresh patches:
287
+ shim-arch-independent-names.patch
288
+ shim-change-debug-file-path.patch
289
+ shim-bsc1092000-fallback-menu.patch
290
+ shim-opensuse-cert-prompt.patch
291
- Drop upstreamed patches:
292
+ shim-bsc1088585-handle-mok-allocations-better.patch
293
+ shim-httpboot-amend-device-path.patch
294
+ shim-httpboot-include-console.h.patch
295
+ shim-only-os-name.patch
296
+ shim-remove-cryptpem.patch
297
298
-------------------------------------------------------------------
299
Wed Dec 5 10:28:00 UTC 2018 - Gary Ching-Pang Lin <glin@suse.com>
300
301
- Update shim-install to specify the target for grub2-install and
302
change the boot efi file name according to the architecture
303
(bsc#1118363, FATE#325971)
304
305
-------------------------------------------------------------------
306
Tue Aug 21 07:36:36 UTC 2018 - glin@suse.com
307
308
- Enable AArch64 build (FATE#325971)
309
+ Also add the aarch64 signature files and rename the x86_64
310
signature files
311
312
-------------------------------------------------------------------
313
Tue May 29 06:41:59 UTC 2018 - glin@suse.com
314
315
- Add shim-bsc1092000-fallback-menu.patch to show a menu before
316
system reset ((bsc#1092000))
317
318
-------------------------------------------------------------------
319
Tue Apr 10 03:45:39 UTC 2018 - glin@suse.com
320
321
- Add shim-bsc1088585-handle-mok-allocations-better.patch to avoid
322
double-freeing after enrolling a key from the disk (bsc#1088585)
323
+ Also refresh shim-opensuse-cert-prompt.patch due to the change
324
in MokManager.c
325
326
-------------------------------------------------------------------
327
Tue Apr 3 08:37:55 UTC 2018 - glin@suse.com
328
329
- Install the certificates with a shim suffix to avoid conflicting
330
with other packages (bsc#1087847)
331
332
-------------------------------------------------------------------
333
Fri Mar 23 04:47:35 UTC 2018 - glin@suse.com
334
335
- Add the missing leading backlash to the DEFAULT_LOADER
336
(bsc#1086589)
337
338
-------------------------------------------------------------------
339
Fri Jan 5 08:41:42 UTC 2018 - glin@suse.com
340
341
- Add shim-httpboot-amend-device-path.patch to amend the device
342
path matching rule for httpboot (bsc#1065370)
343
344
-------------------------------------------------------------------
345
Thu Jan 4 08:17:44 UTC 2018 - glin@suse.com
346
347
- Update to 14 (bsc#1054712)
348
- Adjust make commands in spec
349
- Drop upstreamed fixes
350
+ shim-add-fallback-verbose-print.patch
351
+ shim-back-to-openssl-1.0.2e.patch
352
+ shim-fallback-workaround-masked-ami-variables.patch
353
+ shim-fix-fallback-double-free.patch
354
+ shim-fix-httpboot-crash.patch
355
+ shim-fix-openssl-flags.patch
356
+ shim-more-tpm-measurement.patch
357
- Add shim-httpboot-include-console.h.patch to include console.h
358
in httpboot.c to avoid build failure
359
- Add shim-remove-cryptpem.patch to replace functions in CryptPem.c
360
with the null function
361
- Update SUSE/openSUSE specific patches
362
+ shim-only-os-name.patch
363
+ shim-arch-independent-names.patch
364
+ shim-change-debug-file-path.patch
365
+ shim-opensuse-cert-prompt.patch
366
367
-------------------------------------------------------------------
368
Fri Dec 29 18:41:12 UTC 2017 - ngompa13@gmail.com
369
370
- Fix debuginfo + debugsource subpackage generation for RPM 4.14
371
- Set the RPM groups correctly for debug{info,source} subpackages
372
- Drop deprecated and out of date Authors information in description
373
374
-------------------------------------------------------------------
375
Wed Sep 13 04:13:21 UTC 2017 - glin@suse.com
376
377
- Add shim-back-to-openssl-1.0.2e.patch to avoid rejecting some
378
legit certificates (bsc#1054712)
379
- Add the stderr mask back while compiling MokManager.efi since the
380
warnings in Cryptlib is back after reverting the openssl commits.
381
382
-------------------------------------------------------------------
383
Tue Aug 29 08:44:25 UTC 2017 - glin@suse.com
384
385
- Add shim-add-fallback-verbose-print.patch to print the debug
386
messages in fallback.efi dynamically
387
- Refresh shim-fallback-workaround-masked-ami-variables.patch
388
- Add shim-more-tpm-measurement.patch to measure more components
389
and support TPM better
390
391
-------------------------------------------------------------------
392
Wed Aug 23 10:28:44 UTC 2017 - glin@suse.com
393
394
- Add upstream fixes
395
+ shim-fix-httpboot-crash.patch
396
+ shim-fix-openssl-flags.patch
397
+ shim-fix-fallback-double-free.patch
398
+ shim-fallback-workaround-masked-ami-variables.patch
399
- Remove the stderr mask while compiling MokManager.efi since the
400
warnings in Cryptlib were fixed.
401
402
-------------------------------------------------------------------
403
Tue Aug 22 04:51:08 UTC 2017 - glin@suse.com
404
405
- Add shim-arch-independent-names.patch to use the Arch-independent
406
names. (bsc#1054712)
407
- Refresh shim-change-debug-file-path.patch
408
- Disable shim-opensuse-cert-prompt.patch automatically in SLE
409
- Diable AArch64 until we have a real user and aarch64 signature
410
411
-------------------------------------------------------------------
412
Fri Jul 14 16:40:52 UTC 2017 - bwiedemann@suse.com
413
414
- Make build reproducible by avoiding race between find and cp
415
416
-------------------------------------------------------------------
417
Thu Jun 22 03:26:00 UTC 2017 - glin@suse.com
418
419
- Update to 12
420
- Rename the result EFI images due to the upstream name change
421
+ shimx64 -> shim
422
+ mmx64 -> MokManager
423
+ fbx64 -> fallback
424
- Refresh patches:
425
+ shim-only-os-name.patch
426
+ shim-change-debug-file-path.patch
427
+ shim-opensuse-cert-prompt.patch
428
- Drop upstreamed patches:
429
+ shim-httpboot-support.patch
430
+ shim-bsc973496-mokmanager-no-append-write.patch
431
+ shim-bsc991885-fix-sig-length.patch
432
+ shim-update-openssl-1.0.2g.patch
433
+ shim-update-openssl-1.0.2h.patch
434
435
-------------------------------------------------------------------
436
Tue May 23 03:44:48 UTC 2017 - glin@suse.com
437
438
- Add the build flag to enable HTTPBoot
439
440
-------------------------------------------------------------------
441
Wed Mar 22 10:54:41 UTC 2017 - mchang@suse.com
442
443
- shim-install: add option --suse-enable-tpm (fate#315831)
444
445
-------------------------------------------------------------------
446
Fri Jan 13 09:21:49 UTC 2017 - mchang@suse.com
447
448
- Support %posttrans with marcos provided by update-bootloader-rpm-macros
449
package (bsc#997317)
450
451
-------------------------------------------------------------------
452
Fri Nov 18 09:23:01 UTC 2016 - glin@suse.com
453
454
- Add SIGNATURE_UPDATE.txt to state the steps to update
455
signature-*.asc
456
- Update the comment of strip_signature.sh
457
458
-------------------------------------------------------------------
459
Wed Sep 21 09:55:40 UTC 2016 - mchang@suse.com
460
461
- shim-install :
462
* add option --no-nvram (bsc#999818)
463
* improve removable media and fallback mode handling
464
465
-------------------------------------------------------------------
466
Fri Aug 19 06:46:59 UTC 2016 - mchang@suse.com
467
468
- shim-install : fix regression of password prompt (bsc#993764)
469
470
-------------------------------------------------------------------
471
Fri Aug 5 02:53:54 UTC 2016 - glin@suse.com
472
473
- Add shim-bsc991885-fix-sig-length.patch to fix the signature
474
length passed to Authenticode (bsc#991885)
475
476
-------------------------------------------------------------------
477
Wed Aug 3 09:10:25 UTC 2016 - glin@suse.com
478
479
- Update shim-bsc973496-mokmanager-no-append-write.patch to try
480
append write first
481
482
-------------------------------------------------------------------
483
Tue Aug 2 02:59:46 UTC 2016 - glin@suse.com
484
485
- Add shim-update-openssl-1.0.2h.patch to update openssl to 1.0.2h
486
- Bump the requirement of gnu-efi due to the HTTPBoot support
487
488
-------------------------------------------------------------------
489
Mon Aug 1 09:01:59 UTC 2016 - glin@suse.com
490
491
- Add shim-httpboot-support.patch to support HTTPBoot
492
- Add shim-update-openssl-1.0.2g.patch to update openssl to 1.0.2g
493
and Cryptlib to 5e2318dd37a51948aaf845c7d920b11f47cdcfe6
494
- Drop patches since they are merged into
495
shim-update-openssl-1.0.2g.patch
496
+ shim-update-openssl-1.0.2d.patch
497
+ shim-gcc5.patch
498
+ shim-bsc950569-fix-cryptlib-va-functions.patch
499
+ shim-fix-aarch64.patch
500
- Refresh shim-change-debug-file-path.patch
501
- Add shim-bsc973496-mokmanager-no-append-write.patch to work
502
around the firmware that doesn't support APPEND_WRITE (bsc973496)
503
- shim-install : remove '\n' from the help message (bsc#991188)
504
- shim-install : print a message if there is no valid EFI partition
505
(bsc#991187)
506
507
-------------------------------------------------------------------
508
Mon May 9 11:20:56 UTC 2016 - rw@suse.com
509
510
- shim-install : support simple MD RAID1 target devices (FATE#314829)
511
512
-------------------------------------------------------------------
513
Wed May 4 10:40:52 UTC 2016 - agraf@suse.com
514
515
- Add shim-fix-aarch64.patch to fix compilation on AArch64 (bsc#978438)
516
517
-------------------------------------------------------------------
518
Wed Mar 9 07:15:52 UTC 2016 - mchang@suse.com
519
520
- shim-install : fix typing ESC can escape to parent config which is
521
in command mode and cannot return back (bsc#966701)
522
- shim-install : fix no which command for JeOS (bsc#968264)
523
524
-------------------------------------------------------------------
525
Thu Dec 3 10:26:14 UTC 2015 - jsegitz@novell.com
526
527
- acquired updated signature from Microsoft
528
529
-------------------------------------------------------------------
530
Mon Nov 9 08:22:43 UTC 2015 - glin@suse.com
531
532
- Add shim-bsc950569-fix-cryptlib-va-functions.patch to fix the
533
definition of va functions to avoid the potential crash
534
(bsc#950569)
535
- Update shim-opensuse-cert-prompt.patch to avoid setting NULL to
536
MokListRT (bsc#950801)
537
- Drop shim-fix-mokmanager-sections.patch as we are using the
538
newer binutils now
539
- Refresh shim-change-debug-file-path.patch
540
541
-------------------------------------------------------------------
542
Thu Oct 8 06:49:43 UTC 2015 - jsegitz@novell.com
543
544
- acquired updated signature from Microsoft
545
546
-------------------------------------------------------------------
547
Tue Sep 15 05:03:10 UTC 2015 - mchang@suse.com
548
549
- shim-install : set default GRUB_DISTRIBUTOR from /etc/os-release
550
if it is empty or not set by user (bsc#942519)
551
552
-------------------------------------------------------------------
553
Thu Jul 16 06:49:01 UTC 2015 - glin@suse.com
554
555
- Add shim-update-openssl-1.0.2d.patch to update openssl to 1.0.2d
556
- Refresh shim-gcc5.patch and add it back since we really need it
557
- Add shim-change-debug-file-path.patch to change the debug file
558
path in shim.efi
559
+ also add the debuginfo and debugsource subpackages
560
- Drop shim-fix-gnu-efi-30w.patch which is not necessary anymore
561
562
-------------------------------------------------------------------
563
Mon Jul 6 09:06:02 UTC 2015 - glin@suse.com
564
565
- Update to 0.9
566
- Refresh patches
567
+ shim-fix-gnu-efi-30w.patch
568
+ shim-fix-mokmanager-sections.patch
569
+ shim-opensuse-cert-prompt.patch
570
- Drop upstreamed patches
571
+ shim-bsc920515-fix-fallback-buffer-length.patch
572
+ shim-mokx-support.patch
573
+ shim-update-cryptlib.patch
574
- Drop shim-bsc919675-uninstall-shim-protocols.patch since
575
upstream fixed the bug in another way.
576
- Drop shim-gcc5.patch which was fixed in another way
577
578
-------------------------------------------------------------------
579
Wed Apr 8 07:10:39 UTC 2015 - glin@suse.com
580
581
- Fix tags in the spec file
582
583
-------------------------------------------------------------------
584
Tue Apr 7 07:42:06 UTC 2015 - glin@suse.com
585
586
- Add shim-update-cryptlib.patch to update Cryptlib to r16559 and
587
openssl to 0.9.8zf
588
- Add shim-bsc919675-uninstall-shim-protocols.patch to uninstall
589
the shim protocols at Exit (bsc#919675)
590
- Add shim-bsc920515-fix-fallback-buffer-length.patch to adjust
591
the buffer size for the boot options (bsc#920515)
592
- Refresh shim-opensuse-cert-prompt.patch
593
594
-------------------------------------------------------------------
595
Thu Apr 2 16:31:28 UTC 2015 - crrodriguez@opensuse.org
596
597
- shim-gcc5.patch: shim needs -std=gnu89 to build with GCC5
598
599
-------------------------------------------------------------------
600
Tue Feb 17 06:02:34 UTC 2015 - mchang@suse.com
601
602
- shim-install : fix cryptodisk installation (boo#917427)
603
604
-------------------------------------------------------------------
605
Tue Nov 11 04:26:00 UTC 2014 - glin@suse.com
606
607
- Add shim-fix-mokmanager-sections.patch to fix the objcopy
608
parameters for the EFI files
609
610
-------------------------------------------------------------------
611
Tue Oct 28 04:00:51 UTC 2014 - glin@suse.com
612
613
- Update to 0.8
614
- Add shim-fix-gnu-efi-30w.patch to adapt the change in
615
gnu-efi-3.0w
616
- Merge shim-signed-unsigned-compares.patch,
617
shim-mokmanager-support-sha-family.patch and
618
shim-bnc863205-mokmanager-fix-hash-delete.patch into
619
shim-mokx-support.patch
620
- Refresh shim-opensuse-cert-prompt.patch
621
- Drop upstreamed patches: shim-update-openssl-0.9.8zb.patch,
622
bug-889332_shim-overflow.patch, and bug-889332_shim-mok-oob.patch
623
- Enable aarch64
624
625
-------------------------------------------------------------------
626
Mon Oct 13 13:09:14 UTC 2014 - jsegitz@novell.com
627
628
- Fixed buffer overflow and OOB access in shim trusted code path
629
(bnc#889332, CVE-2014-3675, CVE-2014-3676, CVE-2014-3677)
630
* added bug-889332_shim-mok-oob.patch, bug-889332_shim-overflow.patch
631
- Added new certificate by Microsoft
632
633
-------------------------------------------------------------------
634
Wed Sep 3 12:32:25 UTC 2014 - lnussel@suse.de
635
636
- re-introduce build failure if shim_enforce_ms_signature is defined. That way
637
a project like openSUSE:Factory can decide whether or not shim needs a valid
638
MS signature.
639
640
-------------------------------------------------------------------
641
Tue Aug 19 04:38:36 UTC 2014 - glin@suse.com
642
643
- Add shim-update-openssl-0.9.8zb.patch to update openssl to
644
0.9.8zb
645
646
-------------------------------------------------------------------
647
Tue Aug 12 14:19:36 UTC 2014 - jsegitz@suse.com
648
649
- updated shim to new version (OpenSSL 0.9.8za) and requested a new
650
certificate from Microsoft. Removed
651
* shim-allow-fallback-use-system-loadimage.patch
652
* shim-bnc872503-check-key-encoding.patch
653
* shim-bnc877003-fetch-from-the-same-device.patch
654
* shim-correct-user_insecure-usage.patch
655
* shim-fallback-avoid-duplicate-bootorder.patch
656
* shim-fallback-improve-entries-creation.patch
657
* shim-fix-dhcpv4-path-generation.patch
658
* shim-fix-uninitialized-variable.patch
659
* shim-fix-verify-mok.patch
660
* shim-get-variable-check.patch
661
* shim-improve-error-messages.patch
662
* shim-mokmanager-delete-bs-var-right.patch
663
* shim-mokmanager-handle-keystroke-error.patch
664
* shim-remove-unused-variables.patch
665
since they're included in upstream and rebased the remaining onces.
666
Added shim-signed-unsigned-compares.patch to fix some compiler
667
warnings
668
669
-------------------------------------------------------------------
670
Tue Aug 12 09:18:42 UTC 2014 - glin@suse.com
671
672
- Keep shim-devel.efi for the devel project
673
674
-------------------------------------------------------------------
675
Fri Aug 8 11:18:36 UTC 2014 - lnussel@suse.de
676
677
- don't fail the build if the UEFI signing service signature can't
678
be attached anymore. This way shim can still pass through staging
679
projects. We will verify the correct signature for release builds
680
using openQA instead.
681
682
-------------------------------------------------------------------
683
Mon Aug 4 07:53:22 UTC 2014 - mchang@suse.com
684
685
- shim-install: fix GRUB shows broken letters at boot by calling
686
grub2-install to initialize /boot/grub2 directory with files
687
needed by grub.cfg (bnc#889765)
688
689
-------------------------------------------------------------------
690
Wed May 28 04:13:33 UTC 2014 - glin@suse.com
691
692
- Add shim-remove-unused-variables.patch to remove the unused
693
variables
694
- Add shim-bnc872503-check-key-encoding.patch to check the encoding
695
of the keys (bnc#872503)
696
- Add shim-bnc877003-fetch-from-the-same-device.patch to fetch the
697
netboot image from the same device (bnc#877003)
698
- Refresh shim-opensuse-cert-prompt.patch
699
700
-------------------------------------------------------------------
701
Wed May 14 09:39:02 UTC 2014 - glin@suse.com
702
703
- Use --reinit instead of --refresh in %post to update the files
704
in /boot
705
706
-------------------------------------------------------------------
707
Tue Apr 29 07:38:11 UTC 2014 - mchang@suse.com
708
709
- shim-install: fix boot partition and rollback support kluge
710
(bnc#875385)
711
712
-------------------------------------------------------------------
713
Thu Apr 10 08:20:20 UTC 2014 - glin@suse.com
714
715
- Replace shim-mokmanager-support-sha1.patch with
716
shim-mokmanager-support-sha-family.patch to support the SHA
717
family
718
719
-------------------------------------------------------------------
720
Mon Apr 7 09:32:21 UTC 2014 - glin@suse.com
721
722
- Add shim-mokmanager-support-sha1.patch to support SHA1 hashes in
723
MOK
724
725
-------------------------------------------------------------------
726
Mon Mar 31 11:57:13 UTC 2014 - mchang@suse.com
727
728
- snapper rollback support (fate#317062)
729
- refresh shim-install
730
731
-------------------------------------------------------------------
732
Thu Mar 13 02:32:15 UTC 2014 - glin@suse.com
733
734
- Insert the right signature (bnc#867974)
735
736
-------------------------------------------------------------------
737
Mon Mar 10 07:56:44 UTC 2014 - glin@suse.com
738
739
- Add shim-fix-uninitialized-variable.patch to fix the use of
740
uninitialzed variables in lib
741
742
-------------------------------------------------------------------
743
Fri Mar 7 09:09:12 UTC 2014 - glin@suse.com
744
745
- Add shim-mokmanager-delete-bs-var-right.patch to delete the BS+NV
746
variables the right way
747
- Update shim-opensuse-cert-prompt.patch to delete openSUSE_Verify
748
correctly
749
750
-------------------------------------------------------------------
751
Thu Mar 6 07:37:57 UTC 2014 - glin@suse.com
752
753
- Add shim-fallback-avoid-duplicate-bootorder.patch to fix the
754
duplicate entries in BootOrder
755
- Add shim-allow-fallback-use-system-loadimage.patch to handle the
756
shim protocol properly to keep only one protocol entity
757
- Refresh shim-opensuse-cert-prompt.patch
758
759
-------------------------------------------------------------------
760
Thu Mar 6 03:53:49 UTC 2014 - mchang@suse.com
761
762
- shim-install: fix the $prefix to use grub2-mkrelpath for paths
763
on btrfs subvolume (bnc#866690).
764
765
-------------------------------------------------------------------
766
Tue Mar 4 04:19:05 UTC 2014 - glin@suse.com
767
768
- FATE#315002: Update shim-install to install shim.efi as the EFI
769
default bootloader when none exists in \EFI\boot.
770
771
-------------------------------------------------------------------
772
Thu Feb 27 09:46:49 UTC 2014 - fcrozat@suse.com
773
774
- Update signature-sles.asc: shim signed by UEFI signing service,
775
based on code from "Thu Feb 20 11:57:01 UTC 2014"
776
777
-------------------------------------------------------------------
778
Fri Feb 21 08:45:46 UTC 2014 - glin@suse.com
779
780
- Add shim-opensuse-cert-prompt.patch to show the prompt to ask
781
whether the user trusts the openSUSE certificate or not
782
783
-------------------------------------------------------------------
784
Thu Feb 20 11:57:01 UTC 2014 - lnussel@suse.de
785
786
- allow package to carry multiple signatures
787
- check correct certificate is embedded
788
789
-------------------------------------------------------------------
790
Thu Feb 20 10:06:47 UTC 2014 - lnussel@suse.de
791
792
- always clean up generated files that embed certificates
793
(shim_cert.h shim.cer shim.crt) to make sure next build loop
794
rebuilds them properly
795
796
-------------------------------------------------------------------
797
Mon Feb 17 09:58:56 UTC 2014 - glin@suse.com
798
799
- Add shim-bnc863205-mokmanager-fix-hash-delete.patch to fix the
800
hash deletion operation to avoid ruining the whole list
801
(bnc#863205)
802
803
-------------------------------------------------------------------
804
Tue Feb 11 06:30:02 UTC 2014 - glin@suse.com
805
806
- Update shim-mokx-support.patch to support the resetting of MOK
807
blacklist
808
- Add shim-get-variable-check.patch to fix the variable checking
809
in get_variable_attr
810
- Add shim-fallback-improve-entries-creation.patch to improve the
811
boot entry pathes and avoid generating the boot entries that
812
are already there
813
- Update SUSE certificate
814
- Update attach_signature.sh, show_hash.sh, strip_signature.sh,
815
extract_signature.sh and show_signatures.sh to remove the
816
creation of the temporary nss database
817
- Add shim-only-os-name.patch: remove the kernel version of the
818
build server
819
- Match the the prefix of the project name properly by escaping the
820
percent sign.
821
822
-------------------------------------------------------------------
823
Wed Jan 22 13:45:44 UTC 2014 - lnussel@suse.de
824
825
- enable signature assertion also in SUSE: hierarchy
826
827
-------------------------------------------------------------------
828
Fri Dec 6 06:44:43 UTC 2013 - glin@suse.com
829
830
- Add shim-mokmanager-handle-keystroke-error.patch to handle the
831
error status from ReadKeyStroke to avoid unexpected keys
832
833
-------------------------------------------------------------------
834
Thu Dec 5 02:05:13 UTC 2013 - glin@suse.com
835
836
- Update to 0.7
837
- Add upstream patches:
838
+ shim-fix-verify-mok.patch
839
+ shim-improve-error-messages.patch
840
+ shim-correct-user_insecure-usage.patch
841
+ shim-fix-dhcpv4-path-generation.patch
842
- Add shim-mokx-support.patch to support the MOK blacklist
843
(Fate#316531)
844
- Drop upstreamed patches
845
+ shim-fix-pointer-casting.patch
846
+ shim-merge-lf-loader-code.patch
847
+ shim-fix-simple-file-selector.patch
848
+ shim-mokmanager-support-crypt-hash-method.patch
849
+ shim-bnc804631-fix-broken-bootpath.patch
850
+ shim-bnc798043-no-doulbe-separators.patch
851
+ shim-bnc807760-change-pxe-2nd-loader-name.patch
852
+ shim-bnc808106-correct-certcount.patch
853
+ shim-mokmanager-ui-revamp.patch
854
+ shim-netboot-fixes.patch
855
+ shim-mokmanager-disable-gfx-console.patch
856
- Drop shim-suse-build.patch: it's not necessary anymore
857
- Drop shim-bnc841426-silence-shim-protocols.patch: shim is not
858
verbose by default
859
860
-------------------------------------------------------------------
861
Thu Oct 31 09:11:18 UTC 2013 - fcrozat@suse.com
862
863
- Update microsoft.asc: shim signed by UEFI signing service, based
864
on code from "Tue Oct 1 04:29:29 UTC 2013".
865
866
-------------------------------------------------------------------
867
Tue Oct 1 04:29:29 UTC 2013 - glin@suse.com
868
869
- Add shim-netboot-fixes.patch to include upstream netboot fixes
870
- Add shim-mokmanager-disable-gfx-console.patch to disable the
871
graphics console to avoid system hang on some machines
872
- Add shim-bnc841426-silence-shim-protocols.patch to silence the
873
shim protocols (bnc#841426)
874
875
-------------------------------------------------------------------
876
Wed Sep 25 07:17:54 UTC 2013 - glin@suse.com
877
878
- Create boot.csv in ESP for fallback.efi to restore the boot entry
879
880
-------------------------------------------------------------------
881
Tue Sep 17 10:53:50 CEST 2013 - fcrozat@suse.com
882
883
- Update microsoft.asc: shim signed by UEFI signing service, based
884
on code from "Fri Sep 6 13:57:36 UTC 2013".
885
- Improve extract_signature.sh to work on current path.
886
887
-------------------------------------------------------------------
888
Fri Sep 6 13:57:36 UTC 2013 - lnussel@suse.de
889
890
- set timestamp of PE file to time of the binary the signature was
891
made for.
892
- make sure cert.o get's rebuilt for each target
893
894
-------------------------------------------------------------------
895
Fri Sep 6 11:48:14 CEST 2013 - fcrozat@suse.com
896
897
- Update microsoft.asc: shim signed by UEFI signing service, based
898
on code from "Wed Aug 28 15:54:38 UTC 2013"
899
900
-------------------------------------------------------------------
901
Wed Aug 28 15:54:38 UTC 2013 - lnussel@suse.de
902
903
- always build a shim that embeds the distro's certificate (e.g.
904
shim-opensuse.efi). If the package is built in the devel project
905
additionally shim-devel.efi is created. That allows us to either
906
load grub2/kernel signed by the distro or signed by the devel
907
project, depending on use case. Also shim-$distro.efi from the
908
devel project can be used to request additional signatures.
909
910
-------------------------------------------------------------------
911
Wed Aug 28 07:16:51 UTC 2013 - lnussel@suse.de
912
913
- also include old openSUSE 4096 bit certificate to be able to still
914
boot kernels signed with that key.
915
- add show_signatures script
916
917
-------------------------------------------------------------------
918
Tue Aug 27 06:41:03 UTC 2013 - lnussel@suse.de
919
920
- replace the 4096 bit openSUSE UEFI CA certificate with new a
921
standard compliant 2048 bit one.
922
923
-------------------------------------------------------------------
924
Tue Aug 20 11:48:25 UTC 2013 - lnussel@suse.de
925
926
- fix shell syntax error
927
928
-------------------------------------------------------------------
929
Wed Aug 7 15:51:36 UTC 2013 - lnussel@suse.de
930
931
- don't include binary in the sources. Instead package the raw
932
signature and attach it during build (bnc#813448).
933
934
-------------------------------------------------------------------
935
Tue Jul 30 07:36:28 UTC 2013 - glin@suse.com
936
937
- Update shim-mokmanager-ui-revamp.patch to include fixes for
938
MokManager
939
+ reboot the system after clearing MOK password
940
+ fetch more info from X509 name
941
+ check the suffix of the key file
942
943
-------------------------------------------------------------------
944
Tue Jul 23 03:55:05 UTC 2013 - glin@suse.com
945
946
- Update to 0.4
947
- Rebase patches
948
+ shim-suse-build.patch
949
+ shim-mokmanager-support-crypt-hash-method.patch
950
+ shim-bnc804631-fix-broken-bootpath.patch
951
+ shim-bnc798043-no-doulbe-separators.patch
952
+ shim-bnc807760-change-pxe-2nd-loader-name.patch
953
+ shim-bnc808106-correct-certcount.patch
954
+ shim-mokmanager-ui-revamp.patch
955
- Add patches
956
+ shim-merge-lf-loader-code.patch: merge the Linux Foundation
957
loader UI code
958
+ shim-fix-pointer-casting.patch: fix a casting issue and the
959
size of an empty vendor cert
960
+ shim-fix-simple-file-selector.patch: fix the buffer allocation
961
in the simple file selector
962
- Remove upstreamed patches
963
+ shim-support-mok-delete.patch
964
+ shim-reboot-after-changes.patch
965
+ shim-clear-queued-key.patch
966
+ shim-local-key-sign-mokmanager.patch
967
+ shim-get-2nd-stage-loader.patch
968
+ shim-fix-loadoptions.patch
969
- Remove unused patch: shim-mokmanager-new-pw-hash.patch and
970
shim-keep-unsigned-mokmanager.patch
971
- Install the vendor certificate to /etc/uefi/certs
972
973
-------------------------------------------------------------------
974
Wed May 8 06:40:12 UTC 2013 - glin@suse.com
975
976
- Add shim-mokmanager-ui-revamp.patch to update the MokManager UI
977
978
-------------------------------------------------------------------
979
Wed Apr 3 03:54:22 UTC 2013 - glin@suse.com
980
981
- Call update-bootloader in %post to update *.efi in \efi\opensuse
982
(bnc#813079)
983
984
-------------------------------------------------------------------
985
Fri Mar 8 06:53:47 UTC 2013 - glin@suse.com
986
987
- Add shim-bnc807760-change-pxe-2nd-loader-name.patch to change the
988
PXE 2nd stage loader name (bnc#807760)
989
- Add shim-bnc808106-correct-certcount.patch to correct the
990
certificate count of the signature list (bnc#808106)
991
992
-------------------------------------------------------------------
993
Fri Mar 1 10:07:55 UTC 2013 - glin@suse.com
994
995
- Add shim-bnc798043-no-doulbe-separators.patch to remove double
996
seperators from the bootpath (bnc#798043#c4)
997
998
-------------------------------------------------------------------
999
Thu Feb 28 08:57:48 UTC 2013 - lnussel@suse.de
1000
1001
- sign shim also with openSUSE certificate
1002
1003
-------------------------------------------------------------------
1004
Wed Feb 27 15:52:53 CET 2013 - mls@suse.de
1005
1006
- identify project, export certificate as DER file
1007
- don't create an unused extra keypair
1008
1009
-------------------------------------------------------------------
1010
Thu Feb 21 10:08:12 UTC 2013 - glin@suse.com
1011
1012
- Add shim-bnc804631-fix-broken-bootpath.patch to fix the broken
1013
bootpath generated in generate_path(). (bnc#804631)
1014
1015
-------------------------------------------------------------------
1016
Mon Feb 11 12:15:25 UTC 2013 - fcrozat@suse.com
1017
1018
- Update with shim signed by UEFI signing service, based on code
1019
from "Thu Feb 7 06:56:19 UTC 2013".
1020
1021
-------------------------------------------------------------------
1022
Thu Feb 7 13:54:06 UTC 2013 - lnussel@suse.de
1023
1024
- prepare for having a signed shim from the UEFI signing service
1025
1026
-------------------------------------------------------------------
1027
Thu Feb 7 06:56:19 UTC 2013 - glin@suse.com
1028
1029
- Sign shim-opensuse.efi and MokManager.efi with the openSUSE cert
1030
- Add shim-keep-unsigned-mokmanager.patch to keep the unsigned
1031
MokManager and sign it later.
1032
1033
-------------------------------------------------------------------
1034
Wed Feb 6 06:35:45 UTC 2013 - mchang@suse.com
1035
1036
- Add shim-install utility
1037
- Add Recommends to grub2-efi
1038
1039
-------------------------------------------------------------------
1040
Wed Jan 30 09:00:31 UTC 2013 - glin@suse.com
1041
1042
- Add shim-mokmanager-support-crypt-hash-method.patch to support
1043
password hash from /etc/shadow (FATE#314506)
1044
1045
-------------------------------------------------------------------
1046
Tue Jan 29 03:20:48 UTC 2013 - glin@suse.com
1047
1048
- Embed openSUSE-UEFI-CA-Certificate.crt in shim
1049
- Rename shim-unsigned.efi to shim-opensuse.efi.
1050
1051
-------------------------------------------------------------------
1052
Fri Jan 18 10:06:13 UTC 2013 - glin@suse.com
1053
1054
- Update shim-mokmanager-new-pw-hash.patch to extend the password
1055
hash format
1056
- Rename shim.efi as shim-unsigned.efi
1057
1058
-------------------------------------------------------------------
1059
Wed Jan 16 08:01:55 UTC 2013 - glin@suse.com
1060
1061
- Merge patches for FATE#314506
1062
+ Add shim-support-mok-delete.patch to add support for deleting
1063
specific keys
1064
+ Add shim-mokmanager-new-pw-hash.patch to support the new
1065
password hash.
1066
- Drop shim-correct-mok-size.patch which is included in
1067
shim-support-mok-delete.patch
1068
- Merge shim-remove-debug-code.patch and
1069
shim-local-sign-mokmanager.patch into
1070
shim-local-key-sign-mokmanager.patch
1071
- Install COPYRIGHT
1072
1073
-------------------------------------------------------------------
1074
Tue Jan 15 03:17:53 UTC 2013 - glin@suse.com
1075
1076
- Add shim-fix-loadoptions.patch to adopt the UEFI shell style
1077
LoadOptions (bnc#798043)
1078
- Drop shim-check-pk-kek.patch since upstream rejected the patch
1079
due to violation of SPEC.
1080
- Install EFI binaries to /usr/lib64/efi
1081
1082
-------------------------------------------------------------------
1083
Wed Dec 26 07:05:02 UTC 2012 - glin@suse.com
1084
1085
- Update shim-reboot-after-changes.patch to avoid rebooting the
1086
system after enrolling keys/hashes from the file system
1087
- Add shim-correct-mok-size.patch to correct the size of MOK
1088
- Add shim-clear-queued-key.patch to clear the queued key and show
1089
the menu properly
1090
1091
-------------------------------------------------------------------
1092
Wed Dec 12 15:16:18 UTC 2012 - fcrozat@suse.com
1093
1094
- Remove shim-rpmlintrc, it wasn't fixing the error, hide error
1095
stdout to prevent post build check to get triggered by cast
1096
warnings in openSSL code
1097
- Add shim-remove-debug-code.patch: remove debug code
1098
1099
-------------------------------------------------------------------
1100
Wed Dec 12 04:01:52 UTC 2012 - glin@suse.com
1101
1102
- Add shim-rpmlintrc to filter 64bit portability errors
1103
1104
-------------------------------------------------------------------
1105
Tue Dec 11 07:36:32 UTC 2012 - glin@suse.com
1106
1107
- Add shim-local-sign-mokmanager.patch to create a local certicate
1108
to sign MokManager
1109
- Add shim-get-2nd-stage-loader.patch to get the second stage
1110
loader path from the load options
1111
- Add shim-check-pk-kek.patch to verify EFI images with PK and KEK
1112
- Add shim-reboot-after-changes.patch to reboot the system after
1113
enrolling or erasing keys
1114
- Install the EFI images to /usr/lib64/shim instead of the EFI
1115
partition
1116
- Update the mail address of the author
1117
1118
-------------------------------------------------------------------
1119
Fri Nov 2 08:19:37 UTC 2012 - glin@suse.com
1120
1121
- Add new package shim 0.2 (FATE#314484)
1122
+ It's in fact git 2fd180a92 since there is no tag for 0.2
1123
1124