summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-05-31 16:25:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-05-31 16:25:30 +0000
commit20ed1297e463aa6db519e88044e4a0e4f9c82f01 (patch)
tree048d815df315b27c7a64b44e1eb806f8ba569bb6
parent3cd3640882a76b57b7d41372788666d3222a126e (diff)
downloadurpmi-20ed1297e463aa6db519e88044e4a0e4f9c82f01.tar
urpmi-20ed1297e463aa6db519e88044e4a0e4f9c82f01.tar.gz
urpmi-20ed1297e463aa6db519e88044e4a0e4f9c82f01.tar.bz2
urpmi-20ed1297e463aa6db519e88044e4a0e4f9c82f01.tar.xz
urpmi-20ed1297e463aa6db519e88044e4a0e4f9c82f01.zip
- urpmf
o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (backport from trunk)
-rw-r--r--NEWS3
-rwxr-xr-xurpmf2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0eecf563..afc77f3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
- urpmi.addmedia
o with --distrib, don't use previous media's pubkey if a pubkey is missing
(eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing)
+- urpmf
+ o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
+ files in memory
Version 4.9.21.1 - 29 May 2007, by Pascal "Pixel" Rigaux
diff --git a/urpmf b/urpmf
index 1487c12f..7edee6a0 100755
--- a/urpmf
+++ b/urpmf
@@ -171,7 +171,7 @@ my $callback = join("\n",
(map { " $_" }
'my ($urpm, $pkg) = @_;',
@inner,
- '1;'),
+ '0;'),
"}");
our $debug;