Package: wnpp
Severity: normal
If you wish to pick this package up, please do so, as I don't have time
to give it the care that it needs.
thanks,
Anuradha
On Sat, Sep 10, 2022 at 01:14:51PM -0300, Eriberto Mota wrote:
> Hi Anuradha,
>
> > The current version is dated and there a few issues with the python
> > module that would need to be fixed if it's to make Bookworm. It also
> > depends on an obsolete pcre3 library and the best course of action is
retitle 965242 RFP: procmon -- utility to trace the syscall activity on the
system
noowner 965242
thanks
I'm unable to spend time on packaging and maintaining this, and since
this has been in my queue for a while, I'd like to give this up to
someone who'd be willing to take this up.
--
Anuradha
Package: wnpp
Severity: normal
Control: affects -1 src:watchman
I haven't been using this package in a while, and the latest version
upstream requires some work to get into Debian, which I cannot afford
right now.
The current version is dated and there a few issues with the python
module that wou
On Sun, Aug 28, 2022 at 11:59:14AM -0600, Bob Proulx wrote:
> Upgrading today I noticed this warning printed by the package.
>
> update-binfmts: warning: current package is ksh93u+m, but binary format
> already installed by ksh
Thanks for the report.
The fix is staged for the next release.
On Thu, Aug 18, 2022 at 12:38:07PM +0200, Bastian Germann wrote:
> You have not provided a hint of working on this for 9 months and did not
> answer Michel.
> As he has now handed in a RFS, I am assigning him this ITP.
Acknowledged, and thanks. It's in better hands.
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: drgn
Version : 0.0.16
Upstream Author : Omar Sandoval
* URL : https://github.com/osandov/drgn
* License : GPL-3
Programming Lang: Python
Description : debugger with an emphasis
Hi Aruelien
On Sat, Dec 04, 2021 at 10:39:58AM +0100, Aurelien Jarno wrote:
> Source: ksh93u+m
> Version: 1.0.0~beta.1-2
> Severity: serious
>
> On 2021-12-03 18:48, Debian FTP Masters wrote:
> > Version check failed:
> > Your upload included the binary package ksh, version 20210511, for all,
> >
You can get the attestation functionality to work in b4 by installing
patatt which is now in unstable.
See related request to have a dependency in b4 for patatt:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000250
--
Anuradha
Package: b4
Severity: minor
Patatt (https://git.kernel.org/pub/scm/utils/patatt/patatt.git) is now
in Debian unstable and patch attestation functionality has been moved
to it, so requesting that a dependency be included in b4 for patatt.
Right now, without patatt installed, b4 gives:
$ b4 attest
Package: ftp.debian.org
Severity: normal
Hi
Please remove ksh (20210510-93u+m-1.0.0~beta.1-1) from experimental. The
version in experimental has been superceded by a package transition
to src:ksh93u+m and so there is no longer a valid upgrade path to the
version in experimental.
thanks,
Anuradha
On Tue, Nov 16, 2021 at 02:56:26PM +0100, Andreas Beckmann wrote:
> Package: ksh93u+m
> Version: 1.0.0~beta.1-1
> Severity: serious
> Tags: patch
> User: debian...@lists.debian.org
> Usertags: piuparts
>
> Hi,
>
> during a test with piuparts I noticed your package fails to upgrade from
> 'sid' to
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: patatt
Version : 0.4.8
Upstream Author : Konstantin Ryabitsev
* URL : https://git.kernel.org/pub/scm/utils/patatt/patatt.git/
* License : MIT-0
Programming Lang: Python
Description
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: ksh93u+m
Version : 1.0.0-beta.1
Upstream Author : David Korn
* URL : https://www.kornshell.com
* License : EPL
Programming Lang: C
Description : AT&T KornShell (ksh93u+m)
close 990264
thanks
On Thu, Jun 24, 2021 at 01:49:55PM +, Thorsten Glaser wrote:
> Vincent Lefevre dixit:
>
> >Like with ksh93, output error is not checked for some builtins
> >(at least pwd and ulimit), e.g. after closing stdout.
> >
> >$ exec >&-
> >$ for i in echo pwd print ulimit; do echo
On Sat, Jul 25, 2020 at 05:00:21PM +0100, Adam D. Barratt wrote:
> > > The target distribution would need to be 'buster' in this case of
> > > the upload for the point release.
> >
> > Noted, thanks, will consider along with any input from the release
> > team.
>
> One other small change - the ve
Conversation and resolution upstream on this issue:
https://github.com/ksh93/ksh/issues/79
Resolution will be cherry-picked for next release.
Anuradha
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: procdump
Version : 1.1.1
Upstream Author : Microsoft
* URL : https://github.com/microsoft/ProcDump-for-Linux
* License : MIT
Programming Lang: C
Description : Utility to create
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: procmon
Version : 1.0-pre
Upstream Author : Microsoft
* URL : https://github.com/microsoft/ProcMon-for-Linux
* License : MIT
Programming Lang: C++
Description : Utility to trace
Datapoint:
$ cat TODO | while read line; do ls; done
ls: ls: cannot execute [Exec format error]
ls: ls: cannot execute [Exec format error]
ls: ls: cannot execute [Exec format error]
ls: ls: cannot execute [Exec format error]
$ ksh -c "cat TODO | while read line; do ls; done"
fs.img repro.sh TOD
Just FYI, was able to re-create when running on a loopback mounted with noexec.
Thanks for reporting the issue, Thorsten.
I'm attempting to reproduce the issue on stretch, in a container:
# cat repro.sh
#!/bin/ksh
cat TODO | while read line; do ls; done
# cat TODO
1
2
3
4
# ksh --version
version sh (AT&T Research) 93u+ 2012-08-01
# dpkg -l | grep ksh
ii ksh
On Tue, Jul 14, 2020 at 06:16:30AM +0200, Salvatore Bonaccorso wrote:
> Small change is needed in the debdiff:
>
> > diff -Nru ksh-93u+20120801/debian/changelog
> > ksh-93u+20120801/debian/changelog
> > --- ksh-93u+20120801/debian/changelog 2018-12-14 02:26:58.0
> > -0500
> > +++ k
fic info:
** Environment settings:
EDITOR="vi"
PAGER="less"
VISUAL="vi"
DEBEMAIL="anura...@debian.org"
DEBFULLNAME="Anuradha Weeraman"
INTERFACE="text"
** /home/anuradha/.reportbugrc:
reportbug_version "7.7.0"
mode advanced
ui
rvices and applications that allow
+remote unauthenticated attackers to provide one of those
+environment variables could allow them to exploit this issue
+remotely. (Closes: #948989)
+
+ -- Anuradha Weeraman Sun, 12 Jul 2020 11:26:07 -0400
+
ksh (93u+20120801-3.4) unstable; urgency=medium
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: ssfn
Version : 2
Upstream Author : bzt
* URL : https://gitlab.com/bztsrc/scalable-font2
* License : MIT
Programming Lang: C
Description : Scalable Screen Font, a bitmap and
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: scalable-font
Version : 2
Upstream Author : bzt
* URL : https://gitlab.com/bztsrc/scalable-font2
* License : MIT
Programming Lang: C
Description : Scalable bitmap and vector font
ast stable version of 93u+. This update
> reverts back the ksh2020 changes back to the original ksh93 from AT&T.
> ...
> -- Anuradha Weeraman Sat, 27 Jun 2020 21:17:32 -0400
>
>
> The 2020 version of ksh was never part of any Debian distribution
> other than unstable
Package: ftp.debian.org
Severity: normal
This is to request that src:ksh93 be removed. This is triggered by the
latest upload to src:ksh that reverts ksh back to ksh93 in the src:ksh
package, making src:ksh93 as a separate package redundant.
--
Regards
Anuradha
On Thu, Feb 06, 2020 at 03:44:51PM +, Thorsten Glaser wrote:
> I had considered that, but creating a ksh-common package for just
> one file, which in addition to that is a skeleton file that is not
> used during normal operation, just adduser, seems overkill. The
> sequence of installing both t
On Tue, Jan 28, 2020 at 07:49:27PM +0100, Thorsten Glaser wrote:
> https://ftp-master.debian.org/new.html shows ksh93 ☻ let’s wait for the
> ftpmaster review.
Some good news this morning, looks like the package got accepted into
the archive.
--
Regards
Anuradha
On Tue, Jan 28, 2020 at 07:49:27PM +0100, Thorsten Glaser wrote:
> Thanks for having a look over it (oneself doesn’t find one’s own errors
> as good as others).
I certainly learnt a thing or two.
> Am I correct in assuming you’ll need DM upload privileges on it, once
> it’s accepted?
Yes, please
On Mon, Jan 27, 2020 at 08:00:08PM +0100, Thorsten Glaser wrote:
> On Fri, 24 Jan 2020, Anuradha Weeraman wrote:
> I had to change some things in src:ksh as well, for better
> coïnstallability, and for upgrading. Let’s hope this passes
> all tests and ftpmasters…
Thanks, looks great.
If you could team upload as well that would be great!
On Fri, Jan 24, 2020, 9:53 AM Thorsten Glaser wrote:
> On Fri, 24 Jan 2020, Anuradha Weeraman wrote:
>
> > Thanks for the feedback.
> >
> > Happy to receive a PR and support with uploading ksh93. Will replicate
>
Thanks for the feedback.
Happy to receive a PR and support with uploading ksh93. Will replicate
accordingly to ksh2020 as well.
Regards
Anuradha
On Fri, Jan 24, 2020, 9:36 AM Thorsten Glaser wrote:
> On Fri, 24 Jan 2020, Thorsten Glaser wrote:
>
> > Thanks. Are you going to package ksh93 as w
On Sun, Jan 12, 2020 at 09:47:38PM +0100, Thorsten Glaser wrote:
> Package: ksh
> Version: 2020.0.0-2
> Severity: wishlist
>
> ksh2020 has many problems, such as speed reduction by 300%, which
> currently causes much uproar among its users in IRC. Newly introduced
> features additionally come with
Package: ftp.debian.org
Severity: normal
I request that this package be removed from the distribution as it is
unmaintained upstream with no upstream releases in over a decade.
--
Regards
Anuradha
Package: ftp.debian.org
Severity: normal
I request that this package be removed from the distribution as it is
unmaintained upstream with the last release made in 2006.
--
Regards
Anuradha
Package: ftp.debian.org
Severity: normal
I request that this package be removed from the distribution as it is
unmaintained upstream and depends on Python 2.
--
Regards
Anuradha
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: sourcetrail
Version : 2019.4.61
Upstream Author : Eberhard Gräther
* URL : https://github.com/CoatiSoftware/Sourcetrail
* License : GPL-3
Programming Lang: C++
Description
On Tue, Oct 15, 2019 at 02:30:56PM +0100, da...@codelite.co.uk wrote:
> This was very quickly fixed by the wxsqlite3 maintainer. Codelite now builds
> cleanly in a sid sbuild.
Great, that was quick! Confirmed and looks good...
--
Regards
Anuradha
On Mon, Oct 14, 2019 at 02:10:12PM +0100, da...@codelite.co.uk wrote:
> Alternatively, one can download the package with dget using this command:
>
> dget -x
> https://mentors.debian.net/debian/pool/main/c/codelite/codelite_13.0+dfsg-1.dsc
>
Hello. I just did an sbuild on unstable and got the f
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: libusergrid-client-perl
Version : 0.22
Upstream Author : Anuradha Weeraman
* URL : http://search.cpan.org/~anuradha/Usergrid-Client-0.22/
* License : Apache 2.0
Programming Lang: Perl
Package: wnpp
Severity: wishlist
Owner: Anuradha Weeraman
* Package name: librest-client-perl
Version : 271
Upstream Author : mcraw...@cpan.org
* URL : http://search.cpan.org/~mcrawfor/REST-Client-271/
* License : Artistic or GPL 1+
Programming Lang: Perl
Thanks Zachary for your contribution. The patch has been applied.
Regards,
Anuradha
---
Anuradha Weeraman
http://www.gnuromancer.org
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
intainers depends on no packages.
Versions of packages debian-maintainers recommends:
ii gnupg 1.4.6-2.2 GNU privacy guard - a free PGP rep
- - - - - - -- no debconf information
- - - - - - --
Anuradha Weeraman
http://www.linux.lk/~anu/
http://www.gnuromancer.org
p=UTF-8)
Shell: /bin/sh linked to /bin/bash
-- no debconf information
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://www.gnuromancer.org
--- git-debimport 2008-05-22 15:50:08.0 -0400
+++ git-debimport.new 2008-05-22 15:49:52.0 -0400
@@ -63,6 +63,11 @@
PACKAGE_NAME=&qu
great piece of software, and upstream has been
very courteous in responding to my requests. If anyone is willing to
take it up, please let me know off the list, so I can send you what
I've done so far.
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
--
To U
great piece of software, and upstream has been
very courteous in responding to my requests. If anyone is willing to
take it up, please let me know off the list, so I can send you what
I've done so far.
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
--
To U
ination of multiple algorithms
- By default, output is 100% compatible with Unix-standard tools such
as sum, cksum, md5sum and sha1sum
- Supports verification of both the content and timestamp of files
- Recursive file processing
- Large file aware
--
Anuradha Weeraman
http://www.linux.lk/
Hi,
I've attached a lightly tested patch for this.
It seems that the Native2AsciiAdapterFactory was returning the Sun
implementation by default.
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
diff -Naur ant-1.7/src/main/org/apache/tools/ant/taskdefs/opt
Package: ant
Version: 1.7.0-3
Severity: normal
Running the following ant snippet:
throws an "Error starting Sun's native2ascii" when using GCJ.
This same code works fine with the SUN JDK.
JAVA_HOME=/usr/lib/jvm/java-gcj
/usr/bin/java -> /etc/alternatives/java
events.
- A list of common actions, which can be quickly executed at the press
of a button.
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
data size or age and supports tagging.
The changes are internally stored as diffs, so the amount of disk space
required is relatively small.
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsu
Package: meld
Version: 1.1.5.1-2
Severity: minor
In the directory comparison view, it's not possible to copy the
filename to clipboard from the filename text/dropdown combo field
using Ctrl-C, although right clicking and copying worked. This is not
much of a big deal, but it was annoying having to
Package: vpnc
Version: 0.5.1r254-1
Severity: important
When I invoke 'vpnc /etc/vpnc/vpnc.conf' it prompts for the password
and when entered, hangs.
This was working in Etch, and started happening since upgrading to Lenny.
No changes were made to vpnc.conf between upgrades. The configuration
is
Hi Sebastian,
Any ideas on what we can do about this?
Thanks.
On May 30, 2007 9:44 PM, Anuradha Weeraman <[EMAIL PROTECTED]> wrote:
> Hi Sebastian,
>
> > Ok, now that etch is release what shall we do about this bug, Anuradha?
> > Does your upstream consider to chang
in? But we could still
bundle it in /usr/share/doc/ncc for the benefit of those who might be
willing to hack it.
What do you think?
--
Anuradha Weeraman
http://www.linux.lk/~anu/
http://anuradha.wordpress.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
policy, but do you know if it is an approved policy document?
I realize this can be a stale mate situation, and I'm not clear what
nemerle's stance on this issue is and whether they would consent to a
name change.
Any suggestions?
[1] - http://pkg-mono.alioth.debian.org/cli-policy
Package: wnpp
Severity: normal
Owner: Anuradha Weeraman <[EMAIL PROTECTED]>
* Package name: ncc
Version : 2.4
Upstream Author : Stelios Xanthakis <[EMAIL PROTECTED]>
* URL : http://students.ceid.upatras.gr/~sxanth/ncc
* License : Artistic
Descrip
60 matches
Mail list logo