Bug#964284: [gnutls-help] Bug#964284: guile-gnutls: update to use guile 3.0

2020-12-30 Thread Daiki Ueno
is a manual copy of mpz_t values: https://gitlab.com/gnutls/gnutls/-/blob/master/lib/nettle/pk.c#L141 If you replace memcpy with mpz_init_set, does it work? Regards, -- Daiki Ueno

Bug#956045: gnome-keyring: several cryptographic vulnerabilities

2020-04-11 Thread Daiki Ueno
"brian m. carlson" writes: > On 2020-04-08 at 12:15:22, Daiki Ueno wrote: >> "brian m. carlson" writes: >> > [2] is an example of a cross-VM cryptographic timing attack, which can >> > also be applied across processes. Other timing attacks a

Bug#956045: gnome-keyring: several cryptographic vulnerabilities

2020-04-08 Thread Daiki Ueno
"brian m. carlson" writes: > On 2020-04-07 at 13:45:20, Daiki Ueno wrote: >> "brian m. carlson" writes: >> >> > First, the code to verify the integrity hash is done with memcmp. This >> > is not safe against timing attacks, so an attacker

Bug#956045: gnome-keyring: several cryptographic vulnerabilities

2020-04-07 Thread Daiki Ueno
"brian m. carlson" writes: > First, the code to verify the integrity hash is done with memcmp. This > is not safe against timing attacks, so an attacker can tamper with the > data and determine how much of the hash matches based on the amount of > time it takes[0]. This comparison should be

Bug#903159: RFS: libskk/1.0.4-1

2018-07-08 Thread Daiki Ueno
ian.org/DebianMaintainer#Debian_Maintainer_retirement [2] https://qa.debian.org/developer.php?email=ueno%40unixuser.org Regards, -- Daiki Ueno

Bug#876498: gettext: msgunfmt: heap corruption

2017-09-23 Thread Daiki Ueno
pful backtrace: Running msgunfmt under valgrind might give you more hints. Anyway, I am suspecting this is caused by a missing NUL termination in get_sysdep_string in read-mo.c, which should be fixed by the attached patch. Regards, -- Daiki Ueno >From 3c66e050e344ec890f0c1e467753c2ed46bc7bb8

Bug#854797: pinentry: Add pinentry-emacs package

2017-02-12 Thread Daiki Ueno
at can't find access > to their graphical display as well. It is not activated unless the user explicitly enables it in ~/.gnupg/gpg-agent.conf, as I wrote before. Regards, -- Daiki Ueno

Bug#854797: pinentry: Add pinentry-emacs package

2017-02-12 Thread Daiki Ueno
cs integration in debian is the right thing to do. Even if you compile it with --enable-inside-emacs, it wouldn't be activated unless the user explicitly set "allow-emacs-pinentry" in ~/.gnupg/gpg-agent.conf. Isn't it feasible to declare it as "unsupported", until the implementation meets your criteria? Regards, -- Daiki Ueno

Bug#854797: pinentry: Add pinentry-emacs package

