Mailinglist Archive: yast-commit (518 mails)

< Previous Next >
[yast-commit] r56847 - in /branches/tmp/SLE-11-SP1-Stash/packager: package/yast2-packager.changes src/modules/Packages.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Mon, 20 Apr 2009 10:21:47 -0000
  • Message-id: <E1LvqdH-0007pM-Fs@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Apr 20 12:21:47 2009
New Revision: 56847

URL: http://svn.opensuse.org/viewcvs/yast?rev=56847&view=rev
Log:
- Not checking signatures for add_on_products(.xml) file(s), the
file is cerated by the customer and contains links to signed
repositories (bnc #496404).


Modified:
branches/tmp/SLE-11-SP1-Stash/packager/package/yast2-packager.changes
branches/tmp/SLE-11-SP1-Stash/packager/src/modules/Packages.ycp

Modified: branches/tmp/SLE-11-SP1-Stash/packager/package/yast2-packager.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/packager/package/yast2-packager.changes?rev=56847&r1=56846&r2=56847&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/packager/package/yast2-packager.changes
(original)
+++ branches/tmp/SLE-11-SP1-Stash/packager/package/yast2-packager.changes Mon
Apr 20 12:21:47 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Apr 20 12:19:34 CEST 2009 - locilka@xxxxxxx
+
+- Not checking signatures for add_on_products(.xml) file(s), the
+ file is cerated by the customer and contains links to signed
+ repositories (bnc #496404).
+
+-------------------------------------------------------------------
Fri Apr 3 14:31:20 CEST 2009 - locilka@xxxxxxx

- Adjusting initial repository name according to LABEL in content

Modified: branches/tmp/SLE-11-SP1-Stash/packager/src/modules/Packages.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/tmp/SLE-11-SP1-Stash/packager/src/modules/Packages.ycp?rev=56847&r1=56846&r2=56847&view=diff
==============================================================================
--- branches/tmp/SLE-11-SP1-Stash/packager/src/modules/Packages.ycp (original)
+++ branches/tmp/SLE-11-SP1-Stash/packager/src/modules/Packages.ycp Mon Apr 20
12:21:47 2009
@@ -1490,7 +1490,8 @@
string file = one_aop[0]:"";
string type = one_aop[1]:"";

- tmp_add_on_products = Pkg::SourceProvideDigestedFile
(initial_source, 1, file, true);
+ // BNC #496404: These files should not be checked for signatures
+ tmp_add_on_products = Pkg::SourceProvideOptionalFile
(initial_source, 1, file);

if (tmp_add_on_products != nil) {
add_on_products_list = sformat ("%1/add_on_products",
SCR::Read (.target.tmpdir));

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages