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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
|
json-c (0.12.1+ds-2+deb10u1) buster-security; urgency=high
* d/patches/611.patch: Add upstream patch to fix CVE-2020-12762
-- Nicolas Mora <babelouest@debian.org> Sat, 01 Aug 2020 09:26:41 -0400
json-c (0.12.1+ds-2) unstable; urgency=high
* QA upload.
* debian/rules: Use Rules-Requires-Root: no.
* debian/doc-base: Rename doc-base file to correct one
(libjson-c-doc.doc-base).
* No longer install libraries into /lib/ directory. Bug #695566 is
no longer relevant since upstart is not part of Debian anymore.
-- Boyuan Yang <byang@debian.org> Sun, 20 Jan 2019 16:52:30 -0500
json-c (0.12.1+ds-1) unstable; urgency=medium
* QA upload.
+ The "it's too late to initiate a transition" upload.
[ Boyuan Yang ]
* Remove doc/html/jquery.js file to generate a new +ds
tarball.
* debian/control:
+ Orphan package and set maintainer to Debian QA Group.
+ Declare compliance with debian-policy 4.3.0.
+ Update Vcs-* fields and use git repo in Salsa Debian Group.
+ Bump debhelper compat to v12.
+ Mark libjcon-c-doc as Multi-Arch: foreign.
+ Replace deprecated Priority: extra with Priority: optional.
- Drop build-dependency dh-exec since it is not needed anymore.
* debian/rules: Modernize packaging instructions:
+ Avoid direct invocation to dpkg-architecture.
+ Use "dh_missing --fail-missing" instead of
"dh_install --fail-missing".
+ Remove unnecessary --with autoreconf --with autotools-dev
spec for dh.
+ Enable full build time hardenings.
- Remove unnecessary dbgsym migration override, already included
in one stable Debian release.
- Remove unnecessary override to dh_installdocs, jquery.js is not
included in the repacked tarball.
* debian/copyright: Use Expat instead of MIT for precise
copyright information.
* debian/dch.conf: Use new-style [dch] section instead of [git-dch].
* debian/symbols: Add a Build-Depends-Package field.
* debian/lintian-overrides:
- Removed, not needed for now.
[ Nicolas Braud-Santoni ]
* Update debian/watch
* Repackage to remove jquery.js
-- Boyuan Yang <byang@debian.org> Tue, 15 Jan 2019 16:38:55 -0500
json-c (0.12.1-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Add libjson-c3-udeb package for debian installer. Required as
dependency for libcryptsetup12-udeb. (Closes: #880526)
-- Jonas Meurer <jonas@freesources.org> Sun, 07 Jan 2018 15:38:46 +0100
json-c (0.12.1-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix build failure with GCC 7 (Hilko Bengen). Closes: #853462.
-- Matthias Klose <doko@debian.org> Wed, 11 Oct 2017 08:38:28 +0200
json-c (0.12.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Fix Vcs-Browser URL
* debian/libjson-c-dev.links: Fix library symlinks to not collide between
/lib/ and /usr/lib/ (Closes: #843145, LP: #1629552)
-- Martin Pitt <mpitt@debian.org> Mon, 14 Nov 2016 11:33:17 +0100
json-c (0.12.1-1) unstable; urgency=medium
* Imported Upstream version 0.12.1
* Rebase patches on top of 0.12.1 release
* Workaround the unused variables in tests
-- Ondřej Surý <ondrej@debian.org> Fri, 02 Sep 2016 10:28:57 +0200
json-c (0.12-3) unstable; urgency=medium
* Fix the .so links in the -dev package (Closes: #821768)
-- Ondřej Surý <ondrej@debian.org> Tue, 19 Apr 2016 09:44:04 +0200
json-c (0.12-2) unstable; urgency=medium
* Upload to unstable
* wrap-and-sort -a debian/ directory
-- Ondřej Surý <ondrej@debian.org> Mon, 18 Apr 2016 21:19:20 +0200
json-c (0.12-1) experimental; urgency=medium
[ Andreas Beckmann ]
* libjson-c-dev: Ship /usr/lib/<triplet>/libjson-c.so.2 symlink that would
otherwise become a dangling link (initially created by ldconfig) after
package removal. (Closes: #792177)
[ Ondřej Surý ]
* New upstream version 0.12
+ [CVE-2013-6371]: hash collision denial of service
+ [CVE-2013-6370]: buffer overflow if size_t is larger than int
* Remove all upstream-merged patches
* Add patch to fix variable set but not used [-Werror=unused-but-set-variable]
* Update libjson-c2 symbols file
+ The new upstream release misses two symbols, upload to experimental
first if it poses any real problem or not.
* Migrate to automatic dbgsym
* Add autotools-dev dh addon
* Bump standards to 3.9.7 (no change)
* Bump SOVERSION as interfaces has been removed from 0.12 release
* Library transition from libjson-c2 to libjson-c3 as interfaces has
been removed
-- Ondřej Surý <ondrej@debian.org> Thu, 17 Apr 2014 10:53:37 +0200
json-c (0.11-4) unstable; urgency=low
* Add upstream patch to fix two security vulnerabilities (Closes: #744008)
+ [CVE-2013-6371]: hash collision denial of service
+ [CVE-2013-6370]: buffer overflow if size_t is larger than int
-- Ondřej Surý <ondrej@debian.org> Thu, 17 Apr 2014 12:02:59 +0200
json-c (0.11-3) unstable; urgency=low
* Repository is not at anonscam.debian.org :)
* Merge git changes from 0.11 and not-yet-merged pull request #94 needed
for new php5-json
-- Ondřej Surý <ondrej@debian.org> Tue, 27 Aug 2013 12:37:59 +0200
json-c (0.11-2) unstable; urgency=low
* Fix compat symlinks in libjson0 and libjson0-dev
-- Ondřej Surý <ondrej@debian.org> Thu, 06 Jun 2013 20:05:57 +0200
json-c (0.11-1) unstable; urgency=low
* Imported Upstream version 0.11
* Transition from libjson to libjson-c reflecting upstream library name
change
* Add very thin symlink-based compatibility layer from libjson.so.0 to
libjson-c.so.2
* Remove debian/patches/fix-format-string-in-test.patch; merged upstream
* Move documentation to SONAME agnostic package libjson-c-doc
* Rename dbg symbols package to libjson-c2-dbg
* Update watch file (Closes: #693518)
* Update homepage location (Closes: #704918)
-- Ondřej Surý <ondrej@debian.org> Mon, 13 May 2013 10:29:21 +0200
json-c (0.10-1.2) unstable; urgency=medium
* Medium-urgency upload for RC bugfix.
* Non-maintainer upload, with approval of the maintainer.
* Install libjson to /lib instead of /usr/lib, since upstart 1.6 needs it.
Closes: #695566.
-- Steve Langasek <vorlon@debian.org> Fri, 14 Dec 2012 16:28:07 -0800
json-c (0.10-1.1) unstable; urgency=low
* Non-maintainer upload.
* Include the missing json_object_iterator.h header in
libjson0-dev. (Closes: #685714)
-- Gergely Nagy <algernon@madhouse-project.org> Mon, 27 Aug 2012 12:56:32 +0200
json-c (0.10-1) unstable; urgency=low
* New upstream release (Closes: #684058)
* Change watch file to target on github json-c repository.
* Add patch fixing compilation warning in tests/test_printbuf.c.
* Update to standards-version 3.9.3.0.
* Update copyright information.
-- fabien boucher <fabien.dot.boucher@gmail.com> Fri, 17 Aug 2012 16:40:10 +0000
json-c (0.9-1.1) unstable; urgency=low
* Non-maintainer upload
* Build for multiarch, closes: #637621
(Patch from Steve Langasek)
-- Riku Voipio <riku.voipio@linaro.org> Fri, 18 May 2012 17:21:25 +0300
json-c (0.9-1) unstable; urgency=low
* Initial release (Closes: #557788)
-- fabien boucher <fabien.dot.boucher@gmail.com> Wed, 11 Nov 2009 16:34:13 +0100
|