2017-02-11 Thread Daiki Ueno
Daniel Kahn Gillmor <d...@fifthhorseman.net> writes: > Back on 2016-06-09, in Message-Id: m3r3c6hgch.fsf-u...@gnu.org on > gnupg-de...@gnupg.org, > Daiki Ueno <u...@gnu.org> (cc'ed here) wrote: > >>>If the loopback pinentry evolves into general purpose mechani

Bug#745553: bug#17391: Bug#745553: emacs24-el: mml2015-always-trust should default to nil, not t

2017-01-26 Thread Daiki Ueno
Daniel Kahn Gillmor <d...@fifthhorseman.net> writes: > On Thu 2017-01-26 14:34:22 -0500, Daiki Ueno wrote: >> Jens Lechtenboerger <jens.lechtenboer...@fsfe.org> writes: >>> The mml code is based on EasyPG by Daiki Ueno (cc’ed). EasyPG makes >>> use o

Bug#745553: bug#17391: Bug#745553: emacs24-el: mml2015-always-trust should default to nil, not t

2017-01-26 Thread Daiki Ueno
ke the decision >> would relieve emacs of most of the hard work here, and would also mean >> that any changes that the user makes to their GnuPG keyring would >> automatically take effect in emacs without mml-mode needing to do >> anything. > > The mml code is based on Ea

Bug#839991: [pkg-gnupg-maint] Bug#839991: gnupg-agent: 'allow-emacs-pinentry' setting in agent conf makes gpg2 respond no secret key

2016-10-10 Thread Daiki Ueno
nentry version is anyway due. That makes sense. How about this trivial patch? Regards, -- Daiki ueno >From 7546cf8afd4c28c8b6615f28a4f23060b7853314 Mon Sep 17 00:00:00 2001 From: Daiki Ueno <u...@gnu.org> Date: Mon, 10 Oct 2016 10:33:36 +0200 Subject: [PATCH] core: Don't report error on set

Bug#838060: po.m4: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.

2016-09-17 Thread Daiki Ueno
you specify AM_GNU_GETTEXT_VERSION() in your configure.ac. Regards, -- Daiki Ueno

Bug#825936: [Pkg-ime-devel] Bug#825936: ibus-skk: when I use nicola layout, ibus-skk does not work except last character

2016-06-10 Thread Daiki Ueno
de can accept last > one character. I have checked normal skk layout is ok. > > Please check nicola layout. Thanks for reporting that. It should be fixed with: https://github.com/ueno/libskk/commit/6a232e75de6d5dbe543ab17c9b85dc7560093509 Regards, -- Daiki Ueno

Bug#824642: Doesn't detect glade files for whatever reason

2016-05-18 Thread Daiki Ueno
m now preparing 0.19.8, but for the meantime you can find a patch: http://lists.gnu.org/archive/html/bug-gettext/2016-01/msg9.html http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=21ca680c Regards, -- Daiki Ueno

Bug#809846: [bug-gettext] [h...@realh.co.uk: Bug#809846: gettext: Does not recognise glade]

2016-01-06 Thread Daiki Ueno
the Fedora package with this, if there is any FTBFS caused by this change. Thanks, -- Daiki Ueno

Bug#809846: [bug-gettext] [h...@realh.co.uk: Bug#809846: gettext: Does not recognise glade]

2016-01-04 Thread Daiki Ueno
is needed. It is merely needed to distinguish user-supplied *.its files, which shall be installed in /usr/share/gettext/its, from our own. This is analogous to the use of /usr/share/aclocal-VERSION in Automake or /usr/share/vala-VERSION/vapi in Vala. Regards, -- Daiki Ueno

Bug#804141: gettext: please respect SOURCE_DATE_EPOCH wen generating ChangeLog entries

2015-11-05 Thread Daiki Ueno
nly suggest to confirm with the Avahi developers. If they merely need the functionality of autopoint, then we would just recommend it, rather than adding an ad-hoc solution into gettextize. Thanks, -- Daiki Ueno

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-09-02 Thread Daiki Ueno
ould rather add a single general-purpose --header-file=FILE option. That would be equivalent to my proposal using sed, and I don't think it worth doing since the sed snippet is fairly simple. Regards, -- Daiki Ueno

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-08-30 Thread Daiki Ueno
for some use-cases, e.g., FSF-copyrighted packages (like coreutils, gettext), where translations are also attributed to the same copyright holder. In that case, it is natural to leave the responsibility to rewrite YEAR to the translators. Regards, -- Daiki Ueno

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-08-26 Thread Daiki Ueno
, as in en@quot rules - having multiple --copyright-foo options doesn't seem to play nicely with the feature supplying COPYRIGHT_HOLDER from autoconf (bug 764483) - that fits better in the Unix philosophy, which suggests to accomplish larger tasks by combining small tools Regards, -- Daiki Ueno

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-08-24 Thread Daiki Ueno
are supplied, and (2) is a bit heuristic. So, I prefer (3) or (4), as both of them could allow users to specify it through po/Makevars, though (3) is a bit too specific. Suggestions would be appreciated. Regards, -- Daiki Ueno

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-08-24 Thread Daiki Ueno
the multiple --copyright-holder change, as I am reluctant to add new option to xgettext, which already has too many options. Regards, -- Daiki Ueno From c8f8099dca7976fa26d7ac671446144f1fe044c9 Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@gnu.org Date: Tue, 25 Aug 2015 11:47:20 +0900 Subject: [PATCH

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-08-21 Thread Daiki Ueno
Daiki Ueno u...@gnu.org writes: By the way, after looking into the history and the documentation more closely, I realized that my argument on copyright notice was pointless. I'm sorry. I'm now in favor of adding support for multiple copyright holders, like the attached patch, which makes

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-07-20 Thread Daiki Ueno
of XGETTEXT_OPTIONS in combination with COPYRIGHT_HOLDER. Regards, -- Daiki Ueno From 7aba166af10a4b64aa07d7f5afc91bdd239beef2 Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@gnu.org Date: Tue, 21 Jul 2015 13:51:31 +0900 Subject: [PATCH] xgettext: Allow multiple copyright holders * gettext-tools/src/xgettext.c

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-07-19 Thread Daiki Ueno
convince you of that. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#682580: [bug-gettext] Bug#682580: xgettext: fails to properly replace some placeholders in output .pot (PACKAGE, YEAR, C. HOLDER) (fwd)

2015-07-14 Thread Daiki Ueno
Francesco Poli invernom...@paranoici.org writes: On Tue, 14 Jul 2015 10:48:20 +0900 Daiki Ueno wrote: I noticed that xgettext does not properly replace all the relevant placeholders in the output .pot file, when told to do so through command-line options. I doubt if it is meaningful

Bug#772088: [bug-gettext] Bug#772088: gettext: msgunfmt segfaults (system-dependent messages) (fwd)

2014-12-04 Thread Daiki Ueno
/gettext.git/commit/?id=dada61cc Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#769901: gettext: msgunfmt segfault

2014-11-17 Thread Daiki Ueno
. I'm attaching a patch and a test-case. Regards, -- Daiki Ueno From 2a760b57161a2b4769e0b1c74db243b213733ef3 Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@gnu.org Date: Tue, 18 Nov 2014 12:11:22 +0900 Subject: [PATCH 1/2] read-mo: Check size_t overflow * read-mo.c: Include xsize.h. (get_string

Bug#760856: [Pkg-ime-devel] Bug#760856: libskk: New upstream version and watch file update

2014-09-08 Thread Daiki Ueno
/tag/ibus-skk-1.4.2 Thanks, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#754146: [bug-gettext] Bug#754146: gettext: fix FTBFS on ppc64el with autoreconf or libtool patch (provided) (fwd)

2014-07-20 Thread Daiki Ueno
Mauricio Faria de Oliveira mauri...@linux.vnet.ibm.com writes: Just clarifying for a broader audience: Thanks for the clarification. On Debian, using autoreconf required a change to one upstream file [1] because the libtool macros are shipped with 'link_all_libdeps=no'. Therefore that

Bug#742214: [Pkg-ime-devel] Bug#742214: libskk: fails to build with clang instead of gcc

2014-03-20 Thread Daiki Ueno
/83b62271854c245ae509115bf195fb9261c895cd Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#714625: gedit: Crash gettext syntax highlight + Input Japanese characters

2013-07-03 Thread Daiki Ueno
Sorry, this is a regression caused by my commit: https://git.gnome.org/browse/gtk+/commit/?id=7a9553cfb5d465df79161f61f7c01d872e90b983 Posted a fix: https://bugzilla.gnome.org/show_bug.cgi?id=703533 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#686612: [Pkg-ime-devel] Bug#686612: Bug#686612: ibus-m17n: AltGr and Shift-non-ascii do not work

2012-09-07 Thread Daiki Ueno
to map such a virtual modifier to physical modifer in IBus and the upstream does not want IME to depend on X11. I'll consider again if this would be really useful. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#686612: [Pkg-ime-devel] Bug#686612: ibus-m17n: AltGr and Shift-non-ascii do not work

2012-09-03 Thread Daiki Ueno
internally. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#685745: [Pkg-ime-devel] Bug#685745: ibus-skk: doesn't create user dictionary if not exists

2012-08-24 Thread Daiki Ueno
Will update the package soon. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#675657: [Pkg-ime-devel] Bug#675657: Bug#675657: libskk: Please switch to vala 0.16

2012-06-18 Thread Daiki Ueno
quickly. Sorry, missed the previous mails. Thanks for taking care of this. BTW, I'm still unsure if ibus-skk rebuild is necessary, since the resulting libskk library interface should be the same as before. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#674471: FTBFS: (armel, sparc) error when testing

2012-05-24 Thread Daiki Ueno
alignment issue (patch attached). I'll upload a new package soon. From fbbea6190782da447caddc903cbc31a0d8676f38 Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@unixuser.org Date: Fri, 25 May 2012 11:19:43 +0900 Subject: [PATCH] cdb: make sure that integer does not stride across 4-byte alignments Fixes

Bug#661212: [Pkg-ime-devel] Bug#661212: Bug#661212: Bug#661212: ibus-m17n: Thai IM: last cluster lost when switching IM

2012-03-09 Thread Daiki Ueno
+679,7 @@ { IBusM17NEngine *m17n = (IBusM17NEngine *) engine; -ibus_m17n_engine_process_key (m17n, Minput_focus_out); +minput_reset_ic (m17n-context); parent_class-focus_out (engine); } Regards, -- Daiki Ueno

Bug#661618: [Pkg-ime-devel] Bug#661618: Bug#661618: FTBFS

2012-03-04 Thread Daiki Ueno
) not recognized,prop_name, prop_state); Regards, -- Daiki Ueno

Bug#661618: [Pkg-ime-devel] Bug#661618: FTBFS

2012-03-01 Thread Daiki Ueno
/commit/ee9c4fba From 7031399a1af50ad4ed5e970b02a0803f64e4b46a Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@unixuser.org Date: Fri, 2 Mar 2012 12:45:38 +0900 Subject: [PATCH] Don't access removed fields in IBusProperty. See https://github.com/ibus/ibus/commit/ee9c4fba. Use ibus_property_{get,set

Bug#661212: [Pkg-ime-devel] Bug#661212: Bug#661212: Bug#661212: ibus-m17n: Thai IM: last cluster lost when switching IM

2012-02-28 Thread Daiki Ueno
behavior, perhaps it might be sufficient for most ibus-m17n IMEs to always commit preedit text. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#658575: ITP: libfep -- library to implement FEP (front end processor) on ANSI terminals

2012-02-04 Thread Daiki Ueno
Package: wnpp Owner: Daiki Ueno u...@unixuser.org Severity: wishlist * Package name: libfep Version : 0.0.2 Upstream Author : Daiki Ueno u...@unixuser.org * URL or Web page : http://github.com/ueno/libfep * License : GPL-3+ and BSD-3-Clause Description : library

Bug#654944: RFA: riece -- an IRC client for Emacs

