Bug#690281: unblock: file-mmagic/1.29-1

2012-10-11 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: wishlist
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package file-mmagic

Old file-mmagic uses deprecated perl syntax, so I want to unblock it.
The follwing is diff (really small changes):
http://cvs.namazu.org/Subversion/MMagic/trunk/MMagic.pm?r1=286&r2=279

unblock file-mmagic/1.29-1

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-bpo.2-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#688999: libccid: Can't use NTTCom USB Smart Card Reader(0x04e6:0x511a)

2012-09-27 Thread NOKUBI Takatsugu
Package: libccid
Version: 1.4.7
Severity: normal
Tags: patch upstream

Old ccid has the entry for NTTCom readar, but it was disappered in 1.4.7.
The following is a patch.

Index: ccid-1.4.7/readers/supported_readers.txt
===
--- ccid-1.4.7.orig/readers/supported_readers.txt   2012-09-07 
22:41:01.0 +0900
+++ ccid-1.4.7/readers/supported_readers.txt2012-09-07 22:42:11.0 
+0900
@@ -328,6 +328,7 @@
 0x04E6:0x5115:SCM Microsystems Inc. SCR 335
 0x04E6:0x5117:SCM Microsystems Inc. SCR3320 - Smart Card Reader
 0x04E6:0x5119:SCM Microsystems Inc. SCR3340 - ExpressCard54 Smart Card Reader
+0x04E6:0x511A:SCM Microsystems Inc. SCR3310 USB Smart Card Reader (NTTCom)
 0x04E6:0x511F:SCM Microsystems Inc. SCR3310 USB Smart Card Reader
 0x04E6:0x5120:SCM Microsystems Inc. SCR331-DI USB Smart Card Reader
 0x04E6:0x5121:SCM Microsystems Inc. SDI010 Smart Card Reader


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#690281: file-mmagic 1.27-2 for testing

2012-11-27 Thread NOKUBI Takatsugu
Thank you guys for your comments.

The following is debdiff:

diff -u file-mmagic-1.27/debian/changelog file-mmagic-1.27/debian/changelog
--- file-mmagic-1.27/debian/changelog
+++ file-mmagic-1.27/debian/changelog
@@ -1,8 +1,17 @@
+file-mmagic (1.27-1+deb7u1) testing-proposed-updates; urgency=low
+
+  * Fix deprecated array existing check.
+ http://cvs.namazu.org/Subversion/MMagic/trunk/MMagic.pm?r1=279&r2=281
+  * Fix memory leak.
+ http://cvs.namazu.org/Subversion/MMagic/trunk/MMagic.pm?r1=278&r2=279
+
+ -- NOKUBI Takatsugu   Wed, 28 Nov 2012 14:37:05 +0900
+
 file-mmagic (1.27-1) unstable; urgency=low
 
   * New upstream release
 
- -- NOKUBI Takatsugu   Wed,  1 Nov 2006 15:28:57 +0900
+ -- NOKUBI Takatsugu   Mon, 26 Nov 2012 16:58:33 +0900
 
 file-mmagic (1.26-1) unstable; urgency=low
 
only in patch2:
unchanged:
--- file-mmagic-1.27.orig/MMagic.pm
+++ file-mmagic-1.27/MMagic.pm
@@ -302,6 +302,7 @@
 
 use FileHandle;
 use strict;
