1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
node-redis (2.8.0-1+deb10u1) buster; urgency=medium
* Fix potential ReDoS (Closes: CVE-2021-29469)
-- Yadd <yadd@debian.org> Sun, 25 Apr 2021 14:09:33 +0200
node-redis (2.8.0-1) unstable; urgency=medium
* Add components in gbp.conf and debian/watch (used for test only):
- redis-commands
- redis-parser (version 2.x)
- double-ended-queue
* Add myself to uploaders
* Bump debhelper compatibility level to 11
* Declare compliance with policy 4.3.0
* Update VCS fields
* New upstream version 2.8.0
* Update tests (Closes: #917750, #830215, #842209, #812714)
* Remove patches
* Change section to javascript
* Add upstream/metadata
* Update links to https
* Update description
* Update debian/copyright
-- Xavier Guimard <yadd@debian.org> Mon, 07 Jan 2019 20:50:44 +0100
node-redis (0.12.1-1) unstable; urgency=medium
* Imported Upstream version 0.12.1
* Bump Standards-Version 3.9.6
* Move to pkg-javascript
* debian/control:
- fix Upstream-Name
- add Upstream-Contact
* debian/patches:
- 0001-launch_redis-server_during_test.patch:
+ launch redis-server with unixsocket options, needed for tests
+ add console.log on redis-server stdout for debug
- refresh other patches
* debian/rules: stop default instance of redis-server before
run tests
* Add autopkgtest suite
-- Leo Iannacone <l3on@ubuntu.com> Sun, 12 Oct 2014 15:26:40 +0200
node-redis (0.10.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Build-depend on nodejs, needed only as hint to resolve
distro-wide source<->binary relationships
+ Build-depend on redis-server, needed for tests
* debian/patches:
+ 0001-launch_redis-server_during_test.patch - bundle redis-server
instance during tests, stop when tests finish
+ 0002-test_fix_colors_during_build.patch - disable colors
during tests if NODE_DISABLE_COLORS environment variable is set
* debian/rules: enable tests
-- Leo Iannacone <l3on@ubuntu.com> Thu, 19 Jun 2014 18:29:27 +0200
node-redis (0.10.1-1) unstable; urgency=low
* Initial release (Closes: #742960)
-- Leo Iannacone <l3on@ubuntu.com> Wed, 16 Apr 2014 15:39:54 +0200
|