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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
|
mruby (3.3.0-1) unstable; urgency=medium
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 03 Apr 2024 13:19:27 +0900
mruby (3.3.0~rc2-1) experimental; urgency=medium
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 07 Feb 2024 16:29:54 +0900
mruby (3.2.0-2) unstable; urgency=medium
* d/clean: Add build_config/default.rb.lock. (Closes: #1046416)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 06 Sep 2023 14:23:11 +0900
mruby (3.2.0-1) unstable; urgency=medium
* New upstream release.
* d/copyright: Update copyright year
* d/control: Bump Standards-Version to 4.6.2
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 25 Jun 2023 14:39:17 +0900
mruby (3.1.0-3) unstable; urgency=medium
* Revert "d/rules: Build using host-m32.rb when architecture is i386"
* d/rules: Fix FTBFS on i386. (Closes: #1031321)
Add '-ffloat-store' to DEB_CFLAGS_MAINT_APPEND if architecture are i386 or
m68k. Thanks to Adrian Bunk <bunk@debian.org>.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 13 Mar 2023 16:53:46 +0900
mruby (3.1.0-2) experimental; urgency=medium
* d/rules: Build using host-m32.rb when architecture is i386.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 11 Feb 2023 09:19:05 +0900
mruby (3.1.0-1) unstable; urgency=medium
* New upstream release.
* Fix CVE-2021-46020, CVE-2022-0240, CVE-2022-0481, CVE-2022-0890,
CVE-2022-1071, CVE-2022-1427, CVE-2022-1201. (Closes: #1014968)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 08 Aug 2022 11:39:09 +0900
mruby (3.0.0-4) unstable; urgency=medium
* Fix CVE-2022-1212. (Closes: #1009044)
Add d/patches/CVE-2022-1212.patch. Fix Use-After-Free in str_escape.
* Fix CVE-2022-1286.
Add d/patches/CVE-2022-1286.patch. Fix heap-buffer-overflow in mrb_vm_exe.
* Add 'DEB_BUILD_MAINT_OPTIONS = hardening=+all' to d/rules.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 07 May 2022 17:09:06 +0900
mruby (3.0.0-3) unstable; urgency=medium
* Fix vulnerable to Heap-based Buffer Overflow (Fix CVE-2022-0080).
Add d/patches/CVE-2022-0080.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 06 Jan 2022 11:21:13 +0900
mruby (3.0.0-2) unstable; urgency=medium
* Fix vulnerable to NULL Pointer Dereference (Fix CVE-2021-4110).
Add d/patches/CVE-2021-4110.patch. (Closes: #1001768)
* Update d/copyright
- Get rid of lintian 'superfluous-file-pattern'.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 06 Jan 2022 10:46:45 +0900
mruby (3.0.0-1) unstable; urgency=medium
* New upstream release.
* Update d/control
- Bump Standards-Version to 4.6.0.
- Add "Rules-Requires-Root: no".
- Add Homepage field.
* Update d/gbp.conf
- Set debian-branch to debian/sid for DEP-14 conformance.
* Update d/patches
- add_fpic_amd64.patch: Update to latest version.
- Drop unnecessary patches.
- Add Fix-typo.patch.
* Update d/rules
- Remove whitespace
* Update d/copyright.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 23 Sep 2021 07:12:02 +0900
mruby (2.1.2-3) unstable; urgency=medium
* Fix CVE-2020-36401.
Fixed the use-after-free problem. Add d/patches/Fix-CVE-2020-36401.patch.
This patch is included 9cdf439db5 and 97319697c8 from upstream.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 12 Jul 2021 16:23:01 +0900
mruby (2.1.2-2) unstable; urgency=medium
* Add d/upstream/metadata.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 27 Dec 2020 14:14:43 +0900
mruby (2.1.2-1) unstable; urgency=medium
* New upstream release (2.1.2). (Closes: #972051)
* Update d/control.
- Bump Standards-Version to 4.5.0.
- Use debhelper-compat instead of debhelper and compat.
* Remove some debian specific patches.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 09 Dec 2020 13:24:45 +0900
mruby (2.0.1-1) experimental; urgency=medium
* New upstream release (2.0.1).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 04 May 2019 06:39:54 +0900
mruby (2.0.0-1) unstable; urgency=medium
[ Akira Mitsui ]
* New upstream release (2.0.0).
[ Nobuhiro Iwamatsu ]
* Update patches.
* Bump Standards-Version to 4.3.0.
-- Akira Mitsui <murase.syuka@gmail.com> Sat, 15 Dec 2018 11:55:05 +0900
mruby (1.4.1+20180922+git8fc56f06-1) unstable; urgency=medium
* Snapshot, taken from the master (20180922).
-- Akira Mitsui <murase.syuka@gmail.com> Sat, 22 Sep 2018 15:39:05 +0900
mruby (1.4.1+20180622+git640fca32-1) unstable; urgency=medium
* Snapshot, taken from the master (20180622).
- Fix CVE-2018-11743, CVE-2018-12249 CVE-2018-12248.
Closes: #900845 #901652 #901653
* Remove patches/Fix-test-on-big-endian-CPUs.patch.
Applied to upstream.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 22 Jun 2018 07:59:03 +0900
mruby (1.4.1+20180527+git14c21793-1) UNRELEASED; urgency=medium
* Snapshot, taken from the master (20180527).
-- Akira Mitsui <murase.syuka@gmail.com> Sun, 27 May 2018 14:41:01 +0900
mruby (1.4.1-2) unstable; urgency=medium
* Fix test on big-endian (Closes: #897087)
Add Fix-test-on-big-endian-CPUs.patch, Add-set_endian-function.patch and
Add-check-function-for-endian.patch and
Move-function-of-endian-from-Crossbuild-to-build.patch
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 10 May 2018 13:13:40 +0900
mruby (1.4.1-1) unstable; urgency=medium
* New upstream release (1.4.1).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 08 May 2018 08:07:23 +0900
mruby (1.4.0+20180418+git54905e98-3) unstable; urgency=medium
* Fix FTBFS RuntimeError: IO#isatty => open /dev/tty (mrbgems: mruby-io)
Remove patches/Skip-mruby-io-test-if-there-is-no-dev-tty.patch, and
add patches/Skip-mruby-tty-test-in-io.patch.
(Closes: #896162)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 23 Apr 2018 10:27:32 +0900
mruby (1.4.0+20180418+git54905e98-2) unstable; urgency=medium
* Fix FTBFS RuntimeError: IO#isatty => open /dev/tty (mrbgems: mruby-io)
Add patches/Skip-mruby-io-test-if-there-is-no-dev-tty.patch.
(Closes: #896162)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 22 Apr 2018 12:17:43 +0900
mruby (1.4.0+20180418+git54905e98-1) unstable; urgency=medium
* Update from stable branch(20180418).
- Fix CVE-2018-10191 (Closes: #896020)
Use after free caused by integer overflow in environment stack
- Fix CVE-2018-10199.(Closes: #896021)
Use after free in File#initilialize_copy
* Bump Standards-Version to 4.1.4.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 20 Apr 2018 08:29:33 +0900
mruby (1.4.0-1) unstable; urgency=medium
* New upstream release(1.4.0).
* Change Vcs-Git to use https.
* Update copyright.
- Update secure copyright format URI.
- Update License from MIT to Expat.
-- Akira Mitsui <murase.syuka@gmail.com> Sun, 04 Feb 2018 11:08:22 +0900
mruby (1.3.0+20171124+git0ab21a9a-1) unstable; urgency=medium
* Snapshot, taken from the master (20171124).
-- Akira Mitsui <murase.syuka@gmail.com> Fri, 24 Nov 2017 23:23:15 +0900
mruby (1.3.0+20171029+git77edafb0-1) unstable; urgency=medium
* Snapshot, taken from the master (20171029).
* Change priority from extra to optional.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 30 Oct 2017 17:58:41 +0900
mruby (1.3.0+20170925+git38185028-1) unstable; urgency=medium
* Snapshot, taken from the master (20170925).
* Update Standards-Version to 4.1.0.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 26 Sep 2017 04:22:21 +0900
mruby (1.3.0-1) unstable; urgency=medium
* New upstream release(1.3.0).
* Update Standards-Version to 4.0.0.
-- Akira Mitsui <murase.syuka@gmail.com> Wed, 05 Jul 2017 01:11:06 +0900
mruby (1.2.0+20170601+git51e0e690-1) experimental; urgency=medium
* Snapshot, taken from the master (20170601).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 02 Jun 2017 10:45:38 +0900
mruby (1.2.0+20170504+git964a02f1-1) unstable; urgency=medium
* Snapshot, taken from the master (20170504).
-- Akira Mitsui <murase.syuka@gmail.com> Thu, 04 May 2017 03:34:02 +0900
mruby (1.2.0+20170226+gitfecbde32-1) unstable; urgency=medium
* Snapshot, taken from the master (20170226).
-- Akira Mitsui <murase.syuka@gmail.com> Mon, 27 Feb 2017 13:28:02 +0900
mruby (1.2.0+20161228+git30d5424a-1) unstable; urgency=medium
* Snapshot, taken from the master (20161228).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 28 Dec 2016 06:42:26 +0900
mruby (1.2.0+20161009+git8488425e-1) unstable; urgency=medium
* Snapshot, taken from the master (20161009).
* Update Standards-Version to 3.9.8.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 15 Oct 2016 06:01:22 +0900
mruby (1.2.0+20160804+git501e1ef2-1) unstable; urgency=medium
* Snapshot, taken from the master (20160804).
-- Akira Mitsui <murase.syuka@gmail.com> Thu, 04 Aug 2016 00:25:55 +0900
mruby (1.2.0+20160527+git6b0299f7-1) unstable; urgency=medium
* Snapshot, taken from the master (20160527).
-- Akira Mitsui <murase.syuka@gmail.com> Fri, 27 May 2016 00:10:50 +0900
mruby (1.2.0+20160426+git8f0c1c7d-1) unstable; urgency=medium
* Snapshot, taken from the master (20160426).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 26 Apr 2016 09:35:09 +0900
mruby (1.2.0+20160315+git4f20d58a-1) unstable; urgency=medium
* Snapshot, taken from the master (20160315).
* Bump Standards-Version to 3.9.7.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 15 Mar 2016 03:29:36 +0900
mruby (1.2.0+20160220+gitcf5ca036-1) unstable; urgency=medium
* Snapshot, taken from the master (20160220).
-- Akira Mitsui <murase.syuka@gmail.com> Sat, 12 Mar 2016 00:27:24 +0900
mruby (1.2.0+20151223+git7e4a7abf-1) unstable; urgency=medium
* Snapshot, taken from the master (20151223).
-- Akira Mitsui <murase.syuka@gmail.com> Wed, 23 Dec 2015 13:32:13 +0900
mruby (1.2.0-1) unstable; urgency=medium
* New upstream release(1.2.0).
* Remove patch. because it fixed in upstream
-- Akira Mitsui <murase.syuka@gmail.com> Tue, 17 Nov 2015 22:47:07 +0900
mruby (1.1.0+20151021+git68ba3862-1) unstable; urgency=medium
* Snapshot, taken from the master (20151021).
* Add patches/fix_bintest_for_debuild.patch.
-- Akira Mitsui <murase.syuka@gmail.com> Wed, 21 Oct 2015 21:21:18 +0900
mruby (1.1.0+20150906+git1cbbb7e1-1) unstable; urgency=medium
* Snapshot, taken from the master (20150906).
-- Akira Mitsui <murase.syuka@gmail.com> Sun, 06 Sep 2015 09:55:36 +0900
mruby (1.1.0+20150817+gita1731254-1) unstable; urgency=medium
* Snapshot, taken from the master (20150817).
* Add patches/change_optimize_O2.patch. (Closes: #795367)
* Add patches/add_fpic_amd64.patch. (Closes: #795407)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 17 Aug 2015 19:53:07 +0900
mruby (1.1.0+20150807+git4fdf4922-1) unstable; urgency=medium
* Snapshot, taken from the master (20150807). (Closes: #793296)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 07 Aug 2015 07:08:54 +0900
mruby (1.1.0+20150601+gitbd2686d8-1) unstable; urgency=medium
* Snapshot, taken from the master (20150601).
* Bump Standards-Version to 3.9.6.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 01 Jun 2015 14:33:47 +0900
mruby (1.1.0+20150416+gitfa824e32-1) unstable; urgency=medium
* Snapshot, taken from the master (20150416).
-- Akira Mitsui <murase.syuka@gmail.com> Thu, 16 Apr 2015 00:39:10 +0900
mruby (1.1.0+20150131+git089f1f6c-1) unstable; urgency=medium
* Snapshot, taken from the master (20150131).
* Remove patch. because it fixed in upstream
-- Akira Mitsui <murase.syuka@gmail.com> Sat, 31 Jan 2015 16:58:37 +0900
mruby (1.1.0-1) unstable; urgency=low
* New upstream release(1.1.0).
* Update man pages
-- Akira Mitsui <murase.syuka@gmail.com> Tue, 25 Nov 2014 22:06:20 +0900
mruby (1.0.0+20141109+gitfbadd660-1) unstable; urgency=medium
* Snapshot, taken from the master (20141109).
-- Akira Mitsui <murase.syuka@gmail.com> Sun, 09 Nov 2014 23:26:31 +0900
mruby (1.0.0+20141015+gitb4cc962c-1) unstable; urgency=medium
* Snapshot, taken from the master (20141015).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 15 Oct 2014 19:49:36 +0900
mruby (1.0.0+20140919+git5f7b0580-1) unstable; urgency=medium
* Snapshot, taken from the master (20140919).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 19 Sep 2014 08:40:31 +0900
mruby (1.0.0+20140623+gitc938b2f6-1) unstable; urgency=medium
* Snapshot, taken from the master (20140623).
-- Akira Mitsui <murase.syuka@gmail.com> Mon, 23 Jun 2014 18:58:59 +0900
mruby (1.0.0-1) unstable; urgency=low
* New upstream release(1.0.0).
* Update Standards-Version to 3.9.5.
-- Akira Mitsui <murase.syuka@gmail.com> Thu, 2 Jan 2014 14:24:54 +0900
mruby (0.0.0~20131214+git882afdea-1) unstable; urgency=medium
* Snapshot, taken from the master (20131214).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 14 Dec 2013 10:56:42 +0900
mruby (0.0.0~20131107+gitf80401de-1) unstable; urgency=low
* Snapshot, taken from the master (20131107).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 07 Nov 2013 12:23:24 +0900
mruby (0.0.0~20131011+git480e3297-1) unstable; urgency=low
* Snapshot, taken from the master (20131011).
* Upload to unstable.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 11 Oct 2013 13:34:59 +0900
mruby (0.0.0~20130903+gitad5c408c-1) experimental; urgency=low
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 03 Sep 2013 07:49:24 +0900
mruby (0.0.0~20130801+gitc550a0f8-1) experimental; urgency=low
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 01 Aug 2013 07:43:27 +0900
mruby (0.0.0~20130704+git4c8fd521-1) experimental; urgency=low
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 04 Jul 2013 08:27:16 +0900
mruby (0.0.0~20130531+git5c6d2818-1) experimental; urgency=low
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 31 May 2013 17:33:04 +0900
mruby (0.0.0~20130515+git95fb1fd8-1) experimental; urgency=low
* Initial release. (Closes: #697835)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 15 May 2013 07:29:35 +0900
|