2012-02-04 Thread Daiki Ueno
retitle 654944 ITA: riece -- an IRC client for Emacs owner 654944 ! thanks Hi, I know there are still some people using this package and maybe I could take this since I'm the upstream :) Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#650067: [Pkg-ime-devel] Bug#650067: Bug #650067: ibus-m17n: Thai IMs lack fallback when application doesn't support surrounding text

2012-02-04 Thread Daiki Ueno
reassign 650067 ibus thanks BTW, this bug was fixed in ibus not ibus-m17n in upstream. Since ibus 1.4.1 with that fix will be released shortly, we could close this with new ibus package. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#658575: [Pkg-ime-devel] Bug#658575: ITP: libfep -- library to implement FEP (front end processor) on ANSI terminals

2012-02-04 Thread Daiki Ueno
Osamu Aoki os...@debian.org writes: On Sat, Feb 04, 2012 at 06:52:40PM +0900, Daiki Ueno wrote: * Package name: libfep Is this just libskk specific? Or can this be for all ibus programs? Just curious. Currently, it is only used by libskk. But I plan to develop ibus-fep using it very

Bug#657828: ibus: FTBFS

2012-01-29 Thread Daiki Ueno
/use_pkglibexec.patch as follows? == # pkglibexec_SCRIPTS is not a valid prefix/primary combination with # older automake ibuslibexecdir = $(pkglibexecdir) ibuslibexec_SCRIPTS = \ ibus-ui-gtk \ $(NULL) == Regards, -- Daiki Ueno

