GNU bug report logs -
#63090
[PATCH 00/12] xfce updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Wed, 26 Apr 2023 14:07:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63090 in the body.
You can then email your comments to 63090 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 26 Apr 2023 14:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
Hello, here are some updates for Xfce packages.
Sou Bunnbu (宋文武) (12):
gnu: xfconf: Update to 4.18.1.
gnu: tumbler: Update to 4.18.1.
gnu: xfce4-battery-plugin: Update to 1.1.5.
gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
gnu: xfce4-dict: Update to 0.8.5.
gnu: xfce4-calculator-plugin: Update to 0.7.2.
gnu: xfce4-fsguard-plugin: Update to 1.1.3.
gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
gnu: xfce4-mount-plugin: Update to 1.1.6.
gnu: xfce4-time-out-plugin: Update to 1.1.3.
gnu: xfce4-timer-plugin: Update to 1.7.2.
gnu: xfce4-weather-plugin: Update to 0.11.1.
gnu/packages/xfce.scm | 48 +++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 24 deletions(-)
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfconf): Update to 4.18.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5cc64ac735..2092c8db13 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -134,7 +134,7 @@ (define-public libxfce4util
(define-public xfconf
(package
(name "xfconf")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -142,7 +142,7 @@ (define-public xfconf
"xfconf-" version ".tar.bz2"))
(sha256
(base32
- "01i9bn2v9mcfa03ndd9dyihz7yc1mnfzr550mq3sh07q1cb5131f"))))
+ "0mr20250mp4pgy82v5kvb0hp5060vy6yz9hd6icmmp6gpd8lfwfr"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (tumbler): Update to 4.18.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2092c8db13..3fdc71c023 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -357,7 +357,7 @@ (define-public garcon
(define-public tumbler
(package
(name "tumbler")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -365,7 +365,7 @@ (define-public tumbler
"tumbler-" version ".tar.bz2"))
(sha256
(base32
- "006gvwa7jqkky2qvl2yngbd4yzp63wpilhhmyg9p24pk9spz71s0"))))
+ "1833qnfw2c9wv7iw5cad5x5scj1rsqmmbwfld33zxx8akhd9hqgz"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3fdc71c023..4bfbcb2aa8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -445,7 +445,7 @@ (define-public xfce4-panel
(define-public xfce4-battery-plugin
(package
(name "xfce4-battery-plugin")
- (version "1.1.4")
+ (version "1.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -453,7 +453,7 @@ (define-public xfce4-battery-plugin
name "-" version ".tar.bz2"))
(sha256
(base32
- "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
+ "04z2bic6c2cgl6wy4qrhfdigb6c2hsxnqraa20k1xvi0nfzk68km"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config intltool))
(inputs (list glib gtk+ libxfce4util libxfce4ui xfce4-panel))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.2.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 328529e16f..755b01aa48 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1634,7 +1634,7 @@ (define-public xfce4-datetime-plugin
(define-public xfce4-calculator-plugin
(package
(name "xfce4-calculator-plugin")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1643,7 +1643,7 @@ (define-public xfce4-calculator-plugin
"/xfce4-calculator-plugin-" version ".tar.bz2"))
(sha256
(base32
- "10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
+ "12q2jh67w0m9vq94gf324xg9k3mji943rwgrddlc340sljz25xni"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.3.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4bfbcb2aa8..99ab825a85 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -523,7 +523,7 @@ (define-public xfce4-pulseaudio-plugin
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.7.2")
+ (version "2.7.3")
(source
(origin
(method url-fetch)
@@ -531,7 +531,7 @@ (define-public xfce4-whiskermenu-plugin
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
- (base32 "12zr7x5gka0c459zk3jlv8fswyxk2431lq8qif5acwx922jp318m"))))
+ (base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config intltool))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.5.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 99ab825a85..328529e16f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1086,7 +1086,7 @@ (define-public xfce4-terminal
(define-public xfce4-dict
(package
(name "xfce4-dict")
- (version "0.8.4")
+ (version "0.8.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1094,7 +1094,7 @@ (define-public xfce4-dict
name "-" version ".tar.bz2"))
(sha256
(base32
- "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+ "06xa7987azyx6y4mkmg58qv7gsg66szmr8ly29l9l1v1xl5sp7i9"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:04 GMT)
Full text and
rfc822 format available.
Message #26 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.3.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 755b01aa48..184d69d954 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1710,7 +1710,7 @@ (define-public xfce4-diskperf-plugin
(define-public xfce4-fsguard-plugin
(package
(name "xfce4-fsguard-plugin")
- (version "1.1.2")
+ (version "1.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1719,7 +1719,7 @@ (define-public xfce4-fsguard-plugin
"/xfce4-fsguard-plugin-" version ".tar.bz2"))
(sha256
(base32
- "01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37"))))
+ "0n62dsc25ynv8kk5va50py88fi0lgggvl0gi1r6dd4i2fns8pvw4"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:04 GMT)
Full text and
rfc822 format available.
Message #29 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.3.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 184d69d954..fd02ec9a5d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1767,7 +1767,7 @@ (define-public xfce4-genmon-plugin
(define-public xfce4-mailwatch-plugin
(package
(name "xfce4-mailwatch-plugin")
- (version "1.3.0")
+ (version "1.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1776,7 +1776,7 @@ (define-public xfce4-mailwatch-plugin
"/xfce4-mailwatch-plugin-" version ".tar.bz2"))
(sha256
(base32
- "0bmykjhd3gs1737fl3zn5gg6f3vlncak2xqz89zv5018znz1xy90"))))
+ "0sh402c7v3sa9nqz8dd2gfn7ml01xbhir680ci46i9jczvln8j85"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:05 GMT)
Full text and
rfc822 format available.
Message #32 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fd02ec9a5d..07304b4834 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1842,7 +1842,7 @@ (define-public xfce4-mpc-plugin
(define-public xfce4-mount-plugin
(package
(name "xfce4-mount-plugin")
- (version "1.1.5")
+ (version "1.1.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1851,7 +1851,7 @@ (define-public xfce4-mount-plugin
"/xfce4-mount-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
+ "0ca8j2smq20zydj0gbb20fkcisgzcswpnpz5h8laxb3ghr03frlg"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:05 GMT)
Full text and
rfc822 format available.
Message #35 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 07304b4834..f2e0831e30 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2036,7 +2036,7 @@ (define-public xfce4-systemload-plugin
(define-public xfce4-time-out-plugin
(package
(name "xfce4-time-out-plugin")
- (version "1.1.2")
+ (version "1.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2045,7 +2045,7 @@ (define-public xfce4-time-out-plugin
"/xfce4-time-out-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x"))))
+ "1s4f4akj45bjhqhnfb8wim2snw52wrdym1yqpcccfpp9c5is672s"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:06 GMT)
Full text and
rfc822 format available.
Message #38 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.2.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f2e0831e30..89451319e7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2063,7 +2063,7 @@ (define-public xfce4-time-out-plugin
(define-public xfce4-timer-plugin
(package
(name "xfce4-timer-plugin")
- (version "1.7.1")
+ (version "1.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2072,7 +2072,7 @@ (define-public xfce4-timer-plugin
"/xfce4-timer-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1qr4m3n2l3rvsizsr3h7fyfajszfalqm7rhvjx2yjj8r3f8x4ljb"))))
+ "0zcbqpsyzzmbyv8cgd5wriqaigfpdcia6h1md0bfh1cmsg1biczy"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Wed, 26 Apr 2023 14:09:06 GMT)
Full text and
rfc822 format available.
Message #41 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 89451319e7..8f61c7a245 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2146,7 +2146,7 @@ (define-public xfce4-wavelan-plugin
(define-public xfce4-weather-plugin
(package
(name "xfce4-weather-plugin")
- (version "0.11.0")
+ (version "0.11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2155,7 +2155,7 @@ (define-public xfce4-weather-plugin
"/xfce4-weather-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
+ "0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63090
; Package
guix-patches
.
(Sun, 30 Apr 2023 20:36:02 GMT)
Full text and
rfc822 format available.
Message #44 received at 63090 <at> debbugs.gnu.org (full text, mbox):
Hi,
iyzsong <at> envs.net skribis:
> gnu: xfconf: Update to 4.18.1.
> gnu: tumbler: Update to 4.18.1.
> gnu: xfce4-battery-plugin: Update to 1.1.5.
> gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
> gnu: xfce4-dict: Update to 0.8.5.
> gnu: xfce4-calculator-plugin: Update to 0.7.2.
> gnu: xfce4-fsguard-plugin: Update to 1.1.3.
> gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
> gnu: xfce4-mount-plugin: Update to 1.1.6.
> gnu: xfce4-time-out-plugin: Update to 1.1.3.
> gnu: xfce4-timer-plugin: Update to 1.7.2.
> gnu: xfce4-weather-plugin: Update to 0.11.1.
qa.guix hasn’t caught up since the ‘core-updates’ merge, it seems.
Could you please double-check that everything’s fine once rebased on
current ‘master’? If it is, I guess you can go ahead.
Thanks,
Ludo’.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 01 May 2023 04:19:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Mon, 01 May 2023 04:19:03 GMT)
Full text and
rfc822 format available.
Message #49 received at 63090-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hi,
>
> iyzsong <at> envs.net skribis:
>
>> gnu: xfconf: Update to 4.18.1.
>> gnu: tumbler: Update to 4.18.1.
>> gnu: xfce4-battery-plugin: Update to 1.1.5.
>> gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
>> gnu: xfce4-dict: Update to 0.8.5.
>> gnu: xfce4-calculator-plugin: Update to 0.7.2.
>> gnu: xfce4-fsguard-plugin: Update to 1.1.3.
>> gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
>> gnu: xfce4-mount-plugin: Update to 1.1.6.
>> gnu: xfce4-time-out-plugin: Update to 1.1.3.
>> gnu: xfce4-timer-plugin: Update to 1.7.2.
>> gnu: xfce4-weather-plugin: Update to 0.11.1.
>
> qa.guix hasn’t caught up since the ‘core-updates’ merge, it seems.
> Could you please double-check that everything’s fine once rebased on
> current ‘master’? If it is, I guess you can go ahead.
Sure, I have build all xfce packages, only catfish failed to build. Not
tested with every plugin, but my normal usage (with the xfce meta
package) seems fine.
Pushed now, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 29 May 2023 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.