+use Scalar::Util;
 
 use vars qw(
 %TEMPLATES %ESC $VERSION
@@ -715,6 +716,7 @@
 
 $fname =~ s/^.*\///;
 for my $regex (keys %{$self->{FILEEXTS}}) {
+   Scalar::Util::weaken($self->{FILEEXTS});
if ($fname =~ /$regex/i) {
if ((defined $type && $type !~ /;/) || (! defined $type)) {
$type = $self->{FILEEXTS}->{$regex}; # has no x-type param
@@ -1119,7 +1121,7 @@
$$MF[1] = $line;
return length($thisDepth);
}
-   elsif (defined(@$entry)) {
+   elsif ('ARRAY' eq ref $entry && @$entry) {
# already have an entry.  this is not a continuation.
# save this line for the next call and exit.
$$MF[1] = $line;


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#639371: chasen-cannadic: No need to conflict with ipadic

2011-09-01 Thread NOKUBI Takatsugu
At Fri, 26 Aug 2011 22:46:50 +0900,
Osamu Aoki wrote:
> Why not use alternatives system like naist-jdic so packages are
> co-installable.  Also providing UTF-8 dictionary will be nice, too

The main purpose of the package is old IPADIC's license issue. In the
past time, ChaSen has no DFSG-free dictionary, so Tsuchiya-san had
made the dictionary based on canna-dic.

The issue already had resolved, so I think the package is unnessary in
Debian.

> I may upload a new version, when I find time.  I hope this is OK.

If you think to need the package, go ahead.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#639419: ipadic: NEW UPSTREAM RELEASE etc.

2011-09-01 Thread NOKUBI Takatsugu
At Sat, 27 Aug 2011 10:31:51 +0900,
Osamu Aoki wrote:
> I have already packaged it like naist-jdic style and using it here while
> supporting UTF-8 dictionary.  This has been made to arch=all.

That's great!

> I am thinking to simplify packaging further now.  I will upload this as
> me as maintainer since Takatsugu-san lacks time or interest on this
> package.  (If you feel you should remain as maintainer, let me know.)

I can't maintain the package actively, so I hope to take it if you can.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#561547: open-vm-tools: /etc/vmware-tools/suspend-vm-default is not called

2009-12-17 Thread NOKUBI Takatsugu
Package: open-vm-tools
Severity: normal

On VMware Server 2.0.2 (Windows) environment, I added 'logger
suspend-vm' in the suspend-vm-default file and suspend the virtual
machine, but not logged in the syslog, but resume-vm-default is calld
normally.

It causes always eth0 down when I resume my virtual machine.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678076: netcat-openbsd: -p option doesn't work in listen mode

2012-06-18 Thread NOKUBI Takatsugu
Package: netcat-openbsd
Version: 1.89-4
Severity: normal

According man/help, netcat will work the follwing:

$ nc -l -p 1

But it displaed simple usage and didn't work. But the following is
working:

$ nc -l 1

However, netcat-traditional works both. 

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#660820: git-svn error: ambiguous argument

2012-02-21 Thread NOKUBI Takatsugu
Package: git-svn
Version: 1:1.7.2.5-3
Severity: normal
Tags: upstream

On a svn reository, git-svn stops cloning with "ambiguous argument"
error. Almost same as the following:

http://git.661346.n2.nabble.com/git-svn-error-ambiguous-argument-td5000132.html
And the patch in the URL fix the issue.

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#660820: git-svn error: ambiguous argument

2012-02-27 Thread NOKUBI Takatsugu
Sorry for late reply.

At Wed, 22 Feb 2012 01:58:29 -0600,
Jonathan Nieder wrote:
> I suspect this[1] was fixed by v1.7.6.1~58^2 (git-svn: Correctly
> handle root commits in mergeinfo ranges, 2011-06-18).  Can you try
> with git-svn from sid or http://snapshot.debian.org/ to confirm?

I tried to check git-svn 1:1.7.9.1-1 and it works fine.
Thank you.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#662927: anthy or ibus-anthy sometimes dies with last-record2_default.utf8 locked

2012-03-16 Thread NOKUBI Takatsugu
Sorry for my late reply.

I think it would be ibus-anthy or ibus's problem.

At Wed, 7 Mar 2012 19:30:21 +0900 (JST),
hachisukakorok...@yahoo.co.jp wrote:
> And 
> ls -l /proc/PID/fd
> shows like below;
> lrwx-- 1 user user 64 2012-03-01 01:38 0 -> /dev/null
> lrwx-- 1 user user 64 2012-03-01 01:38 1 -> /dev/null
> lr-x-- 1 user user 64 2012-03-01 01:38 10 -> pipe:[12905]
> lrwx-- 1 user user 64 2012-03-01 01:38 2 -> /dev/null
> lr-x-- 1 user user 64 2012-03-01 01:38 3 -> pipe:[12906]
> l-wx-- 1 user user 64 2012-03-01 01:38 4 -> pipe:[12906]
> lrwx-- 1 user user 64 2012-03-01 01:38 5 -> socket:[12907]
> lrwx-- 1 user user 64 2012-03-01 01:38 6 -> 
> /home/user/.anthy/last-record2_default.utf8
> lrwx-- 1 user user 64 2012-03-01 01:38 8 -> socket:[12894]
> lrwx-- 1 user user 64 2012-03-01 01:38 9 -> pipe:[12905]

I'm not familiar about ibus, but it seems a process linked with
libanthy remained running, and ibus frontend process would be died.

I'll try to make a Debian environment like you, and reproduce the
issue.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#648359: [CVE-2011-4000] Unspecified buffer overflow vulnerability

2011-11-23 Thread NOKUBI Takatsugu
At Tue, 22 Nov 2011 21:16:14 +0100,
Moritz Mühlenhoff wrote:
> > > JPCERT disclosed an unspecified buffer overflow vulnerability in
> > > ChaSen:
> > > 
> > > 
> > > 
> > > Apparently, upstream will not provide patches.  Would you be willing
> > > to work on this issue if we can obtain further details?
> > 
> >  Yes, I and Nokubi-san hope so, and I asked JVN to send more detail
> >  about it if they can.
> 
> Any results yet?

The following is the patch to fix the issue:

diff --git a/lib/chalib.c b/lib/chalib.c
index 5d79e13..66caee3 100644
--- a/lib/chalib.c
+++ b/lib/chalib.c
@@ -306,9 +306,14 @@ chasen_sparse_main(char *input, FILE *output)
  */
 while (*input) {
int c = 0, len, cursor;
-   if ((crlf = strpbrk(input, "\r\n")) == NULL)
+   if ((crlf = strpbrk(input, "\r\n")) == NULL) {
len = strlen(input);
-   else {
+   if (len > CHA_INPUT_SIZE) {
+   len = CHA_INPUT_SIZE;
+   crlf = input + CHA_INPUT_SIZE - 1;
+   c = 0;
+   }
+   } else {
len = crlf - input;
c = *crlf;
*crlf = '\0';



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#648359: [CVE-2011-4000] Unspecified buffer overflow vulnerability

2011-11-23 Thread NOKUBI Takatsugu
Sorry, the previous patch was wrong, here is the second patch.

BTW, the security issue coms from fixed length string buffer
(CHA_INPUT_SIZE = 8192) and input string will be longer than 8192
bytes in some situation.

The patch is for chasen_sparse_str() function, and the function works
almost same as chasen_fparse_str(). The 2 function differ with input
source (string or file pointer).

diff --git a/lib/chalib.c b/lib/chalib.c
index 5d79e13..cddf51b 100644
--- a/lib/chalib.c
+++ b/lib/chalib.c
@@ -306,9 +306,14 @@ chasen_sparse_main(char *input, FILE *output)
  */
 while (*input) {
int c = 0, len, cursor;
-   if ((crlf = strpbrk(input, "\r\n")) == NULL)
+   if ((crlf = strpbrk(input, "\r\n")) == NULL) {
len = strlen(input);
-   else {
+   if (len >= CHA_INPUT_SIZE) {
+   len = CHA_INPUT_SIZE - 1;
+   crlf = input + CHA_INPUT_SIZE - 2;
+   c = 0;
+   }
+   } else {
len = crlf - input;
c = *crlf;
*crlf = '\0';



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#648359: [CVE-2011-4000] Unspecified buffer overflow vulnerability

2011-11-23 Thread NOKUBI Takatsugu
I wrote a DSA draft, check it please.

BTW, JVN's workaround is not correct. There is also the same problem
in ChaSen 2.3.3.

-- 
DSA--1 chasen -- buffer overflow

Affected Packages:
libchasen2
libchasen-dev
libtext-chasen-perl

Vulnerable:
Yes

Security database references:
In Mitre's CVE dictionary: CVE-2011-4000
In the Japan Vulnerability Notes: JVN16901583 


More information:

It was discovered that buffer overflow in ChaSen's processing of Japanese 
string parsing in memory.
It only affects chasen_sparse_tosrt function, and not chasen command and other 
parsing function like chasen_fparse_tostr.

There is a workaround to use chasen command via pipe, instead of 
chasen_sparse_tostr function.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#648359: [CVE-2011-4000] Unspecified buffer overflow vulnerabilityg

2011-11-24 Thread NOKUBI Takatsugu
At Thu, 24 Nov 2011 18:08:24 +0100,
Moritz Muehlenhoff wrote:
> 
> > Affected Packages:
> > libchasen2
> > libchasen-dev
> > libtext-chasen-perl
> 
> Does that mean that the vulnerable code is also present in
> libtext-chasen-perl?

Ah, it means libtext-chsaen-perl depends libchasen2, and it uses
vulnerable function. But I think it doesn't need to rebuild.

> Please prepare updated packages for stable-security.
> http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-security
> 
> You need to build the package with "-sa" 

I see. Thank you for the information.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#602161: opendnssec-signer-tools: zone_reader fails with segfault

2010-11-01 Thread NOKUBI Takatsugu
Package: opendnssec-signer-tools
Version: 1.1.3-1
Severity: normal

Made a simple example zone configuration, and try to sign the zone
file, zone_reader caused segmentation fault.

From /var/log/messages:

Nov  2 13:34:27 dnssec1 ods-signerd: Client socket shut down
Nov  2 13:34:27 dnssec1 kernel: [962450.758868] zone_reader[861]: segfault at 0
 ip b77cdd8d sp bfc7c5b0 error 4 in zone_reader[b77cb000+b000]

I also tried to invoke zone_reader on the shell, segfault occured
again, but it is not traceable by gdb...



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#435842: ITA: anthy

2007-08-05 Thread NOKUBI Takatsugu
At Sat, 04 Aug 2007 00:11:51 +0900,
Masahito Omote wrote:
> I intend to orphan the anthy package. Because I cannot take enough time
> to catching up anthy's release and because no one take over or become a
> co-maintainer of this package in [EMAIL PROTECTED] and
> [EMAIL PROTECTED]

I'll take it, but I have no time in a few days.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465043: anthy: General update after the debconf review process

2008-03-14 Thread NOKUBI Takatsugu
Thank you for your report, Christian.

I'm not familiar about the translation update processing. I'll take
care it for future works.

Thank you again, Christian.

At Tue, 4 Mar 2008 06:40:17 +0100,
Christian Perrier wrote:
> Dear Debian maintainer,
> 
> On Tuesday, January 22, 2008, I sent you a notification about the beginning 
> of a review
> action on debconf templates for anthy.
> 
> Then, I sent you a bug report with rewritten templates and announcing
> the beginning of the second phase of this action: call for translation
> updates.
> 
> Translators have been working hard and here is now the result of their 
> efforts.
> 
> Please consider using it EVEN if you committed files to your
> development tree as long as they were reported.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#472644: namazu2: CVE-2008-1468 XSS vulnerability via UTF-7 encoded input

2008-03-30 Thread NOKUBI Takatsugu
Sorry for my late reply. I had got flu in the last week.

The CVE issue was already fixed in 2.0.18, and it has a simple
workground so I did'nt considered as so serious.

The latest namazu2 package has some other issue so Christian's NMU is
welcome, go ahead please.

At Wed, 26 Mar 2008 08:36:45 +0100,
Christian Perrier wrote:
> 
> [1  ]
> Quoting Nico Golde ([EMAIL PROTECTED]):
> > Package: namazu2
> > Severity: important
> > Tags: security
> > 
> > Hi,
> > the following CVE (Common Vulnerabilities & Exposures) id was
> > published for namazu2.
> 
> 
> An l10n NMU is under preparation for unstable. Of course, this is not
> related to the security issue, at all. However, if someone provides a
> patch for the security issue, I could include it in the NMU. I *can't*
> review any patch, though.
> 
> Nokubi-san is apparently not very active maintaining namazu2but I
> may be wrong and no NMU is needed. Let's wait for a possible reaction
> in this bug report. My l10n NMU intent was just sent yesterday..:-)
> 
> 
> [2 Digital signature ]
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#472644: namazu2: CVE-2008-1468 XSS vulnerability via UTF-7 encoded input

2008-03-31 Thread NOKUBI Takatsugu
Fortunately, I can take time today, so I sent the security fix patch
to Nico Golde.

At Mon, 31 Mar 2008 07:45:34 +0200,
Christian Perrier wrote:
> 
> [1  ]
> Quoting NOKUBI Takatsugu ([EMAIL PROTECTED]):
> > Sorry for my late reply. I had got flu in the last week.
> > 
> > The CVE issue was already fixed in 2.0.18, and it has a simple
> > workground so I did'nt considered as so serious.
> > 
> > The latest namazu2 package has some other issue so Christian's NMU is
> > welcome, go ahead please.
> 
> 
> Is it correct understanding from /me that you actually suggest that I:
> 
> - NMU namazu2 ASAP
> - do it with 2.0.18

I hope to do for 2.0.17, then I upload 2.0.18-1 with your work.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#949921: buster-pu: package uim_1.8.8-4+deb10u3

2020-01-26 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

We uim maintainers had an another probrem #945344.
The last update registers unusable uim modules.

diff --git a/debian/changelog b/debian/changelog
index 9b9b64b..74ffc2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+uim (1:1.8.8-4+deb10u3) buster; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ NOKUBI Takatsugu ]
+  * d/libuim-data.postint: add uim-mozc (See #939588)
+
+  [ HIGUCHI Daisuke (VDR dai) ]
+  * d/libuim-data.postint: add uim-chewing
+
+  [ YOSHINO Yoshihito ]
+  * d/libuim-data.postinst: unregister not-installed modules (Closes: #945344).
+The previous upload to fix #939588 caused regression, which has
+accidentally registered some not-installed modules.
+
+ -- YOSHINO Yoshihito   Sun, 12 Jan 2020 19:42:26 +0900
+
 uim (1:1.8.8-4+deb10u2) buster; urgency=medium
 
   [ HIGUCHI Daisuke (VDR dai) ]
diff --git a/debian/libuim-data.postinst b/debian/libuim-data.postinst
index 065385e..fd3891e 100755
--- a/debian/libuim-data.postinst
+++ b/debian/libuim-data.postinst
@@ -1,11 +1,16 @@
 #!/bin/sh
 
+register_module_was_broken=false
+
 register_module() {
 PKGNAME=$1
 MODNAME=$2
 QSTRING=$(dpkg-query -W -f='${Status}\n' $PKGNAME 2>/dev/null)
 if [ $? = "1" ]
 then
+if $register_module_was_broken; then
+uim-module-manager --unregister $MODNAME --path /var/lib/uim
+fi
 return 0
 fi
 echo $QSTRING | grep "not-installed" > /dev/null
@@ -17,6 +22,17 @@ register_module() {
 
 case "$1" in
 configure)
+if dpkg --compare-versions "$2" lt-nl "1:1.8.8-4+deb10u2.1" && \
+   dpkg --compare-versions "$2" gt "1:1.8.8-4"; then
+# buster
+register_module_was_broken=true
+fi
+if dpkg --compare-versions "$2" lt-nl "1:1.8.8-6.1~" && \
+   dpkg --compare-versions "$2" gt "1:1.8.8-5~"; then
+# bullseye/sid
+register_module_was_broken=true
+fi
+
if which uim-module-manager >/dev/null 2>&1; then
 register_module uim-anthy anthy-utf8
 register_module uim-byeoru byeoru



Bug#941569: RFS: sentencepiece/0.1.83+dfsg-1 [ITP] -- Unsupervised text tokenizer for Neural Network-based text generation

2019-10-02 Thread NOKUBI Takatsugu
On Wed, 02 Oct 2019 14:52:23 +0900,
Kentaro Hayashi wrote:
>  * Vcs : https://salsa.debian.org/debian/sentencepiece

It contains tensorflow binding, so I think it will be good to belong
with Debian Science Team.

I, hayashi-san, and tsuchiya-san sent requests to join the team.
tsuchiya-san also maintained it himself, so I'll merge them into
the salsa repository.

https://bitbucket.org/tsuchm/pkg-sentencepiece/src/master/



Bug#941569: RFS: sentencepiece/0.1.83+dfsg-1 [ITP] -- Unsupervised text tokenizer for Neural Network-based text generation

2019-10-02 Thread NOKUBI Takatsugu
On Thu, 03 Oct 2019 13:16:53 +0900,
Mo Zhou wrote:
> Your copyright file is not complete
> https://bitbucket.org/tsuchm/pkg-sentencepiece/src/master/debian/copyright

Thank you for your pointing out.

Fourtunately, the data directory is not essential. The software is
forcused to build your own tokenizer model.

> Besides, the packaging of tensorflow is stalled, as it's difficult
> to tame the 4.5 million lines of code without a usable build system.
> For a long time the users (including myself) have to (somewhat)
> depend on third party ecosystems until the day Google started to
> rethink about distribution integration (basically hopeless).

I agree. It seems too complex and quite fast to develop.

> Apart from the science team, you are welcome to join the deep learning
> team as well: https://salsa.debian.org/deeplearning-team
> (it's an informal team)

Ok, I sent a request.



Bug#940685: buster-pu: libsixel/1.8.2-1+deb10u1

2019-10-14 Thread NOKUBI Takatsugu
On Sat, 12 Oct 2019 21:47:30 +0900,
Adam D. Barratt wrote:
> I've flagged that for rejection, please re-upload as a source-only
> upload (ensuring that the changes file is _source.changes) so we can
> ensure that all of the binaries are built cleanly.

I had uploaded both stable and oldstable.



Bug#939908: buster-pu: libsixel/1.8.2-1+deb10u1

2019-09-09 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

The patch fixes:
CVE-2018-19756
CVE-2018-19757
CVE-2018-19759
CVE-2018-19761
CVE-2018-19762
CVE-2018-19763
CVE-2019-3573
CVE-2019-3574
diff --git a/debian/changelog b/debian/changelog
index b00aee0..bc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libsixel (1.8.2-1+deb10u1) buster-security; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * d/patches/0001-Add-malloc-size-check.patch: fix CVE-2018-19756
+  * d/patches/0002-assign-default-error-message.patch: fix CVE-2018-19757
+  * d/patches/0003-add-limitation-to-width-and-height.patch: fix CVE-2018-19759
+  * d/patches/0004-position-error-check.patch: fix CVE-2018-19761
+  * d/patches/0005-size-check.patch: fix CVE-2018-19762
+  * d/patches/0006-prevent-to-access-heap-overflow.patch: fix CVE-2018-19763
+  * d/patches/0007-check-error-for-jpeg_read_scanlines.patch: fix CVE-2019-3573
+  * d/patches/0008-check-number-of-repeat_count.patch: fix CVE-2019-3574
+
+ -- NOKUBI Takatsugu   Mon, 09 Sep 2019 12:42:52 +0900
+
 libsixel (1.8.2-1) unstable; urgency=medium
 
   * New upstream, security fix (closes: #903858)
diff --git a/debian/patches/0001-Add-malloc-size-check.patch b/debian/patches/0001-Add-malloc-size-check.patch
new file mode 100644
index 000..b53305f
--- /dev/null
+++ b/debian/patches/0001-Add-malloc-size-check.patch
@@ -0,0 +1,24 @@
+From: Takatsugu Nokubi 
+Date: Mon, 8 Jul 2019 13:46:11 +0900
+Subject: Add malloc size check
+
+---
+ src/allocator.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/allocator.c b/src/allocator.c
+index b9b2d02..bb0c009 100644
+--- a/src/allocator.c
 b/src/allocator.c
+@@ -147,6 +147,11 @@ sixel_allocator_malloc(
+ assert(allocator);
+ assert(allocator->fn_malloc);
+ 
++if (n == 0) {
++sixel_helper_set_additional_message(
++"sixel_allocator_malloc: called with n == 0");
++return NULL;
++}
+ return allocator->fn_malloc(n);
+ }
+ 
diff --git a/debian/patches/0002-assign-default-error-message.patch b/debian/patches/0002-assign-default-error-message.patch
new file mode 100644
index 000..c7d4687
--- /dev/null
+++ b/debian/patches/0002-assign-default-error-message.patch
@@ -0,0 +1,21 @@
+From: Takatsugu Nokubi 
+Date: Tue, 23 Jul 2019 17:12:43 +0900
+Subject: assign default error message
+
+---
+ src/stb_image.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/stb_image.h b/src/stb_image.h
+index 2673809..09ebbd5 100644
+--- a/src/stb_image.h
 b/src/stb_image.h
+@@ -845,6 +845,8 @@ static const char *stbi__g_failure_reason;
+ 
+ STBIDEF const char *stbi_failure_reason(void)
+ {
++   if (stbi__g_failure_reason == NULL)
++  stbi__g_failure_reason = "unknwon error, refer error message before assignment";
+return stbi__g_failure_reason;
+ }
+ 
diff --git a/debian/patches/0003-add-limitation-to-width-and-height.patch b/debian/patches/0003-add-limitation-to-width-and-height.patch
new file mode 100644
index 000..63528b8
--- /dev/null
+++ b/debian/patches/0003-add-limitation-to-width-and-height.patch
@@ -0,0 +1,39 @@
+From: Takatsugu Nokubi 
+Date: Thu, 1 Aug 2019 14:59:58 +0900
+Subject: add limitation to width and height
+
+---
+ include/sixel.h.in | 3 +++
+ src/decoder.c  | 5 +
+ 2 files changed, 8 insertions(+)
+
+diff --git a/include/sixel.h.in b/include/sixel.h.in
+index 7ffe90f..4365c67 100644
+--- a/include/sixel.h.in
 b/include/sixel.h.in
+@@ -366,6 +366,9 @@ typedef int SIXELSTATUS;
+ #define SIXEL_OPTFLAG_VERSION   ('V')  /* -V, --version: show version and license info */
+ #define SIXEL_OPTFLAG_HELP  ('H')  /* -H, --help: show this help */
+ 
++#define SIXEL_WIDTH_LIMIT   100
++#define SIXEL_HEIGHT_LIMIT  100
++
+ #if SIXEL_USE_DEPRECATED_SYMBOLS
+ /* output character size */
+ enum characterSize {
+diff --git a/src/decoder.c b/src/decoder.c
+index 63ab4af..c763e4d 100644
+--- a/src/decoder.c
 b/src/decoder.c
+@@ -315,6 +315,11 @@ sixel_decoder_decode(
+ goto end;
+ }
+ 
++if (sx > SIXEL_WIDTH_LIMIT || sy > SIXEL_HEIGHT_LIMIT) {
++status = SIXEL_BAD_INPUT;
++goto end;
++}
++
+ status = sixel_helper_write_image_file(indexed_pixels, sx, sy, palette,
+SIXEL_PIXELFORMAT_PAL8,
+decoder->output,
diff --git a/debian/patches/0004-position-error-check.patch b/debian/patches/0004-position-error-check.patch
new file mode 100644
index 000..126d3d7
--- /dev/null
+++ b/debian/patches/0004-position-error-check.patch
@@ -0,0 +1,23 @@
+From: Takatsugu Nokubi 
+Date: Thu, 25 Jul 2019 16:19:59 +0900
+Subject: position error check
+
+---
+ src/fromsixel.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/sr

Bug#939907: stretch-pu: package libsixel/1.5.2-2+deb9u1

2019-09-09 Thread NOKUBI Takatsugu
Package: reportbugrelease.debian.org
Severity: important
Tags: patch security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

This patch fixes:
CVE-2018-14072
CVE-2018-14073
CVE-2018-19756
CVE-2018-19757
CVE-2018-19759
CVE-2018-19762
CVE-2018-19763
CVE-2019-3573
CVE-2019-3574

CVE-2018-19761 is not affected the version.
diff --git a/debian/changelog b/debian/changelog
index 67fe373..22edc45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libsixel (1.5.2-2+deb9u1) stretch-security; urgency=medium
+
+  * d/patches/0001-Add-malloc-size-check.patch: fix CVE-2018-19756
+  * d/patches/0002-assign-default-error-message.patch: fix CVE-2018-19757
+  * d/patches/0003-add-limitation-to-width-and-height.patch: fix CVE-2018-19759
+  * CVE-2018-19761 is not security issue
+  * d/patches/0004-size-check.patch: fix CVE-2018-19762
+  * CVE-2018-19763 is fixed by 0001-Add-malloc-size-check.patch
+  * d/patches/0005-check-error-for-jpeg_read_scanlines.patch: fix CVE-2019-3573
+  * d/patches/0006-check-number-of-repeat_count.patch: fix CVE-2019-3574
+  * d/patches/0007-fix-memory-leak.patch: fix CVE-2018-14072, CVE-2018-14073
+
+ -- NOKUBI Takatsugu   Fri, 06 Sep 2019 16:11:01 +0900
+
 libsixel (1.5.2-2) unstable; urgency=medium
 
   * Disable python.
diff --git a/debian/patches/0001-Add-malloc-size-check.patch b/debian/patches/0001-Add-malloc-size-check.patch
new file mode 100644
index 000..2943ff2
--- /dev/null
+++ b/debian/patches/0001-Add-malloc-size-check.patch
@@ -0,0 +1,25 @@
+From: NOKUBI Takatsugu 
+Date: Wed, 7 Aug 2019 16:23:53 +0900
+Subject: Add malloc size check
+
+---
+ src/allocator.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/allocator.c b/src/allocator.c
+index 216fa34..c33c74b 100644
+--- a/src/allocator.c
 b/src/allocator.c
+@@ -147,6 +147,12 @@ sixel_allocator_malloc(
+ assert(allocator);
+ assert(allocator->fn_malloc);
+ 
++if (n == 0) {
++sixel_helper_set_additional_message(
++"sixel_allocator_malloc: called with n == 0");
++return NULL;
++}
++
+ return allocator->fn_malloc(n);
+ }
+ 
diff --git a/debian/patches/0002-assign-default-error-message.patch b/debian/patches/0002-assign-default-error-message.patch
new file mode 100644
index 000..89f0686
--- /dev/null
+++ b/debian/patches/0002-assign-default-error-message.patch
@@ -0,0 +1,21 @@
+From: NOKUBI Takatsugu 
+Date: Fri, 9 Aug 2019 16:47:29 +0900
+Subject: assign default error message
+
+---
+ src/stb_image.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/stb_image.h b/src/stb_image.h
+index d0fa9c2..5f8f96d 100644
+--- a/src/stb_image.h
 b/src/stb_image.h
+@@ -875,6 +875,8 @@ static const char *stbi__g_failure_reason;
+ 
+ STBIDEF const char *stbi_failure_reason(void)
+ {
++   if (stbi__g_failure_reason == NULL)
++  stbi__g_failure_reason = "unknwon error, refer error message before assignment";
+return stbi__g_failure_reason;
+ }
+ 
diff --git a/debian/patches/0003-add-limitation-to-width-and-height.patch b/debian/patches/0003-add-limitation-to-width-and-height.patch
new file mode 100644
index 000..6f57a54
--- /dev/null
+++ b/debian/patches/0003-add-limitation-to-width-and-height.patch
@@ -0,0 +1,39 @@
+From: NOKUBI Takatsugu 
+Date: Tue, 20 Aug 2019 15:20:55 +0900
+Subject: add limitation to width and height
+
+---
+ include/sixel.h.in | 3 +++
+ src/decoder.c  | 5 +
+ 2 files changed, 8 insertions(+)
+
+diff --git a/include/sixel.h.in b/include/sixel.h.in
+index 397974f..8552c23 100644
+--- a/include/sixel.h.in
 b/include/sixel.h.in
+@@ -355,6 +355,9 @@ typedef int SIXELSTATUS;
+ #define SIXEL_OPTFLAG_VERSION  ('V')  /* -V, --version: show version and license info */
+ #define SIXEL_OPTFLAG_HELP ('H')  /* -H, --help: show this help */
+ 
++#define SIXEL_WIDTH_LIMIT   100
++#define SIXEL_HEIGHT_LIMIT  100
++
+ #if SIXEL_USE_DEPRECATED_SYMBOLS
+ /* output character size */
+ enum characterSize {
+diff --git a/src/decoder.c b/src/decoder.c
+index 98b5c30..e3fbd0d 100644
+--- a/src/decoder.c
 b/src/decoder.c
+@@ -303,6 +303,11 @@ sixel_decoder_decode(
+ goto end;
+ }
+ 
++if (sx > SIXEL_WIDTH_LIMIT || sy > SIXEL_HEIGHT_LIMIT) {
++status = SIXEL_BAD_INPUT;
++goto end;
++}
++
+ status = sixel_helper_write_image_file(indexed_pixels, sx, sy, palette,
+SIXEL_PIXELFORMAT_PAL8,
+decoder->output,
diff --git a/debian/patches/0004-malloc-size-check.patch b/debian/patches/0004-malloc-size-check.patch
new file mode 100644
index 000..8345c0d
--- /dev/null
+++ b/debian/patches/0004-malloc-size-check.patch
@@ -0,0 +1,21 @@
+From: NOKUBI Takatsugu 
+Date: Thu, 22 Aug 2019 15:30:36 +0900
+Subject: malloc size check
+
+---
+ src/fromsixel.c | 2 +-
+ 1 file changed, 1 insert

Bug#940685: buster-pu: libsixel/1.8.2-1+deb10u1

2019-09-18 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
Tags: patch security buster
User: release.debian@packages.debian.org
Usertags: pu

I'll upload a new version of libsixel for buster.
It contains many security fix reported by #931311

fixed package for unstable had already uploaded.
This is just a backports but almost same.

diff -Nru libsixel-1.8.2/debian/changelog libsixel-1.8.2/debian/changelog
--- libsixel-1.8.2/debian/changelog 2018-07-23 16:29:35.0 +0900
+++ libsixel-1.8.2/debian/changelog 2019-09-09 12:42:52.0 +0900
@@ -1,3 +1,17 @@
+libsixel (1.8.2-1+deb10u1) buster; urgency=high
+
+  * d/patches/0001-Add-malloc-size-check.patch: fix CVE-2018-19756
+  * d/patches/0002-assign-default-error-message.patch: fix CVE-2018-19757
+  * d/patches/0003-add-limitation-to-width-and-height.patch: fix CVE-2018-19759
+  * d/patches/0004-position-error-check.patch: fix CVE-2018-19761
+  * d/patches/0005-size-check.patch: fix CVE-2018-19762
+  * d/patches/0006-prevent-to-access-heap-overflow.patch: fix CVE-2018-19763
+  * d/patches/0007-check-error-for-jpeg_read_scanlines.patch: fix CVE-2019-3573
+  * d/patches/0008-check-number-of-repeat_count.patch: fix CVE-2019-3574
+  * security fix, closes: #931311
+
+ -- NOKUBI Takatsugu   Mon, 09 Sep 2019 12:42:52 +0900
+
 libsixel (1.8.2-1) unstable; urgency=medium
 
   * New upstream, security fix (closes: #903858)
diff -Nru libsixel-1.8.2/debian/patches/0001-Add-malloc-size-check.patch 
libsixel-1.8.2/debian/patches/0001-Add-malloc-size-check.patch
--- libsixel-1.8.2/debian/patches/0001-Add-malloc-size-check.patch  
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.8.2/debian/patches/0001-Add-malloc-size-check.patch  
2019-09-09 12:42:52.0 +0900
@@ -0,0 +1,24 @@
+From: Takatsugu Nokubi 
+Date: Mon, 8 Jul 2019 13:46:11 +0900
+Subject: Add malloc size check
+
+---
+ src/allocator.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/allocator.c b/src/allocator.c
+index b9b2d02..bb0c009 100644
+--- a/src/allocator.c
 b/src/allocator.c
+@@ -147,6 +147,11 @@ sixel_allocator_malloc(
+ assert(allocator);
+ assert(allocator->fn_malloc);
+ 
++if (n == 0) {
++sixel_helper_set_additional_message(
++"sixel_allocator_malloc: called with n == 0");
++return NULL;
++}
+ return allocator->fn_malloc(n);
+ }
+ 
diff -Nru libsixel-1.8.2/debian/patches/0002-assign-default-error-message.patch 
libsixel-1.8.2/debian/patches/0002-assign-default-error-message.patch
--- libsixel-1.8.2/debian/patches/0002-assign-default-error-message.patch   
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.8.2/debian/patches/0002-assign-default-error-message.patch   
2019-09-09 12:42:52.0 +0900
@@ -0,0 +1,21 @@
+From: Takatsugu Nokubi 
+Date: Tue, 23 Jul 2019 17:12:43 +0900
+Subject: assign default error message
+
+---
+ src/stb_image.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/stb_image.h b/src/stb_image.h
+index 2673809..09ebbd5 100644
+--- a/src/stb_image.h
 b/src/stb_image.h
+@@ -845,6 +845,8 @@ static const char *stbi__g_failure_reason;
+ 
+ STBIDEF const char *stbi_failure_reason(void)
+ {
++   if (stbi__g_failure_reason == NULL)
++  stbi__g_failure_reason = "unknwon error, refer error message before 
assignment";
+return stbi__g_failure_reason;
+ }
+ 
diff -Nru 
libsixel-1.8.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
libsixel-1.8.2/debian/patches/0003-add-limitation-to-width-and-height.patch
--- libsixel-1.8.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.8.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
2019-09-09 12:42:52.0 +0900
@@ -0,0 +1,39 @@
+From: Takatsugu Nokubi 
+Date: Thu, 1 Aug 2019 14:59:58 +0900
+Subject: add limitation to width and height
+
+---
+ include/sixel.h.in | 3 +++
+ src/decoder.c  | 5 +
+ 2 files changed, 8 insertions(+)
+
+diff --git a/include/sixel.h.in b/include/sixel.h.in
+index 7ffe90f..4365c67 100644
+--- a/include/sixel.h.in
 b/include/sixel.h.in
+@@ -366,6 +366,9 @@ typedef int SIXELSTATUS;
+ #define SIXEL_OPTFLAG_VERSION   ('V')  /* -V, --version: show version 
and license info */
+ #define SIXEL_OPTFLAG_HELP  ('H')  /* -H, --help: show this help 
*/
+ 
++#define SIXEL_WIDTH_LIMIT   100
++#define SIXEL_HEIGHT_LIMIT  100
++
+ #if SIXEL_USE_DEPRECATED_SYMBOLS
+ /* output character size */
+ enum characterSize {
+diff --git a/src/decoder.c b/src/decoder.c
+index 63ab4af..c763e4d 100644
+--- a/src/decoder.c
 b/src/decoder.c
+@@ -315,6 +315,11 @@ sixel_decoder_decode(
+ goto end;
+ }
+ 
++if (sx > SIXEL_WIDTH_LIMIT || sy > SIXEL_HEIGHT_LIMIT) {
++status = SIXEL_BAD_INPUT;
++goto end;
++}
++
+ status = sixe

Bug#939907: stretch-pu: package libsixel/1.5.2-2+deb9u1

2019-09-18 Thread NOKUBI Takatsugu
I uploaded fixed package for stretch.
This fix #931311, CVE-2018-14072 and CVE-2018-14073.

A little bit changed debdiff is here:

diff -Nru libsixel-1.5.2/debian/changelog libsixel-1.5.2/debian/changelog
--- libsixel-1.5.2/debian/changelog 2015-09-04 15:50:56.0 +0900
+++ libsixel-1.5.2/debian/changelog 2019-09-06 16:11:01.0 +0900
@@ -1,3 +1,17 @@
+libsixel (1.5.2-2+deb9u1) stretch; urgency=medium
+
+  * d/patches/0001-Add-malloc-size-check.patch: fix CVE-2018-19756
+  * d/patches/0002-assign-default-error-message.patch: fix CVE-2018-19757
+  * d/patches/0003-add-limitation-to-width-and-height.patch: fix CVE-2018-19759
+  * CVE-2018-19761 is not security issue
+  * d/patches/0004-size-check.patch: fix CVE-2018-19762
+  * CVE-2018-19763 is fixed by 0001-Add-malloc-size-check.patch
+  * d/patches/0005-check-error-for-jpeg_read_scanlines.patch: fix CVE-2019-3573
+  * d/patches/0006-check-number-of-repeat_count.patch: fix CVE-2019-3574
+  * d/patches/0007-fix-memory-leak.patch: fix CVE-2018-14072, CVE-2018-14073
+
+ -- NOKUBI Takatsugu   Fri, 06 Sep 2019 16:11:01 +0900
+
 libsixel (1.5.2-2) unstable; urgency=medium
 
   * Disable python.
diff -Nru libsixel-1.5.2/debian/patches/0001-Add-malloc-size-check.patch 
libsixel-1.5.2/debian/patches/0001-Add-malloc-size-check.patch
--- libsixel-1.5.2/debian/patches/0001-Add-malloc-size-check.patch  
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.5.2/debian/patches/0001-Add-malloc-size-check.patch  
2019-09-06 16:11:01.0 +0900
@@ -0,0 +1,25 @@
+From: NOKUBI Takatsugu 
+Date: Wed, 7 Aug 2019 16:23:53 +0900
+Subject: Add malloc size check
+
+---
+ src/allocator.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/allocator.c b/src/allocator.c
+index 216fa34..c33c74b 100644
+--- a/src/allocator.c
 b/src/allocator.c
+@@ -147,6 +147,12 @@ sixel_allocator_malloc(
+ assert(allocator);
+ assert(allocator->fn_malloc);
+ 
++if (n == 0) {
++sixel_helper_set_additional_message(
++"sixel_allocator_malloc: called with n == 0");
++return NULL;
++}
++
+ return allocator->fn_malloc(n);
+ }
+ 
diff -Nru libsixel-1.5.2/debian/patches/0002-assign-default-error-message.patch 
libsixel-1.5.2/debian/patches/0002-assign-default-error-message.patch
--- libsixel-1.5.2/debian/patches/0002-assign-default-error-message.patch   
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.5.2/debian/patches/0002-assign-default-error-message.patch   
2019-09-06 16:11:01.0 +0900
@@ -0,0 +1,21 @@
+From: NOKUBI Takatsugu 
+Date: Fri, 9 Aug 2019 16:47:29 +0900
+Subject: assign default error message
+
+---
+ src/stb_image.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/stb_image.h b/src/stb_image.h
+index d0fa9c2..5f8f96d 100644
+--- a/src/stb_image.h
 b/src/stb_image.h
+@@ -875,6 +875,8 @@ static const char *stbi__g_failure_reason;
+ 
+ STBIDEF const char *stbi_failure_reason(void)
+ {
++   if (stbi__g_failure_reason == NULL)
++  stbi__g_failure_reason = "unknwon error, refer error message before 
assignment";
+return stbi__g_failure_reason;
+ }
+ 
diff -Nru 
libsixel-1.5.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
libsixel-1.5.2/debian/patches/0003-add-limitation-to-width-and-height.patch
--- libsixel-1.5.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
1970-01-01 09:00:00.0 +0900
+++ libsixel-1.5.2/debian/patches/0003-add-limitation-to-width-and-height.patch 
2019-09-06 16:11:01.0 +0900
@@ -0,0 +1,39 @@
+From: NOKUBI Takatsugu 
+Date: Tue, 20 Aug 2019 15:20:55 +0900
+Subject: add limitation to width and height
+
+---
+ include/sixel.h.in | 3 +++
+ src/decoder.c  | 5 +
+ 2 files changed, 8 insertions(+)
+
+diff --git a/include/sixel.h.in b/include/sixel.h.in
+index 397974f..8552c23 100644
+--- a/include/sixel.h.in
 b/include/sixel.h.in
+@@ -355,6 +355,9 @@ typedef int SIXELSTATUS;
+ #define SIXEL_OPTFLAG_VERSION  ('V')  /* -V, --version: show version 
and license info */
+ #define SIXEL_OPTFLAG_HELP ('H')  /* -H, --help: show this help */
+ 
++#define SIXEL_WIDTH_LIMIT   100
++#define SIXEL_HEIGHT_LIMIT  100
++
+ #if SIXEL_USE_DEPRECATED_SYMBOLS
+ /* output character size */
+ enum characterSize {
+diff --git a/src/decoder.c b/src/decoder.c
+index 98b5c30..e3fbd0d 100644
+--- a/src/decoder.c
 b/src/decoder.c
+@@ -303,6 +303,11 @@ sixel_decoder_decode(
+ goto end;
+ }
+ 
++if (sx > SIXEL_WIDTH_LIMIT || sy > SIXEL_HEIGHT_LIMIT) {
++status = SIXEL_BAD_INPUT;
++goto end;
++}
++
+ status = sixel_helper_write_image_file(indexed_pixels, sx, sy, palette,
+SIXEL_PIXELFORMAT_PAL8,
+decoder->output,
diff -Nru libsixel-1.5.2/debian/patches/0004-malloc-size-check.patch 
lib

Bug#940686: buster-pu: package uim_1.8.8-4+deb10u2

2019-09-18 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

We uim maintainers had a critical report #939588.
We made a transition package for libuim-data on buster, but
stretch's libuim-data package contains postrm and it causes
removing essential configration files.
So we made dummpy package and re-generate essential files on postinst.

I already uploaded it. And the following is debdiff:

diff -Nru uim-1.8.8/debian/changelog uim-1.8.8/debian/changelog
--- uim-1.8.8/debian/changelog  2019-03-28 09:31:18.0 +0900
+++ uim-1.8.8/debian/changelog  2019-09-12 00:08:30.0 +0900
@@ -1,3 +1,18 @@
+uim (1:1.8.8-4+deb10u2) buster; urgency=medium
+
+  [ HIGUCHI Daisuke (VDR dai) ]
+  * resurrect libuim-data as a transitional package (Closes: #939588).
+After upgrading from stretch to buster, if purging libuim-data,
+its postrm script deletes /var/lib/uim/*.scm files required by uim.
+This libuim-data transitional package can be removed safely.
+
+  [ NOKUBI Takatsugu ]
+  * d/control: uim-data depends libuim-data dummy package,
+change the description.
+  * d/libuim-data.postint: re-register all modules, fix #939588
+
+ -- HIGUCHI Daisuke (VDR dai)   Thu, 12 Sep 2019 00:08:30 
+0900
+
 uim (1:1.8.8-4) unstable; urgency=medium
 
   [ YOSHINO Yoshihito ]
diff -Nru uim-1.8.8/debian/control uim-1.8.8/debian/control
--- uim-1.8.8/debian/control2019-03-27 23:08:38.0 +0900
+++ uim-1.8.8/debian/control2019-09-12 00:08:30.0 +0900
@@ -110,7 +110,7 @@
uim-ipa-x-sampa (<< 1:1.8.6+gh20161003.0.d63dadd-5~),
uim-look (<< 1:1.8.6+gh20161003.0.d63dadd-5~),
uim-common (<< 1:1.8.6+gh20161003.0.d63dadd-5~)
-Depends: m17n-db,
+Depends: m17n-db, libuim-data (>= ${source:Version}),
${misc:Depends}
 Multi-Arch: foreign
 Description: Universal Input Method - data files
@@ -122,6 +122,13 @@
  .
  This package contains the data files for uim.
 
+Package: libuim-data
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional package for uim-data
+ This is a transitional package. It will be removed next release.
+
 Package: libuim8
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff -Nru uim-1.8.8/debian/libuim-data.postinst 
uim-1.8.8/debian/libuim-data.postinst
--- uim-1.8.8/debian/libuim-data.postinst   1970-01-01 09:00:00.0 
+0900
+++ uim-1.8.8/debian/libuim-data.postinst   2019-09-12 00:08:30.0 
+0900
@@ -0,0 +1,40 @@
+#!/bin/sh
+
+register_module() {
+PKGNAME=$1
+MODNAME=$2
+dpkg-query -W -f='${Status}\n' $PKGNAME 2>/dev/null | grep "not-installed" 
> /dev/null
+if [ $? = "1" ]
+then
+uim-module-manager --register $MODNAME --path /var/lib/uim
+fi
+}
+
+case "$1" in
+configure)
+   if which uim-module-manager >/dev/null 2>&1; then
+register_module uim-anthy anthy-utf8
+register_module uim-byeoru byeoru
+register_module uim-ipa-x-sampa ipa-x-sampa
+register_module uim-latin latin
+register_module uim-latin elatin
+register_module uim-look look
+register_module uim-m17nlib m17nlib
+register_module uim-pinyin pyload
+register_module uim-skk skk
+register_module uim-tcode tutcode
+register_module uim-viqr viqr
+   fi
+;;
+
+abort-upgrade|abort-remove|abort-deconfigure)
+
+;;
+
+*)
+echo "postinst called with unknown argument \`$1'" >&2
+exit 1
+;;
+esac
+
+exit 0
\ ファイル末尾に改行がありません
diff -Nru uim-1.8.8/debian/rules uim-1.8.8/debian/rules
--- uim-1.8.8/debian/rules  2019-03-27 23:08:38.0 +0900
+++ uim-1.8.8/debian/rules  2019-09-12 00:08:30.0 +0900
@@ -99,7 +99,8 @@
dh_installdocs -puim -puim-data \
-plibuim8 -plibuim-scm0 -plibuim-custom2 \
-puim-plugins \
-   -puim-el -puim-fep -puim-xim
+   -puim-el -puim-fep -puim-xim \
+   -plibuim-data
rm -f $(CURDIR)/debian/uim.docs
# arch:all
dh_installdocs --link-doc uim-data \
@@ -118,4 +119,5 @@
-puim-plugins \
-plibuim8 -plibuim-scm0 -plibuim-custom2 -plibuim-dev \
-puim-el -puim-fep -puim-xim \
+   -plibuim-data \
RELNOTE


Bug#928638: unblock: anthy 1:0.3-8.1

2019-05-07 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Unblock anthy please.
New package contains Japanese new era "reiwa" entry,
and it is now in use.

diff --git a/debian/changelog b/debian/changelog
index b7b8f34..b6edd27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anthy (1:0.3-8.1) unstable; urgency=medium
+
+  * d/p/0002-new-Japanese-era-reiwa-entry.patch: Reiwa entry
+
+ -- NOKUBI Takatsugu   Sat, 20 Apr 2019 16:34:38 +0900
+
 anthy (1:0.3-8) unstable; urgency=medium
 
   * debian/patches/0001-work-with-emacs-24.3.1.patch: Re-add from
diff --git a/debian/patches/0002-new-Japanese-era-reiwa-entry.patch 
b/debian/patches/0002-new-Japanese-era-reiwa-entry.patch
new file mode 100644
index 000..86a2edb
--- /dev/null
+++ b/debian/patches/0002-new-Japanese-era-reiwa-entry.patch
@@ -0,0 +1,21 @@
+From: NOKUBI Takatsugu 
+Date: Sat, 20 Apr 2019 16:30:04 +0900
+Subject: new Japanese era reiwa entry
+
+---
+ alt-cannadic/gcanna.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/alt-cannadic/gcanna.t b/alt-cannadic/gcanna.t
+index 960ebb9..43927fc 100644
+--- a/alt-cannadic/gcanna.t
 b/alt-cannadic/gcanna.t
+@@ -134761,7 +134761,7 @@
+ れいれいしめ #T15*10 麗々しめ 麗麗しめ
+ れいれいしゅう #KYU*10 麗々しゅう 麗麗しゅう
+ れいろう #F02*200 玲瓏
+-れいわ #T35*150 例話
++れいわ #T35*200 令和 #T35*150 例話
+ れいをい #W5*200 礼を言
+ れいん #T35*300 レイン #JN*100 レイン
+ れいんうぇあ #T35*250 レインウェア
diff --git a/debian/patches/series b/debian/patches/series
index 0e2ff2a..1590384 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-work-with-emacs-24.3.1.patch
+0002-new-Japanese-era-reiwa-entry.patch



Bug#928639: unblock: mecab-ipadic_2.7.0-20070801+main-2.1

2019-05-07 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Unblock mecab-ipadic please.
New package contains Japanese new era "reiwa" entry,
and it is now in use.

(in particular, Japanese encoding is EUC-JP, not UTF-8)

diff --git a/debian/changelog b/debian/changelog
index 220ee59..0560459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mecab-ipadic (2.7.0-20070801+main-2.1) unstable; urgency=medium
+
+  * d/p/0001-new-Japanese-era-reiwa-entry.patch: Reiwa entry
+
+ -- NOKUBI Takatsugu   Sat, 20 Apr 2019 16:58:21 +0900
+
 mecab-ipadic (2.7.0-20070801+main-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001-new-Japanese-era-reiwa-entry.patch 
b/debian/patches/0001-new-Japanese-era-reiwa-entry.patch
new file mode 100644
index 000..2391cb1
--- /dev/null
+++ b/debian/patches/0001-new-Japanese-era-reiwa-entry.patch
@@ -0,0 +1,17 @@
+From: NOKUBI Takatsugu 
+Date: Sat, 20 Apr 2019 16:57:44 +0900
+Subject: new Japanese era reiwa entry
+
+---
+ Noun.proper.csv | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Noun.proper.csv b/Noun.proper.csv
+index c805de3..3581fd0 100644
+--- a/Noun.proper.csv
 b/Noun.proper.csv
+@@ -27325,3 +27325,4 @@
+ 桃ノ木鼻,1288,1288,8538,名詞,固有名詞,一般,*,*,*,桃ノ木鼻,モモノキハナ,モモノキハナ
+ ドウ坂,1288,1288,3765,名詞,固有名詞,一般,*,*,*,ドウ坂,ドウザカ,ドーザカ
+ 戸城山,1288,1288,8538,名詞,固有名詞,一般,*,*,*,戸城山,トシロヤマ,トシロヤマ
++令和,1288,1288,5904,名詞,固有名詞,一般,*,*,*,令和,レイワ,レイワ
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..7c4ad24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-new-Japanese-era-reiwa-entry.patch



Bug#951623: [swig] error on ruby 2.7

2020-02-18 Thread NOKUBI Takatsugu
Package: swig
Severity: normal

--- Please enter the report below this line. ---

I had an error on mecab package building for ruby 2.7.
https://buildd.debian.org/status/fetch.php?pkg=mecab&arch=amd64&ver=0.996-9%2Bb1&stamp=1582046522&raw=0

It is caused by ambiguous definition of rb_define_virtual_variable.
It had already reported on the upstream, may be the following
link is workaround.

https://github.com/swig/swig/issues/1689#issuecomment-569448002



Bug#927930: [mecab-ipadic] lack of Japan's new era

2019-04-24 Thread NOKUBI Takatsugu
Package: mecab-ipadic
Version:  2.7.0-20070801+main-2
Severity: important

We need the new entry of Japanese emperical era name.
Similar issue had reported to mozc:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927030

The patch is there:
https://salsa.debian.org/nlp-ja-team/mecab-ipadic/blob/reiwa/debian/patches/0001-new-Japanese-era-reiwa-entry.patch



Bug#927929: [anthy] lack of Japan's new era

2019-04-24 Thread NOKUBI Takatsugu
Package: anthy
Version: 1:0.3-8
Severity: important

We need the new entry of Japanese emperical era name.
Similar issue had reported to mozc:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927030

The patch is there:
https://salsa.debian.org/debian/anthy/blob/reiwa/debian/patches/0002-new-Japanese-era-reiwa-entry.patch



Bug#785077: w3m does not support single quoted meta refresh

2015-05-11 Thread NOKUBI Takatsugu
Package: w3m
Version: 0.5.3-8
Severity: normal

To access https://www.google.com/accounts/ with w3m, it causes
infinity refresh loop.
It was already reported on Gentoo and NetBSD, and and also there
is a patch.
http://gnats.netbsd.org/42400

-- System Information:
Debian Release: 7.8
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages w3m depends on:
ii  libc62.13-38+deb7u8
ii  libgc1c2 1:7.1-9.1
ii  libgpm2  1.20.4-6
ii  libssl1.0.0  1.0.1e-2+deb7u16
ii  libtinfo55.9-10
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages w3m recommends:
ii  ca-certificates  20130119+deb7u1

Versions of packages w3m suggests:
ii  man-db  2.6.2-1
ii  menu2.1.46
ii  migemo  20110227-7
ii  migemo-el [migemo]  20110227-7
ii  mime-support3.52-1+deb7u1
ii  w3m-el  1.4.4-11
ii  w3m-img 0.5.3-8

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#833335: namazu2-index-tools and namazu2: error when trying to install together

2016-08-11 Thread NOKUBI Takatsugu
At Thu, 11 Aug 2016 20:21:07 +0200,
Andreas Beckmann wrote:
> Hi,
> 
> the Breaks+Replaces unfortunately got into the wrong package ...
> you probably want
> 
> Package: namazu2
> Breaks: ..., namazu2-index-tools (<< 2.0.21-16)
> Replaces: ..., namazu2-index-tools (<< 2.0.21-16)
> 
> instead.

Thank you, I tested it and seems to work fine. My old packages made
to hold namazu2 package on upgrade.



Bug#798741: ITP: simstring -- fast and simple algorithm for approximate string matching/retrieval

2015-09-12 Thread NOKUBI Takatsugu
Package: wnpp
Severity: wishlist
Owner: NOKUBI Takatsugu 

* Package name: simstring
  Version : 1.0
  Upstream Author : Naoaki Okazaki 
* URL : http://www.chokkan.org/software/simstring/index.html.en
* License : 3-BSD
  Programming Lang: C++
  Description : fast and simple algorithm for approximate string 
matching/retrieval

 SimString is a simple library for fast approximate string
 retrieval. Approximate string retrieval finds strings in a database
 whose similarity with a query string is no smaller than a
 threshold. Finding not only identical but similar strings, approximate
 string retrieval has various applications including spelling
 correction, flexible dictionary matching, duplicate detection, and
 record linkage.



Bug#873739: uim-anthy: Package uim-anthy is uninstallable

2017-08-30 Thread NOKUBI Takatsugu
anthy had released the new upstrem version, and changed library ABI.
uim is still depend on libanthy0, but it has gone.

So we need to adopt new anthy ABI/API, especially default encoding
(switched from EUC-JP to UTF-8).

We uim maintainers are going to deal the problem on the experimental.
Our works and TODO list is there:
https://wiki.debian.org/JapaneseEnvironment/Uim



Bug#873860: [Pkg-ime-devel] Bug#873860: ibus-anthy FTBFS: UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xe5 in position 46: illegal multibyte sequence

2017-08-31 Thread NOKUBI Takatsugu
Hi, all.

anthy package had updated because of new upstream release. The version
policy had changed, so the latest upstream version is 0.3, and
previous version is 9100h, So debian version has the epoch.

ABI and soname are changed so libanthy1 is the newest one. The default
encoding is switched from EUC-JP to UTF-8.

Almost IMEs with anthy support will be required to adopt such changes.
Now I am going to fix uim-anthy for them.

If I can get much more experiment, share them.

On Fri, 01 Sep 2017 03:24:02 +0900,
Adrian Bunk wrote:
> 
> Source: ibus-anthy
> Version: 1.5.9-2
> Severity: serious
> Tags: buster sid
> 
> Some recent change in unstable makes ibus-anthy FTBFS:
> 
> https://tests.reproducible-builds.org/debian/history/ibus-anthy.html
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ibus-anthy.html
> 
> ...
> Making all in data
> make[3]: Entering directory '/build/1st/ibus-anthy-1.5.9/data'
> LC_ALL=C /usr/bin/intltool-merge  -x -u -c ../po/.intltool-merge-cache ../po 
> ibus-anthy.appdata.xml.in ibus-anthy.appdata.xml
> Generating and caching the translation database
> Merging translations into ibus-anthy.appdata.xml.
> CREATED ibus-anthy.appdata.xml
> Generate emoji.t
> Generate zipcode.t
> Your file is not eucJP? /usr/share/anthy/zipcode.t
> Traceback (most recent call last):
>   File "zipcode-textdic.py", line 24, in 
> contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
>   File "/usr/lib/python3.5/codecs.py", line 698, in read
> return self.reader.read(size)
> UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xe5 in position 46: 
> illegal multibyte sequence
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "zipcode-textdic.py", line 27, in 
> contents = open(anthy_zipfile).read()
>   File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 46: 
> ordinal not in range(128)
> Makefile:653: recipe for target 'zipcode.t' failed
> make[3]: *** [zipcode.t] Error 1
> 
> ___
> Pkg-ime-devel mailing list
> pkg-ime-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel
> 



Bug#881231: [Pkg-nlp-ja-devel] Bug#881231: chasen-dictutils: writes uninitialized memory to .dat files

2017-11-09 Thread NOKUBI Takatsugu
On Thu, 09 Nov 2017 16:12:32 +0900,
Vagrant Cascadian wrote:
> > The attached patch initializes memory written to .dat files.
> > Once applied, ipadic can be built reproducibly in our current
> > experimental framework.
> 
> I can confirm that the patch fixed the issue when building on Debian
> Stretch. I'm guessing sid or buster would work as well.

I'll apply the patch.



Bug#837984: mysql-server-5.5: mysqld_safe only checks i386/amd64 library path

2016-09-16 Thread NOKUBI Takatsugu
Package: mysql-server-5.5
Version: 5.5.50-0+deb8u1
Severity: important

Dear Maintainer,

mysqld_safe script is not check multiarch library path except i386 and amd64.
This release includes some code checking log filename ended with ".ini" or
".cnf", so I think it is not so serious problem, but it would be better
to fix.

-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mysql-server-5.5 depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.56
ii  initscripts2.88dsf-59
ii  libc6  2.19-18+deb8u4
ii  libdbi-perl1.631-3+b1
ii  libgcc11:4.9.2-10
ii  libstdc++6 4.9.2-10
ii  lsb-base   4.1+Debian13+nmu1
ii  mysql-client-5.5   5.5.50-0+deb8u1
ii  mysql-common   5.5.50-0+deb8u1
ii  mysql-server-core-5.5  5.5.50-0+deb8u1
ii  passwd 1:4.2-3+deb8u1
ii  perl   5.20.2-3+deb8u6
ii  psmisc 22.21-2
ii  zlib1g 1:1.2.8.dfsg-2+b1

Versions of packages mysql-server-5.5 recommends:
ii  libhtml-template-perl  2.95-1

Versions of packages mysql-server-5.5 suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20141216cvs-2
pn  tinyca 

-- debconf information excluded



Bug#705517: ython-milter-docs_0.8.13-5_all.deb include Exploit:HTML/IframeRef.M

2013-04-15 Thread NOKUBI Takatsugu
It seems a sample of virus file. I think it is not effect other system
in the default setting.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#738411: libtext-kakasi-perl: FTBFS: Tests failures

2014-02-19 Thread NOKUBI Takatsugu
Package: libtext-kakasi-perl
Tags: upstream, fixed-upstream
Followup-For: Bug #738411

This probrem is come from libkakasi. It is already fixed in
upstream CVS HEAD.

I'll release newer version of KAKASI in few week.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libtext-kakasi-perl depends on:
ii  libc6   2.13-38+deb7u1
ii  libkakasi2  2.3.5~pre1+cvs20071101-1
ii  perl5.14.2-21+deb7u1
ii  perl-base [perlapi-5.14.2]  5.14.2-21+deb7u1

libtext-kakasi-perl recommends no packages.

libtext-kakasi-perl suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#739923: postgresql-9.1: Upgrade failed because of missing server.key file

2014-02-23 Thread NOKUBI Takatsugu
Package: postgresql-9.1
Version: 9.1.12-0wheezy1
Severity: important

latest postgresql-9.1 upgrade causes a error like the following:
Starting PostgreSQL 9.1 database server: mainThe PostgreSQL server failed to 
start. Please check the log output: 2014-02-22 04:32:22 JST FATAL: 
"server.key": key values mismatch ... failed!

It seems SSL related issue.
I chanegd the /etc/postgresql/9.1/main/postgresql.conf to disable
ssl (ssl=false), then I retried to upgrade, the issue was resolved.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-9.1 depends on:
ii  libc6  2.13-38+deb7u1
ii  libcomerr2 1.42.5-1.1
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libpam0g   1.1.3-7.1
ii  libpq5 9.1.12-0wheezy1
ii  libssl1.0.01.0.1e-2+deb7u4
ii  libxml22.8.0+dfsg1-7+nmu2
ii  locales2.13-38+deb7u1
ii  postgresql-client-9.1  9.1.12-0wheezy1
ii  postgresql-common  134wheezy4
ii  ssl-cert   1.0.32
ii  tzdata 2013i-0wheezy1

postgresql-9.1 recommends no packages.

Versions of packages postgresql-9.1 suggests:
pn  locales-all 
ii  pidentd [ident-server]  3.0.19.ds1-7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#739923: postgresql-9.1: Upgrade failed because of missing server.key file

2014-02-24 Thread NOKUBI Takatsugu
At Mon, 24 Feb 2014 10:37:56 +0100,
Christoph Berg wrote:
> I don't think the problem is related to the upgrade, but rather a
> problem with the ssl keys used. What does the ?? error message
> there say in English? I'd tend to this bit from
> src/backend/libpq/be-secure.c:
> 
> if (SSL_CTX_use_PrivateKey_file(SSL_context,
> SERVER_PRIVATE_KEY_FILE,
> SSL_FILETYPE_PEM) != 1)
> ereport(FATAL,
> (errmsg("could not load private key file \"%s\": %s",
> SERVER_PRIVATE_KEY_FILE, SSLerrmessage(;
> 
> "key values mismatch" itself is a message from openssl.

I tried to change locale as C, but the message was same as ?,
it is the real question characters in Japanese/C locale.

> Possibly the server.crt and server.key files used have diverged since
> the PostgreSQL server was last restarted. Could you check if the files
> match?

I don't have server.* files in /etc/postgresql/9.1/main, I considered
postgresql refers the directory, is it correct?


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#729949: kakasi: Missing symbol check_kanji_level in libkakasi

2013-11-19 Thread NOKUBI Takatsugu
Package: kakasi
Version: 2.3.5~pre1+cvs20071101-1
Severity: important

lib/Makefile.am don't have liblevel.c entry, so check_kanji_level symbol
is missing and can't dlopen libkakasi.so. It is also effected in unstable.

The latest upstream CVS HEAD is already fixed.

BTW, I suggest to join pkg-nlp-ja (but alioth is down now).

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kakasi depends on:
ii  kakasi-dic  2.3.5~pre1+cvs20071101-1
ii  libc6   2.13-38

kakasi recommends no packages.

kakasi suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#723456: libtext-kakasi-perl link with -L/usr/lib

2013-11-19 Thread NOKUBI Takatsugu
At Tue, 17 Sep 2013 18:46:39 +0800,
YunQiang Su wrote:
> This package has one or more -L/usr/lib in its build system,
> which will make it ftbfs if there is libraries under /usr/lib,
> while is not the default architecture, mips* for example.
> 
> On mips* systems, /usr/lib is defined as place to hold O32
> libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
> 
> Beside the way, on the multiarch system like Debian, user may install
> libraries under /usr/lib by hand.
> 
> Please use the default search path if you can, and please consider fix
> this.

I'll fix it, but latest libkakasi has a problem (already repoted), so
I can't build the package on unstable.

I'll upload the new package when libkakasi would be fixed.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#650747: w3m https://non-existent.example reliably segfaults on some systems

2013-11-06 Thread NOKUBI Takatsugu
Package: w3m
Version: 0.5.3-8
Followup-For: Bug #650747

It seems fixed in wheezy/sid.

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages w3m depends on:
ii  libc62.13-38
ii  libgc1c2 1:7.1-9.1
ii  libgpm2  1.20.4-6
ii  libssl1.0.0  1.0.1e-2
ii  libtinfo55.9-10
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages w3m recommends:
ii  ca-certificates  20130119

Versions of packages w3m suggests:
ii  man-db  2.6.2-1
ii  menu2.1.46
ii  migemo  20110227-7
ii  migemo-el [migemo]  20110227-7
ii  mime-support3.52-1
ii  w3m-el  1.4.4-11
ii  w3m-img 0.5.3-8

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#738411: Re: libtext-kakasi-perl: FTBFS: Tests failures

2014-07-07 Thread NOKUBI Takatsugu
Ah, sorry. I misunderstood.

At Mon, 07 Jul 2014 19:57:40 +0200,
Emilio Pozuelo Monfort wrote:
> > This probrem is come from libkakasi. It is already fixed in
p> > upstream CVS HEAD.
> > 
> > I'll release newer version of KAKASI in few week.
> 
> Any updates on this?

The latest libkakasi (2.3.6-1) resolve the issue.

   dh_auto_test
make[1]: Entering directory 
'/home/knok/draft/debian/tmp/libtext-kakasi-perl-2.04'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01-func.t  ok
t/02-obj.t . ok
t/03-encode.t .. ok
All tests successful.
Files=3, Tests=164,  1 wallclock secs ( 0.06 usr  0.02 sys +  0.20 cusr  0.04 
csys =  0.32 CPU)
Result: PASS


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#738411: Re: libtext-kakasi-perl: FTBFS: Tests failures

2014-07-07 Thread NOKUBI Takatsugu
At Mon, 07 Jul 2014 19:57:40 +0200,
Emilio Pozuelo Monfort wrote:
> > This probrem is come from libkakasi. It is already fixed in
> > upstream CVS HEAD.
> > 
> > I'll release newer version of KAKASI in few week.
> 
> Any updates on this?

Some bugs are discovered, almost things were already fixed. I hope to
release in this week.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#747284: Acknowledgement (mmc-modules-3.14-1-amd64-di: don't have sdhci-acpi.ko)

2014-07-18 Thread NOKUBI Takatsugu
Tags: patch

The following is a patch for svn sources:

Index: debian/installer/modules/mmc-modules
===
--- debian/installer/modules/mmc-modules(revision 21561)
+++ debian/installer/modules/mmc-modules(working copy)
@@ -1,5 +1,6 @@
 mmc_block
 sdhci
 sdhci-pci ?
+sdhci-acpi ?
 ricoh_mmc ?
 tifm_sd ?


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#760262: ITP: ruby-kakasi-ffi -- A Ruby binding for KAKASI implemented with Fiddle/DL/FFI

2014-09-02 Thread NOKUBI Takatsugu
Package: wnpp
Severity: wishlist
Owner: NOKUBI Takatsugu 

* Package name: ruby-kakasi-ffi
  Version : 1.0.1
  Upstream Author : Akinori MUSHA 
* URL : https://github.com/knu/kakasi_ffi
* License : BSD-2-clause
  Programming Lang: Ruby, C
  Description : A Ruby binding for KAKASI implemented with Fiddle/DL/FFI

ruby-kakasi-ffi is a replacement of ruby-kakasi. Former package was
obsolete, and the upstream site had closed (RAA).


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#762533: namazu2: useless use of greediness modifier

2014-09-23 Thread NOKUBI Takatsugu
At Tue, 23 Sep 2014 08:20:28 +0200,
noc wrote:
> > Useless use of greediness modifier '?' in regex; marked by <-- HERE in 
> > m/^\w+:{1,1}? <-- HERE / at /usr/share/namazu/filter/mp3.pl line 155.
> 
> a quick websearch suggests, that this is because of an updated perl (the
> warning was introduced with perl5.20).
> $ dpkg -s perl | grep Version
> Version: 5.20.0-6

It seems intentional perl warning.

http://code.activestate.com/lists/perl5-porters/209735/

I'll fix it and the upstream code.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#751206: mikutter: fails to start with "Illegal instruction"

2014-06-10 Thread NOKUBI Takatsugu
At Wed, 11 Jun 2014 13:13:08 +0930,
Arthur Marsh wrote:
> Package: mikutter
> Version: 0.2.2.1537+dfsg-2
> Severity: important

The latest version is 3.0.0 and it requires newer ruby. There was ruby
upsterm transition in Debian between the above version and current
version, so ruby-gnome was also updated and might be change the ABI.

I think the latest mikutter package would be work.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#747284: mmc-modules-3.14-1-amd64-di: don't have sdhci-acpi.ko

2014-05-07 Thread NOKUBI Takatsugu
Package: linux
Version: 3.14.2-1
Severity: important
Tags: d-i

Current d-i don't have sdhci-acpi.ko, but non-d-i package has it.
d-i can't find eMMC on LIVA PC kit.
http://www.ecs.com.tw/LIVA/ (BayTrail SoC machine)

-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#718750: tsocks: the tarball includes .git and .rules.swp

2013-08-04 Thread NOKUBI Takatsugu
Package: tsocks
Version: 1.8beta5-9.2
Severity: normal

The package has git repository objects and .rules.swp (a temporaly
file for vi).
And it also contains debian's files, it would be excluded.

Thanks.

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#762832: [Pkg-ime-devel] Bug#762832: fcitx: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/girepository-1.0/Fcitx-1.0.typelib': No such file or directory

2014-10-16 Thread NOKUBI Takatsugu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

At Thu, 16 Oct 2014 09:19:59 +0900,
Kenshi Muto wrote:
> Is there any update for this bug#762832?
> 
> mlterm depends fcitx, and I got a message from Release team;
> "mlterm 3.3.8-1 is marked for autoremoval from testing on 2014-11-13".

I tested fcitx-4.2.8.5-1.1-nmu.diff on git HEAD, it seems fine for me.
I'll try to upload it with DELAYED/7.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 

iQIVAwUBVECxsLBmYuycDBQEAQgf5RAAqdBleFNfEW10KiymCkIWl5gkiL01Ug8s
qdBQKitj6OI2avveEcLywY4Fc52PItIYTH5evfgDjZ0ig7JvbhQ/tbXb1R3AROp5
p/dRG+jG5fF4EKesfSFiS/On5iuUV4VMxqZ/fACBrcEFNyfrXXV6dFxEhRZRicKF
OXtrHZDUn+ge05NJ/W/MnumtvGZxflijAM2ZmKphbdjnOldaYT+iJeBOSDR5jdlh
acvC7EwIfsO3YQQTxLT/2SDnqUrqD67ABgh43vVRsj/fU7PMG5yCopoI9c7E54El
cmCPHf37Rk3pj08f2RnH6pZfpZgmdLAIn9+iFg6C1Eiqmep6dmO1iKNsrwGxJRoF
ni1kwzwHvY0Lj3Qn1pu/TCj0ldmswKrZ/jggjFYZx/O1qdXMUP/HkPCggG9Tt9FZ
t4dz80L0CQX/GLHbly+eKrPu21Bzrf3H8+7XrEWR/jPlIa8fMqbmuPoqJpA7J+oH
n3cXT6WEX4onFAG2WHVXRCcPfeXXE+xFY0ffQM0uZ3M/M8yT2u/1XHRB/bhp8Z4y
dqnzeYqLULjE4PZzasy/g+UzMvjpDQ4/3OHXXaiEXZR5iEGqEPrK/R3RJQX7X8Sd
wHNWRJurKopDUO2whpB8XqxgLI773d5XO70QowvcRVHZFVUR2nlZ8OohNWCdvwy8
NXRA1eiZwjk=
=3UMx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#764663: mikutter requires ruby-gettext >=3

2014-10-09 Thread NOKUBI Takatsugu
Package: mikutter
Severity: wishlist

mikutter package depends on ruby-gettext.
I backported it into wheezy, but wheezy has old ruby-gettext 2.2.1,
and 3.0.2 in wheezy backports.
Could you add depends field with ruby-gettext (>= 3) versioning?

-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770113: unblock: mikutter/3.0.8+dfsg-1

2014-11-18 Thread NOKUBI Takatsugu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mikutter

I uploaded 3.0.9+dfsg-1~bpo70-1. It is not installed jessie.
The different about 3.0.8 to 3.0.9 is bug fix only.

unblock mikutter/3.0.8+dfsg-1

diff --git a/core/config.rb b/core/config.rb
index 0e0ea49..98a358f 100644
--- a/core/config.rb
+++ b/core/config.rb
@@ -50,6 +50,6 @@ module CHIConfig
   REVISION = 
 
   # $B$3$N%=%U%H$N%P!<%8%g%s!#(B
-  VERSION = [3,0,8, REVISION]
+  VERSION = [3,0,9, REVISION]
 
 end
diff --git a/core/retriever.rb b/core/retriever.rb
index e4f1f77..a4c3f77 100644
--- a/core/retriever.rb
+++ b/core/retriever.rb
@@ -15,7 +15,9 @@ module Retriever
   class Model
 include Comparable
 
-@@storage = WeakStorage.new(Integer, Model) # id => 
+def self.inherited(subclass)
+  subclass.instance_eval do
+@storage = WeakStorage.new(Integer, subclass) end end
 
 def initialize(args)
   type_strict args => Hash
@@ -30,7 +32,7 @@ module Retriever
 def self.generate(args, count=-1)
   return args if args.is_a?(self)
   return self.findbyid(args, count) if not(args.is_a? Hash)
-  sresult = self.findbyid(args[:id], count)
+  result = self.findbyid(args[:id], count)
   return result.merge(args) if result
   self.new(args)
 end
@@ -48,7 +50,7 @@ module Retriever
   hash
 elsif hash[:id] and hash[:id] != 0
   atomic{
-@@storage[hash[:id].to_i] or self.new(hash) }
+@storage[hash[:id].to_i] or self.new(hash) }
 else
   raise ArgumentError.new("incorrect type #{hash.class} 
#{hash.inspect}") end end end
 
@@ -248,7 +250,7 @@ module Retriever
 # $BJ]B8$O!"A4$F$N%G!<%?%=!<%9$KBP$7$F9T$o$l$^$9(B
 def self.store_datum(datum)
   atomic{
-@@storage[datum[:id].to_i] = result_strict(self){ datum } }
+@storage[datum[:id].to_i] = result_strict(self){ datum } }
   return datum if datum[:system]
   converted = datum.filtering
   self.retrievers.each{ |retriever|
@@ -287,14 +289,10 @@ module Retriever
 def self.memory_class
   Memory end
 
-# $B%a%b%j%-%c%C%7%e%*%V%8%'%/%H$N%$%s%9%?%s%9(B
-def self.memory
-  @memory ||= memory_class.new(@@storage) end
-
 # DataSource$B$NG[Ns$rJV$7$^$9!#(B
 def self.retrievers
   atomic{
-@retrievers = [memory] if not defined? @retrievers }
+@retrievers = [memory_class.new(@storage)] if not defined? @retrievers 
}
   @retrievers
 end
 
diff --git a/debian/changelog b/debian/changelog
index 7f2bd09..bf1e9da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mikutter (3.0.9+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- HIGUCHI Daisuke (VDR dai)   Sat, 08 Nov 2014 18:26:12 
+0900
+
 mikutter (3.0.8+dfsg-1) unstable; urgency=medium
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770113: unblock: mikutter/3.0.8+dfsg-1

2014-11-18 Thread NOKUBI Takatsugu
At Wed, 19 Nov 2014 07:47:32 +0900,
NOKUBI Takatsugu wrote:
> I uploaded 3.0.9+dfsg-1~bpo70-1. It is not installed jessie.
> The different about 3.0.8 to 3.0.9 is bug fix only.

This release is for fixing crash caused by third party
plugins. mikutter itself is not affected directry.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770113: unblock: mikutter/3.0.8+dfsg-1

2014-11-19 Thread NOKUBI Takatsugu
At Wed, 19 Nov 2014 08:17:38 +0100,
Niels Thykier wrote:
> I am not quite sure what you are requesting.  Currently
> mikutter/3.1.0+dfsg-1 is in unstable, which is the only valid version we
> can unblock.  Neither version 3.0.7+dfsg-1 nor 3.0.8+dfsg-1 exists in
> sid any more, so we cannot unblock those.  Also, we cannot pull versions
> from backports.

I see. This software is updated frequentry, so I'll upload newer
version in jessie-backports. This package's maintainer also agreed
about it.

Thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#770113: unblock: mikutter/3.0.8+dfsg-1

2014-11-20 Thread NOKUBI Takatsugu
At Thu, 20 Nov 2014 08:13:57 +0100,
Niels Thykier wrote:
> Ok - just to confirm, does this mean that we should close this request?

Yes, please.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#772444: libsixel: missing debian/watch

2014-12-08 Thread NOKUBI Takatsugu
At Sun, 07 Dec 2014 14:17:34 +0900 (JST),
Tatsuya Kinoshita wrote:
> --- /dev/null
> +++ b/debian/watch
> @@ -0,0 +1,2 @@
> +version=3
> +http://githubredir.debian.net/github/saitoha/libsixel /v(\d.*)\.tar\.gz

githubredir.debian.net is obsolete, so I'll add github style watch file.
https://wiki.debian.org/debian/watch/#GitHub

> BTW, I have merged arakiken's w3m remoteimg branch to Debian's w3m
> to support the -sixel option using the img2sixel command provided
> by your libsixel package.

It sounds good.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#763424: ITP: libsixel -- DEC SIXEL graphics codec implementation

2014-09-30 Thread NOKUBI Takatsugu
Package: wnpp
Severity: wishlist
Owner: NOKUBI Takatsugu 

* Package name: libsixel
  Version : 1.1.2
  Upstream Author : Hayaki Saito
* URL : https://github.com/saitoha/libsixel
* License : MIT
  Programming Lang: C, C++
  Description : DEC SIXEL graphics codec implementation

  SIXEL is one of image formats for printer and terminal imaging
  introduced by Digital Equipment Corp. (DEC). Its data scheme is
  represented as a terminal-friendly escape sequence.
  So if you want to view a SIXEL image file, all you have to do
  is "cat" it to your terminal.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#364548: soap4r: new upstream 1.5.5

2006-04-24 Thread NOKUBI Takatsugu
Package: soap4r
Version: 1.4.8-4
Severity: wishlist

The latest version is 1.5.5. It is required by Ruby/Google, so
update please.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages soap4r depends on:
ii  libruby1.8 [libsoap-ruby1. 1.8.2-7sarge2 Libraries necessary to run Ruby 1.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361022: namazu2_2.0.16-2(unstable/arm/elara): still broken

2006-04-10 Thread NOKUBI Takatsugu
At Sun, 09 Apr 2006 18:30:56 +0100,
James Troup wrote:
> FYI, this bug has not been fixed by -2.

I found the reason. libtool uses file command, but it is not included
in build-essential or Build-Depends field.

I think it is better to include file in build-essential, anyway I'll
upload a new package.

Thank you for your information.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361022: namazu2_2.0.16-2(unstable/arm/elara): still broken

2006-04-11 Thread NOKUBI Takatsugu
At Tue, 11 Apr 2006 17:09:47 +0100,
James Troup wrote:
> Relibtoolizing and regenerating configure with a recent libtool from
> Debian should be enough to do this for you.

I see. I only updated libtool, so I regenerated configure now.

Thank you very much for your help.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379092: xen-utils-3.0: xen-backend.rules placed incorrect directory

2006-07-21 Thread NOKUBI Takatsugu
Package: xen-utils-3.0
Version: 3.0.2+hg9697-1
Severity: critical

The xen-backend.rules file is stored in /dev/udev, but it is not
correct.
I made the symlink into /dev/udev/rules.d/ so it works.

It is also mentioned at the following place:
http://www.debian-administration.org/articles/396

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379092: [Pkg-xen-devel] Bug#379092: xen-utils-3.0: xen-backend.rules placed incorrect directory

2006-07-24 Thread NOKUBI Takatsugu
At Fri, 21 Jul 2006 14:29:08 +0200,
Guido Trotter wrote:
> Shoudln't xen-utils' postint be creating the symlink? Why does it fail in your
> situation? If the symlink gets created why is putting the file in /etc/udev
> incorrect... An last but not least: why severity critical? ;)

I repeated to install and remove some variants of xen related
packages, so someone would make my envrionment wrong.

I really understand and the report *is* incorrect. Thank you for your
description.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#306796: chasen(GNU/k*BSD): FTBFS: out of date libtool scripts

2005-05-05 Thread NOKUBI Takatsugu
Thank you for your report, Aurelien.

At Thu, 28 Apr 2005 17:45:19 +0200,
Aurelien Jarno wrote:
> It would also be nice if you can ask upstream to update libtool 
> in their next release.

I reported it to the upstream. I'll fix it in my package.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#306039: namazu2: header always refers to the state of the default database

2005-04-25 Thread NOKUBI Takatsugu
At Sun, 24 Apr 2005 02:46:17 +0800,
Dan Jacobson wrote:
> Even though I chose one of my backup databases,
> $ namazu --html -o bla 'bla bla' db.2005-03-12
> The page produced,
>   Namazu: a Full-Text Search Engine
>   This index contains 71,916 documents and 4,624,221 keywords.
>   Last modified: 2005-04-23
> always refers to the state of the default database, and not my db.2005-03-12!

I couldn't reproduce on my environment. Could you try the following
command and show me the output file "log"?

$ strace -o log -e trace=open namazu --html -o bla 'bla bla' db.2005-03-12
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#293103: ITP: atokx2 -- Kana-Kanji translation system ATOK for Linux (Installer)

2005-02-01 Thread NOKUBI Takatsugu
At Tue,  1 Feb 2005 14:44:49 +0900,
Taku YASUI wrote:
> * Package name: atokx2
>   Version : 17.0-2.0
>   Upstream Author : JUSTSYSTEM Corporation
> * URL or Web page : http://www.justsystem.co.jp/linux/atok.html
> * License : non-free (commercial license)
>   Description : Kana-Kanji translation system ATOKX for Linux (Installer)
> 
>  This package is installer to install "ATOK for Linux" to Debian system.

The installer package also non-free? I think it would be better to be
a contrib package rather than non-free.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#293103: ITP: atokx2 -- Kana-Kanji translation system ATOK for Linux (Installer)

2005-02-02 Thread NOKUBI Takatsugu
At Wed, 02 Feb 2005 18:41:55 +0900,
Taku YASUI wrote:
> > The installer package also non-free? I think it would be better to be
> > a contrib package rather than non-free.
> 
> No.  The section of this package is "contrib/utils".
> And the license of installer will be free (GPL?).

I think so. The installer package isn't linked against ATOKX, so it
would be licensed under GPL.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#252850: addFileExts() effects only checktype_byfilename()

2005-08-28 Thread NOKUBI Takatsugu
addFileExts() method is for only checktype_byfilename(), so other
methods don't care about filename extention.
So it is not a bug, is specification.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#270813: magic(5) file

2005-08-28 Thread NOKUBI Takatsugu
libfile-mmagic has built-in magic(5) entry, and usually I only tested
with it.
Your test uses /etc/magic file, so the behavor depends on the file.

By the way, Debian's file(1) uses /usr/share/misc/file/magic, and
/etc/magic is for user's additional entries.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#392471: mknmz: can't handle long URLs?

2006-10-11 Thread NOKUBI Takatsugu
Sorry, I can't understand what you want to do.
Please describe more details.

At Thu, 12 Oct 2006 04:46:20 +0800,
Dan Jacobson wrote:
> The real url is
> http://64.233.179.104/search?q=cache:akxugj1PiqgJ:sourceforge.net/mailarchive/forum.php%3Fforum_id%3D5398%26max_rows%3D25%26style%3Dnested%26viewmonth%3D200409+Cypress+HID+RS232+Adapter+linux&hl=zh-TW&ie=UTF-8&inlang=zh-TW
> 
> But namazu --html -o file.html 'reset high speed USB device using ehci_hcd 
> address'
> makes links that are truncated:
> 
> http://64.233.179.104/search?q=cache:akxugj1PiqgJ:sourceforge.net/mailarchive/forum.php%3Fforum_id%3D5398%26max_rows%3D25%26style%3Dnested%26viewmonth%3D200409+Cypress+HID+RS232+Adapter+linux&hl=zh-T
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#392471: mknmz: can't handle long URLs?

2006-10-12 Thread NOKUBI Takatsugu
At Fri, 13 Oct 2006 04:19:29 +0800,
Dan Jacobson wrote:
> Can you confirm that current mknmz/namazu can successfully index and
> return search results for URLs longer than 199 characters?

I got an answer from an another Namazu developer. He said,

"Change MAX_FIELD_LENGTH value in /etc/namazu/mknmzrc. The default value
is 200, and it can be smaller than 1024."

Can you try it and rebuild index?
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#392471: mknmz: can't handle long URLs?

2006-10-16 Thread NOKUBI Takatsugu
Finally I can understand what you do, you use namazu with wwwoffle,
right?

At Sun, 15 Oct 2006 21:48:01 +0800,
Dan Jacobson wrote:
> All I can say is URLs are pretty long these days and I don't know what
> namazu is saving with the limit, but I never checked the details.

It depends on a static buffer length. And all generic fileds like
Subject, From, or others are treated by same code.

In the next generation, it will be considered, but current stable
relase wouldn't be care.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#407091: libtext-kakasi-perl: Text::Kakasi manpage is broken

2007-01-22 Thread NOKUBI Takatsugu
Thank you for your report.

I'll upload the new upstream, and it would be fixed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]