1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Removal of sun java
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Removal%20of%20sun%20java&In-Reply-To=%3C20120330140022.GP21938%40mars-attacks.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="013715.html">
<LINK REL="Next" HREF="013729.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Removal of sun java</H1>
<B>nicolas vigier</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Removal%20of%20sun%20java&In-Reply-To=%3C20120330140022.GP21938%40mars-attacks.org%3E"
TITLE="[Mageia-dev] Removal of sun java">boklm at mars-attacks.org
</A><BR>
<I>Fri Mar 30 16:00:22 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="013715.html">[Mageia-dev] Removal of sun java
</A></li>
<LI>Next message: <A HREF="013729.html">[Mageia-dev] Removal of sun java
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13727">[ date ]</a>
<a href="thread.html#13727">[ thread ]</a>
<a href="subject.html#13727">[ subject ]</a>
<a href="author.html#13727">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, 30 Mar 2012, Colin Guthrie wrote:
><i> 'Twas brillig, and Guillaume Rousse at 30/03/12 10:17 did gyre and gimble:
</I>><i> > Using task-obsolete is fine:
</I>><i> > - its purpose is crystal-clear
</I>><i> > - if I don't want it, I don't install it
</I>><i> >
</I>><i> > Adding an obsolete tag in openjdk to remove sun jdk now, for security
</I>><i> > concernes, whereas we had suffered a useless mess of at least four
</I>><i> > available java environnement at once for years uselessly (excepted for
</I>><i> > blindly applying jpackage project practices), doesn't seems quite similar.
</I>><i>
</I>><i> Well think of it this way (assuming I have the facts vaguely straight):
</I>><i>
</I>><i> Forget about Cauldron and mga2
</I>><i>
</I>><i> We're providing a known insecure version to mga1 users.
</I>><i>
</I>><i> We need to find a way to update mga1 somehow right? Or do we want to
</I>><i> just abandon them?
</I>><i>
</I>><i> Assuming we do not want to abandon them, what do we do? I'd suggest
</I>><i> shipping a new empty package that replaces it with a README.urpmi
</I>><i> telling them to go to Sun directly is the most responsible thing for us
</I>><i> to do. If they do not have a JRE installed, and they have packages that
</I>><i> require one, then they should be prompted to install e.g. openjdk to
</I>><i> satisfy package deps. That should work OK right?
</I>
I think an empty package is not a good idea, it would be better to
obsolete it in task-obsolete :
- it's more clear that the package is obsoleted and is not a regular
update. Users installing an empty package as update would only see that
it is removed but not updated when it's already removed.
- package is really removed and no longer listed as installed in rpm
database
- it's easy to add task-obsolete in urpmi skip.list for people who
don't want unmaintained packages to be automatically removed
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="013715.html">[Mageia-dev] Removal of sun java
</A></li>
<LI>Next message: <A HREF="013729.html">[Mageia-dev] Removal of sun java
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13727">[ date ]</a>
<a href="thread.html#13727">[ thread ]</a>
<a href="subject.html#13727">[ subject ]</a>
<a href="author.html#13727">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|