Bug#657436: ibus: please add gobject-introspection support

2012-01-26 Thread Daiki Ueno
, the Debian ibus package does not provide introspection data. I'm attaching a patch, which I tested locally with python: $ python from gi.repository import IBus From c39c403e249df099a2ccf31ea5e3069694b127c7 Mon Sep 17 00:00:00 2001 From: Daiki Ueno u...@unixuser.org Date: Thu, 26 Jan 2012 17

Bug#657436: [Pkg-ime-devel] Bug#657436: ibus: please add gobject-introspection support

2012-01-26 Thread Daiki Ueno
Osamu Aoki os...@debian.org writes: On Thu, Jan 26, 2012 at 05:53:31PM +0900, Daiki Ueno wrote: However, the Debian ibus package does not provide introspection data. You mean we have to have this for which package. We generally follow released tarballs. I know. Are you suggesting we

Bug#652917: ITP: libskk -- library to deal with Japanese kana-kanji conversion method

2011-12-21 Thread Daiki Ueno
Package: wnpp Owner: Daiki Ueno u...@unixuser.org Severity: wishlist * Package name: libskk Version : 0.0.4 Upstream Author : Daiki Ueno u...@unixuser.org * URL or Web page : http://github.com/ueno/libskk * License : GPL-3+ Description : library to deal with Japanese

Bug#552201: [Groff] Re: Bug#552201: groff-base: Japanese manpages are shown with too wide spaces

2010-12-14 Thread Daiki Ueno
enough to control the line breaking rule. Regards, -- Daiki Ueno

Bug#552201: [Groff] Re: Bug#552201: groff-base: Japanese manpages are shown with too wide spaces

2010-12-12 Thread Daiki Ueno
the other requests easily. +This is useful to assign properties to a large set of characters (using +.BR .cflags ). +. +.TP .BI .close\ stream Close the stream named .IR stream ; Regards, -- Daiki Ueno

Bug#552201: [Groff] Re: Bug#552201: groff-base: Japanese manpages are shown with too wide spaces

2010-12-07 Thread Daiki Ueno
to overlap each other. I'm now trying to extend current ja.tmac to support Chinese and Korean: http://ueno.fedorapeople.org/groff/make-cjk-tmac/ Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#594510: emacs23-common: OpenPGP-signed message composition uses micalg=pgp-rmd160 instead of micalg=pgp-ripemd160

2010-12-02 Thread Daiki Ueno
. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#600834: gtkpod: Quote args of tr

2010-10-20 Thread Daiki Ueno
2.6.6-3+squeeze1 interactive high-level object-orie -- no debconf information -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#591052: ibus-skk: Please support single 'n' before okurigana

