Bug#1059998: Update liboqs to mitigate KyberSlash - potential to leak secrets

2024-01-04 Thread Kartik Kulkarni
Package: liboqs
Version: 0.8.0-1
Severity: important


The latest release [0.9.1](
https://github.com/open-quantum-safe/liboqs/releases/tag/0.9.1) has merged
the fixes
for a potential division timing attack found in kyber reference design.
- https://github.com/open-quantum-safe/liboqs/pull/1631
- https://github.com/open-quantum-safe/liboqs/pull/1637

More information about this attack can be found at
https://kyberslash.cr.yp.to/faq.html

Regards,
Kartik


Bug#1011146: Autoremoval of non related package

2022-05-30 Thread Kartik Kulkarni
Hello,
I received an email for auto removal for source-highlight which has nothing
to do with nvidia-graphics-drivers. If my assumption is wrong, please let
me know what sort of changes you would expect me to make.
Regards,
Kartik


Bug#984342: source-highlight: diff for NMU version 3.1.9-4.1

2021-10-24 Thread Kartik Kulkarni
I was unavailable for a while. Thanks for the patch, there's no need to
delay it any longer.

Regards,
Kartik

On Fri, Oct 22, 2021 at 9:33 PM Boyuan Yang  wrote:

> Control: tags 984342 + patch
> Control: tags 984342 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for source-highlight (versioned as 3.1.9-4.1) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should delay it longer.
>
> Regards.
>
> diff -Nru source-highlight-3.1.9/debian/changelog source-highlight-
> 3.1.9/debian/changelog
> --- source-highlight-3.1.9/debian/changelog 2020-08-02
> 16:01:04.0
> -0400
> +++ source-highlight-3.1.9/debian/changelog 2021-10-22
> 16:25:06.0
> -0400
> @@ -1,3 +1,14 @@
> +source-highlight (3.1.9-4.1) unstable; urgency=high
> +
> +  * Non-maintainer upload.
> +  * Apply patch from Ubuntu:
> +
> +  [ Graham Inggs ]
> +  * Remove "throw" specifications to fix build with GCC 11
> +(Closes: #984342)
> +
> + -- Boyuan Yang   Fri, 22 Oct 2021 16:25:06 -0400
> +
>  source-highlight (3.1.9-3) unstable; urgency=medium
>
>* Added VCS and will be maintained at salsa
> diff -Nru source-highlight-3.1.9/debian/gitlab-ci.yml source-highlight-
> 3.1.9/debian/gitlab-ci.yml
> --- source-highlight-3.1.9/debian/gitlab-ci.yml 1969-12-31
> 19:00:00.0
> -0500
> +++ source-highlight-3.1.9/debian/gitlab-ci.yml 2021-10-22
> 16:23:56.0
> -0400
> @@ -0,0 +1,10 @@
> +image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-
> buildpackage:latest
> +
> +build:
> +  artifacts:
> +paths:
> +- "*.deb"
> +expire_in: 1 day
> +  script:
> +- gitlab-ci-git-buildpackage-all
> +
> diff -Nru source-highlight-3.1.9/debian/patches/gcc11.patch
> source-highlight-
> 3.1.9/debian/patches/gcc11.patch
> --- source-highlight-3.1.9/debian/patches/gcc11.patch   1969-12-31
> 19:00:00.0 -0500
> +++ source-highlight-3.1.9/debian/patches/gcc11.patch   2021-10-22
> 16:24:26.0 -0400
> @@ -0,0 +1,30 @@
> +Description: Remove "throw" specifications
> + C++ throw specifications were deprecated in C++11.
> + This patch removes them from the library.
> +Bug-Debian: https://bugs.debian.org/984342
> +Origin: upstream,
>
> https://git.savannah.gnu.org/cgit/src-highlite.git/commit/?id=904949c9026cb772dc93fbe0947a252ef47127f4
> +Author: Tom Tromey 
> +Last-Update: 2020-06-10
> +
> +--- a/lib/srchilite/fileutil.cc
>  b/lib/srchilite/fileutil.cc
> +@@ -48,7 +48,7 @@
> + // FIXME avoid using a global variable
> + std::string start_path;
> +
> +-string readFile(const string ) throw (IOException) {
> ++string readFile(const string ) {
> + ifstream file(fileName.c_str());
> +
> + if (!file.is_open()) {
> +--- a/lib/srchilite/fileutil.h
>  b/lib/srchilite/fileutil.h
> +@@ -27,7 +27,7 @@
> +  * @return the contents of the file
> +  * @throw IOException
> +  */
> +-string readFile(const string ) throw (IOException);
> ++string readFile(const string );
> +
> + //char *read_file(const string );
> +
> diff -Nru source-highlight-3.1.9/debian/patches/series source-highlight-
> 3.1.9/debian/patches/series
> --- source-highlight-3.1.9/debian/patches/series2020-08-02
> 16:01:04.0 -0400
> +++ source-highlight-3.1.9/debian/patches/series2021-10-22
> 16:24:26.0 -0400
> @@ -1 +1,2 @@
>  fix-national-encoding.patch
> +gcc11.patch
>


Bug#948384: abandoning elasticsearch

2021-01-02 Thread Kartik Kulkarni
Due to lack of time and other constraints last year I was unable to
look into the package at all and I think it's better for someone else
to package it.
I do not know if I should just put it back as RFP but for now I have
retitled it as O.
I apologize for holding it for so long and not giving it back sooner.

Regards,
Kartik Kulkarni



Bug#966665: ITP: node-enquirer -- Stylish cli prompts that are user-friendly, intuitive and easy to create

2020-08-01 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni 
X-Debbugs-CC: d...@jones.dk

* Package name: node-enquirer
  Version : 2.3.6
  Upstream Author : Jon Schlinkert (https://github.com/jonschlinkert)
* URL : https://github.com/enquirer/enquirer
* License : Expat
  Programming Lang: JavaScript
  Description : Stylish cli prompts that are user-friendly,
intuitive and easy to create

  Enquirer is fast, easy to use, and lightweight
  for small projects, while also being powerful
  and customizable enough for the most advanced use cases.
  .
  It is easy to implement and advanced features can be
  added using Pluggable plugins.
  .
  Node.js is an event-based server-side JavaScript engine.

  This package is a transitive dependency of eslint and needs to be
  packaged for the packaging of eslint.
  .
  This package will be maintained in the javascript team.



Bug#966615: ITP: node-ansi-colors -- Add ANSI colors to your text and symbols in the terminal

2020-07-31 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni 
X-Debbugs-CC: d...@jones.dk

* Package name: node-ansi-colors
  Version : 4.1.1
  Upstream Author : Brian Woodward (https://github.com/doowb)
* URL : https://github.com/doowb/ansi-colors
* License : Expat
  Programming Lang: JavaScript
  Description : Add ANSI colors to your text and symbols in the terminal

 Ansi-colors is the official ansi styling library for gulp,
 and is used by hundreds of other projects, including mocha and enquirer.
 .
 A faster drop-in replacement for chalk, kleur and turbocolor
 .
 It supports nested colors and chained colors with support
 to toggle support on and off.
 .
 It has no dependencies and thus easier to maintain.
 .
 Node.js is an event-based server-side JavaScript engine.

 This package is a transitive dependency of eslint and needs to be
 packaged for the packaging of eslint.
 .
 This package will be maintained in the javascript team.



Bug#966551: autopkgtest fails with rails 6 in experimental

2020-07-30 Thread Kartik Kulkarni
Package: ruby-ammeter
Version: 1.1.4-2
Severity: important
User: pkg-ruby-extras-maintain...@lists.alioth.debian.org
Usertags: rails6-transition

Hi,

This package's autopkgtest and rebuilds failed with rails 6 currently in
experimental. rails 6 will be uploaded to unstable in a weeks time, so
please make sure this package is ready for rails 6. The severity of
this bug will be raised to serious after rails 6 is uploaded to
unstable.

Failures:
  1)
have_correct_syntax erb files checks if simple ERB file has a proper syntax
 Failure/Error: view =
ActionView::Template::Handlers::ERB.call(OpenStruct.new(:source =>
code))

 ArgumentError:
   wrong number of arguments (given 1, expected 2)
 # 
/usr/share/rubygems-integration/all/gems/actionview-6.0.3.2/lib/action_view/template/handlers/erb.rb:31:in
`call'
 # ./lib/ammeter/rspec/generator/matchers/have_correct_syntax.rb:33:in
`block (2 levels) in '
.
.

two more similar errors.

Full log : https://salsa.debian.org/snippets/467
Upstream already has an open issue:
https://github.com/alexrothenberg/ammeter/issues/61

Regards,
Kartik Kulkarni



Bug#966549: autopkgtest fails with rails 6 in experimental

2020-07-30 Thread Kartik Kulkarni
Package: ruby-markerb
Version: 1.1.0-3
Severity: important
User: pkg-ruby-extras-maintain...@lists.alioth.debian.org
Usertags: rails6-transition


Hi,

This package's autopkgtest and rebuilds failed with rails 6 currently in
experimental. rails 6 will be uploaded to unstable in a weeks time, so
please make sure this package is ready for rails 6. The severity of
this bug will be raised to serious after rails 6 is uploaded to
unstable.


Relevant errors,
1 )

Error:
MarkerbTest#test_dealing_with_multipart_e-mails:
ActionView::Template::Error: wrong number of arguments (given 1, expected 2)

/usr/share/rubygems-integration/all/gems/actionview-6.0.3.2/lib/action_view/template/handlers/erb.rb:43:in
`call'

similarly,

Error:
MarkerbTest#test_html_should_be_sent_as_html:
ActionView::Template::Error: wrong number of arguments (given 1, expected 2)


MarkerbTest#test_plain_text_should_be_sent_as_a_plain_text:
ActionView::Template::Error: wrong number of arguments (given 1, expected 2)

Full log
https://salsa.debian.org/ruby-team/ruby-has-scope/snippets/465

Issue not forwarded to upstream and upstream project is unavailable.

Regards,
Kartik Kulkarni



Bug#966540: ITP: node-queue-microtask -- fast and tiny queueMicrotask shim for modern engines

2020-07-30 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni 

* Package name: node-queue-microtask
  Version : 1.1.4
  Upstream Author : Feross Aboukhadijeh  (
https://feross.org)
* URL : https://github.com/feross/queue-microtask
* License : Expat
  Programming Lang: JavaScript
  Description : fast and tiny queueMicrotask shim for modern engines

 The queueMicrotask function is a WHATWG standard.
 It queues a microtask to be executed prior to control
 returning to the event loop.
 .
 A microtask is a short function which will run after the current task
 has completed its work and when there is no other code
 waiting to be run before control of the execution context is
 returned to the event loop.
 .
 This package allows you to use queueMicrotask safely in all JS engines.
 Useful when you prioritize small JS bundle size over
 optimal performance in old browsers.
 .
 A shim is a library that transparently intercepts API calls
 and  changes the arguments passed and handles the operation itself
 or redirects the operation elsewhere.
 .
 Node.js is an event-based server-side JavaScript engine.

This package is a dependency for solid-server and needs to be packaged
 for the packaging of solid-server.
 .
This package will be maintained in the javascript team.


Bug#966493: RFS: source-highlight/3.1.9-1.3 -- convert source code to syntax highlighted document

2020-07-29 Thread Kartik Kulkarni
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "source-highlight":

 * Package name: source-highlight
   Version : 3.1.9-1.3
   Upstream Author : http://www.gnu.org/software/src-highlite/
 * URL : http://www.gnu.org/software/src-highlite/
 * License : GPL-3+
 * Vcs : None
   Section : devel

It builds those binary packages:

  libsource-highlight-common - architecture-independent files for
source highlighting library
  libsource-highlight4v5 - source highlighting library
  libsource-highlight-dev - development files for source highlighting library
  source-highlight - convert source code to syntax highlighted document

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/source-highlight/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/s/source-highlight/source-highlight_3.1.9-1.3.dsc

Changes since the last upload:

 source-highlight (3.1.9-1.3) unstable; urgency=medium
 .
   * Fix reproducible build with patch from
 Vagrant (Closes: #963518)
   * Fix fail to cross build from source with patch
 Helmut  (Closes: #912715)
   * Updated standards version

Regards,
--
  Kartik Kulkarni


Bug#966384: ruby-dalli: ftbfs with rails 6 in experimental

2020-07-27 Thread Kartik Kulkarni
Package: ruby-dalli
Version: 2.7.9-2
Severity: important
User: pkg-ruby-extras-maintain...@lists.alioth.debian.org
Usertags: rails6-transition
Control: forwarded -1 https://github.com/petergoldstein/dalli/issues/752

Hi,

This package's autopkgtest and rebuilds failed with rails 6 currently in
experimental. rails 6 will be uploaded to unstable in one week, so
please make sure this package is ready for rails 6. The severity of
this bug will be raised to serious after rails 6 is uploaded to
unstable.


Relevant errors,

Failures:

 1)

  Error:
  ActiveSupport::Cache::DalliStore::active_support caching#test_0005_handle
nil options without LocalCache:
  ArgumentError: wrong number of arguments (given 3, expected 1..2)


  rails test <>/test/test_active_support.rb:35

  similar such error again


  Error:
  ActiveSupport::Cache::DalliStore::active_support caching#test_0004_handle
nil options with LocalCache:
  ArgumentError: wrong number of arguments (given 3, expected 1..2)


  rails test <>/test/test_active_support.rb:27

  Finished in 60.624597s, 2.9691 runs/s, 243.5480 assertions/s.
  180 runs, 14765 assertions, 0 failures, 2 errors, 0 skips

  You can find the full log here
https://people.debian.org/~praveen/rails6-meta-build/buildlogs/ruby-dalli.log

  The same is forwarded upstream
https://github.com/petergoldstein/dalli/issues/752

  Regards,
  Kartik Kulkarni


Bug#949652: RFS: source-highlight/3.1.9-1 [ITA] -- convert source code to syntax highlighted document

2020-01-23 Thread Kartik Kulkarni
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "source-highlight"

 * Package name: source-highlight
   Version : 3.1.9-1
   Upstream Author : http://www.gnu.org/software/src-highlite/
 * URL : http://www.gnu.org/software/src-highlite/
 * License : GPL-3+
 * Vcs : None
   Section : devel

It builds those binary packages:

  source-highlight - convert source code to syntax highlighted document
  libsource-highlight-dev - development files for source highlighting
library
  libsource-highlight4v5 - source highlighting library
  libsource-highlight-common - architecture-independent files for source
highlighting library

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/source-highlight

Alternatively, one can download the package with dget using this command:

  dget -x
https://mentors.debian.net/debian/pool/main/s/source-highlight/source-highlight_3.1.9-1.dsc

Changes since the last upload:

   * New maintainer (closes: #948230)
   * New upstream release
   * Updated standards version
   * Updated to Debhelper 12

Regards,
Kartik Kulkarni


Bug#949076: ITA: source-highlight -- convert source code to syntax highlighted document

2020-01-16 Thread Kartik Kulkarni
Package: wnpp
Severity: normal

Hello, I would like to adopt this package.

Regards,
Kartik Kulkarni


Bug#949071: ITA: i8kutils -- Fan control for Dell laptops

2020-01-16 Thread Kartik Kulkarni
Package: wnpp
Severity: normal

I would like to adopt this package.

Regards,
Kartik Kulkarni


Bug#933097: RFA: ascii -- interactive ASCII name and synonym chart

2019-07-30 Thread Kartik Kulkarni
Hello,
I would like to adopt this package.

Regards,
Kartik Kulkarni


Bug#932489: ITP: node-solid-rest -- client-side multi-backend API for Solid requests

2019-07-19 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni 

* Package name: node-solid-rest
  Version : 1.0.7 
  Upstream Author : Jeff Zucker 
* URL : https://github.com/jeff-zucker/solid-rest.git
* License : (MIT/X)
  Programming Lang: javascript
  Description : client-side multi-backend API for Solid requests

 Solid (Social Linked Data) is a web decentralization project
 with the aims to radically change
 the way web applications work
 by developing a platform for linked-data applications
 that are completely decentralized
 and fully under users' control
 rather than controlled by other entities.
 .
 This package contains Solid REST usable with Nodejs

 This package is a dependecy for solid-server and needs to be packaged
 for the packaging of solid-server.
 .
 I have been in contact with a Debian Developer who will sponsor the
 package



Bug#932487: > Subject: ITP: node-solid-rest -- client-side multi-backend API for Solid requests

2019-07-19 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni 

* Package name: node-solid-rest
  Version : 1.0.7
  Upstream Author : Jeff Zucker 
* URL : https://github.com/jeff-zucker/solid-rest.git
* License : (MIT/X)
  Programming Lang: javascript
  Description: client-side multi-backend API for Solid requests

 Solid (Social Linked Data) is a web decentralization project
 with the aims to radically change
 the way web applications work
 by developing a platform for linked-data applications
 that is completely decentralized
 and fully under users' control
 rather than controlled by other entities.
 .
 This package contains Solid REST usable with Nodejs

 This package is a dependency for solid-server and needs to be packaged
 for the packaging of solid-server.
 .
 I have been in contact with a Debian Developer who will sponsor the
 package



Bug#919441: ITP: pyshacl -- A pure Python packages which allows for the validation of RDF graphs against Shapes Constraint Language (SHACL) files.

2019-07-17 Thread Kartik Kulkarni
Hey there,

I wanted to know the progress of the package assuming it's still under
development.

I wanted to package it if it's not under development and I would love to
take over the project and complete it.

PS: I am not a official Debian Developer but am in debconf and can
possibly get it packaged in under a day

Regards,

Kartik Kulkarni



Bug#875290: ITP: ruby-erubi --small ERB implementation

2017-09-10 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: ruby-erubi
  Version :1.6.1
  Upstream Author : Jeremy Evans <c...@jeremyevans.net>
  kuwata-lab.com

* URL : https://github.com/jeremyevans/erubi
* License : Expat
  Programming Lang: Ruby
  Description:   Small ERB Implementation
  Erubi is a ERB template engine for ruby. It is a simplified fork
  of Erubis.
  .
  ERB stands for Embedded Ruby.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term and would like to join the Ruby maintainers group, Praveen
had agreed to sponsor this package.



Bug#874576: ITP: ruby-diaspora-federation-json-schema -- diaspora federation json schemas

2017-09-07 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: ruby-diaspora-federation-json-schema
  Version : 0.2.1
  Upstream Author : Benjamin Neff
cmrd Senya
* URL : https://github.com/diaspora/diaspora_federation
* License : AGPL-3.0
  Programming Lang: Ruby
  Description : diaspora federation json schemas
  This gem provides JSON schemas (currently one schema) for validating JSON
  serialized federation objects.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term and would like to join the Ruby maintainers group, Praveen
had agreed to sponsor this package.



Bug#874057: ITP: node-setprototypeof -- Small polyfill for Object.setprototypeof

2017-09-02 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-setprototypeof
  Version : 1.0.3
  Upstream Author : Wes Todd
* URL : https://github.com/wesleytodd/setprototypeof
* License : ISC
  Programming Lang: JavaScript
  Description : Small polyfill for Object.setprototypeof
  A simple cross platform implementation to set the prototype of
  an instianted object.
  .
  Supports all modern browsers and
  at least back to IE8.
  .
  Node.js is an event-based server-side JavaScript engine.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term
  and would like to join the javascript maintainers group, Praveen had
agreed to sponsor this package.



Bug#874053: ITP: node-encodeurl -- Encode URL to a percent-encoded form

2017-09-02 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-encodeurl
  Version : 1.0.1
  Upstream Author : Douglas Christopher Wilson
* URL : https://github.com/pillarjs/encodeurl#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Encode URL to a percent-encoded form
  Encode a URL to a percent-encoded form, excluding already-encoded
  sequences.
  .
  Encodeurl will take an already-encoded URL and
  encode all the non-URL code points (as UTF-8 byte sequences).
  .
  This encode is meant to be "safe" and does not throw errors.
  It will try as hard as it can to properly encode the given URL,
  including replacing any raw, unpaired surrogate pairs with the
  Unicode replacement character prior to encoding.
  .
  Node.js is an event-based server-side JavaScript engine.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term
  and would like to join the javascript maintainers group, Praveen had
agreed to sponsor this package.



Bug#874044: ITP: node-statuses -- HTTP status utility

2017-09-02 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-statuses
  Version : 1.3.1
  Upstream Author : Jonathan Ong m...@jongleberry.com
Douglas Christopher Wilson d...@somethingdoug.com
* URL : https://github.com/jshttp/statuses
* License : Expat
  Programming Lang: JavaScript
  Description : HTTP status utility
  Statuses is a HTTP status utility built for node which provides
  appropriate code for valid HTTP codes in Integer or valid HTTP
  codes in String and throws error for invalid codes.
  .
  Node.js is an event-based server-side JavaScript engine.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term
  and would like to join the javascript maintainers group, Praveen had agreed to
  sponsor this package.



Bug#873963: ITP: node-immediate -- cross browser microtask library

2017-09-01 Thread Kartik Kulkarni
Package: wnpp
Severity: wishlist
Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-immediate
  Version : 3.2.3
  Upstream Authors : Donavon West, Domenic Denicola, Brian Cavalier
* URL : https://github.com/calvinmetcalf/immediate
* License : Expat
  Programming Lang: JavaScript
  Description: Cross browser microtask library
  Immediate is a microtask library decended from
  NobleJS's setImmediate package and includes ideas
  from Cujo's When and RSVP package.
  .
  Immediate takes tricks from setImmedate and RSVP
  and combines them with the schedualer inspired by whens.
  .
  Tricks are tasks mentioned from setImmediate package
  which are run as necessary.
  .
  Node.js is an event-based server-side JavaScript engine.

  It is a dependency of gitlab 9

  I am not a debian member and would like to maintain this package for
a long term and would like to join the javascript maintainers group,
Praveen had agreed to sponsor this package.