2010-08-01 Thread Daiki Ueno
/ibus-skk/commit/4d0d4d8037f86f7a3afdf9480b8d5f3ad4a4c685 This change will be included in the next upstream release. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#590188: ibus-skk: Please support skk-purge-from-jisyo

2010-07-26 Thread Daiki Ueno
skk.py on your system. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#590191: ibus-skk: Please exit register mode when input empty strings

2010-07-25 Thread Daiki Ueno
://github.com/ueno/ibus-skk/commit/c8db12a03b4f7065fa66a6ad3288ca4174d2f605 This change will be go in the next upstream release but you can try it by replacing skk.py on your system. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#583784: ibus-skk: fails to convert okuri-gana using skksearch with dictionary SKK-JISYO.JIS3_4

2010-05-30 Thread Daiki Ueno
and then try again? I guess you will see some python exceptions there. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#573636: diakonos fails to start

2010-03-16 Thread Daiki Ueno
:) Thanks, but not really for now. I also think that it would be definitely better for the bug to be fixed by the maintainer :-) Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#574110: ITP: m17n-im-config -- an input method configuration library for m17n-lib

2010-03-16 Thread Daiki Ueno
Package: wnpp Owner: Daiki Ueno u...@unixuser.org Severity: wishlist * Package name: m17n-im-config Version : 0.9.0 Upstream Author : Kenichi Handa ha...@m17n.org : Mikiko Nishikimi nisik...@m17n.org : Naoto Takahashi ntaka...@m17n.org

Bug#570727: fails when comparing minimal trees on i386

2010-03-15 Thread Daiki Ueno
-maintainer upload. + * Fix id() calculation in extensions/maplookup.c (Closes: #570727) + + -- Daiki Ueno u...@unixuser.org Mon, 15 Mar 2010 17:16:23 +0700 + xmldiff (0.6.8-4.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- xmldiff-0.6.8.orig/extensions

Bug#573636: diakonos fails to start

2010-03-15 Thread Daiki Ueno
+++ diakonos-0.8.12/debian/changelog @@ -1,3 +1,11 @@ +diakonos (0.8.12-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend on ruby1.9.1 and don't use #!/usr/bin/env ruby since diakonos +only works with ruby1.9.1 (Closes: #573636). + + -- Daiki Ueno u...@unixuser.org Tue, 16

Bug#570695: Fails with absolute symlinks

2010-03-14 Thread Daiki Ueno
(0.0.5-8.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pathname handling when the directory components include absolute +symlink (Closes: #570695). + + -- Daiki Ueno u...@unixuser.org Sun, 14 Mar 2010 18:33:38 +0700 + makejail (0.0.5-8) unstable; urgency=low [ Changes

Bug#573635: Please add Daiki Ueno to DM

2010-03-12 Thread Daiki Ueno
Package: debian-maintainers Severity: normal Please accept my application as a DM. The jetring changeset is attached below. pgp2Gf8AWS520.pgp Description: PGP signature Comment: Add Daiki Ueno u...@unixuser.org as a Debian Maintainer Recommended-By: NIIBE Yutaka gni...@fsij.org Agreement

Bug#565845: [DRE-maint] Bug#565845: libgpgme-ruby1.9: Please drop the dependency on ruby 1.9.0

2010-02-13 Thread Daiki Ueno
/frs/shownotes.php?release_id=37205 So the latest 1.0.8 should build against ruby1.9.1. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#562137: ITP: ibus-skk -- a Japanese SKK input engine for IBus

2009-12-22 Thread Daiki Ueno
Package: wnpp Owner: Daiki Ueno u...@unixuser.org Severity: wishlist * Package name: ibus-skk Version : 0.0.2 Upstream Author : Daiki Ueno u...@unixuser.org * URL or Web page : http://github.com/ueno/ibus-skk/ * License : GPL Description : a Japanese SKK input engine

Bug#542892: ohcount: #!/usr/bin/env ruby in /usr/bin/ohcount

2009-08-21 Thread Daiki Ueno
-oriented ii ruby1.8 1.8.7.174-2 Interpreter of object-oriented scr ohcount recommends no packages. ohcount suggests no packages. -- debconf-show failed -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#538947: gnupg2: Please add gnupg-agent dependencry

2009-07-27 Thread Daiki Ueno
under X11 -- no debconf information -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#538228: libgpgme-ruby: Please update debian/copyright

2009-07-24 Thread Daiki Ueno
libgpgme-ruby1.8 1.0.6-1GPGME bindings for the Ruby langua libgpgme-ruby recommends no packages. libgpgme-ruby suggests no packages. -- no debconf information -- Daiki Ueno -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#537211: ITP: libusb-ruby -- libusb binding for Ruby

2009-07-16 Thread Daiki Ueno
Package: wnpp Owner: Daiki Ueno u...@unixuser.org Severity: wishlist * Package name: libusb-ruby Version : 0.2 Upstream Author : Tanaka Akira * URL or Web page : http://www.a-k-r.org/ruby-usb/ * License : LGPL Description : libusb binding for the Ruby language ruby

Bug#503302: easypg: please support variables for --symmetric and --cipher-algo

2008-10-27 Thread Daiki Ueno
, that is a design issue which I intentionally didn't make it so flexible. I think such a low-level option better be configured in the central point -- ~/.gnupg/gpg.conf. Do you have any real problem with this? Otherwise, I won't change this. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL

Bug#503302: easypg: please support variables for --symmetric and --cipher-algo

2008-10-27 Thread Daiki Ueno
troubled with this? Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#481082: ITP: crypt++el -- Emacs-Lisp Code for handling compressed and encrypted files

2008-05-18 Thread Daiki Ueno
features are missing in jka-compr and easypg, but present in crypt++.el. EasyPG is now a part of development version of Emacs (version 23), and I'd love to improve it. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#477979: update-manager: trailing garbage of translated Not all updates can be installed message

2008-04-25 Thread Daiki Ueno
-gtk 0.60.debian-1.1 manage the repositories that you i ii synaptic 0.61+nmu1 Graphical package manager ii update-manager-core 0.68.debian-3 APT update manager core functional update-manager recommends no packages. -- no debconf information -- Daiki Ueno

Bug#451484: Prompts for password twice when find-file symlink to encrypted file

2008-02-05 Thread Daiki Ueno
bar.gpg, and easypg asked you the passphrase for bar.gpg If my guess is correct, the attached patch (already installed in the upstream CVS) will fix the problem. epa-file.el.diff Description: Binary data Regards, -- Daiki Ueno

Bug#433988: ChangeLogReader: failed to generate... ... ...divided by 0

2007-07-22 Thread Daiki Ueno
. In addition, I added a new option -v and if it is not specified, treil doesn't display detailed information so that users don't come up with unexpected usage. Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#433988: ChangeLogReader: failed to generate... ... ...divided by 0

2007-07-21 Thread Daiki Ueno
? This is not a bug. Your usage is wrong. ChangeLogReader (and other readers) takes directories rather than files. i.e. it is a fallback reader in case they are not version controlled. In any event the exit code of '0' seems inappropriate. Perhaps. Regards, -- Daiki Ueno -- To UNSUBSCRIBE

Bug#416775: rubygems: #!/usr/bin/env ruby in /usr/bin/gem

2007-03-30 Thread Daiki Ueno
. -- no debconf information -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#412896: Error when trying to sign an e-mail: Problem with non-ASCII chars in passphrase

2007-03-01 Thread Daiki Ueno
-coding-system, but Richard told me locale-coding-system should be only used for display. Regards, -- Daiki Ueno

Bug#383417: cdb_seek returns incorrect data length

2006-08-17 Thread Daiki Ueno
) /* the whole key read and matches, return */ Regards, -- Daiki Ueno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]