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 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596
|
firejail (0.9.64.4-2+deb11u1) bullseye-security; urgency=medium
* Fix local root exploit reachable via --join logic. (CVE-2022-31214)
(Closes: #1012510)
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 16 Jun 2022 21:54:51 +0200
firejail (0.9.64.4-2) unstable; urgency=medium
* Cherry-pick upstream fix for fcopy usage with private-lib. (Closes: #973756)
* Add lintian override for warning about mode of firejail helper binaries.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 27 Feb 2021 12:25:29 +0100
firejail (0.9.64.4-1) unstable; urgency=high
* New upstream release.
- disable overlayfs support because of security issue (local privilege
escalation). (CVE-2021-26910)
* Drop d/clean.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 08 Feb 2021 18:23:11 +0100
firejail (0.9.64.2-1) unstable; urgency=medium
* New upstream release.
* Fix paths of docs referenced in manpages. (Closes: #975980)
* Bump Standards-Version to 4.5.1.
* Don't compress contrib scripts.
* Drop removed and move renamed conffile.
* Prevent fixing permissions of binaries expected to be execute-only.
* Remove leftover Makefile.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 30 Jan 2021 14:28:46 +0100
firejail (0.9.64-1) unstable; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* Point d/watch to GitHub.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 22 Oct 2020 18:16:50 +0200
firejail (0.9.64~rc1-2) experimental; urgency=low
* Cherry-pick upstream fixes:
- fix crash on systems with disabled SELinux
- fix parallel build failures
- fix test suite failures
* Update netblue30's email address.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 06 Oct 2020 20:21:58 +0200
firejail (0.9.64~rc1-1) experimental; urgency=low
* New upstream release snapshot.
- fix conflict of --private and --allusers (Closes: #949469)
* Refresh patches and drop applied ones.
* Recommend xdg-dbus-proxy for new dbus sandboxing feature.
* Build-depend on gawk for manpage processing.
* Build-depend on libselinux1-dev for new SELinux labeling support.
* Build with SELinux labeling support.
* Update copyrights.
* Symlink test sources to d/missing-sources so lintian can find them.
* Install vim files for syntax and filetype detection to addons directory.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 05 Oct 2020 23:18:21 +0200
firejail (0.9.62.4-3) unstable; urgency=medium
* Import compatibility fix for AppArmor 3.0. (LP: #1899334)
* Symlink test sources to d/missing-sources so lintian can find them.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 17 Oct 2020 13:41:00 +0200
firejail (0.9.62.4-2) unstable; urgency=medium
* Import test suite fix to fix autopkgtests.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 18 Aug 2020 17:49:36 +0200
firejail (0.9.62.4-1) unstable; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* Re-apply patch that prevents installation of AppArmor override file,
as upstream is installing the file again unnecessarily.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 17 Aug 2020 20:10:29 +0200
firejail (0.9.62.2-1) unstable; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* autopkgtest: disable audit.exp test, which is not working
inside containers/namespaces.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 11 Aug 2020 19:22:16 +0200
firejail (0.9.62-4) unstable; urgency=high
* Import security fixes for CVE-2020-17367 and CVE-2020-17368:
- don't interpret output arguments after end-of-options tag
- don't pass command line through shell when redirecting output
* Import profile updates:
- allow additional characters in paths
- profile for Element
- profile for teams (Closes: #956187)
- whitelist /usr/share/doc for some document viewers (Closes: #950007)
- whitelist /usr/share/firefox in firefox profile (Closes: #948656)
* Bump debhelper compat level to 13.
* Bump Standards-Version to 4.5.0.
* Fix test-suite container check.
* Add upstream bugtracker to metadata.
* Move dh_missing calls to their own override target.
* Update Vcs-* URLs.
* Add Forwarded headers to patches.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 06 Aug 2020 17:45:00 +0200
firejail (0.9.62-3) unstable; urgency=medium
* Import upstream profile fixes:
- firefox (Closes: #948558)
- transmission-daemon (Closes: #948993)
* Import another test fix and skip faudit test inside containers.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 20 Jan 2020 19:53:34 +0100
firejail (0.9.62-2) unstable; urgency=medium
* autopkgtest improvements:
- cherry-pick upstream test fixes
- restore default firejail config for running tests
- add testuser to firejail.users file
- split filters tests into isolation-machine test, as they do not
work well inside containers that already set up seccomp.
- skip tests that require working terminal
- disable another test that tries to access the internet
- run simple-tests as root to do some setup
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 03 Jan 2020 16:57:15 +0100
firejail (0.9.62-1) unstable; urgency=medium
* New upstream release.
- fixes ffplay profile (Closes: #941241)
- allows nc in ssh profile for usage in ProxyCommand (Closes: #941730)
* Refresh patches.
* Drop removed skype profile.
* Build-depend on pkg-config.
* Install profile templates to doc dir.
* Update copyrights.
* Bump Standards-Version to 4.4.1.
* Declare that d/rules does not require root.
* Cherry-pick m4 macro that was not included in orig tarball.
* Rename ADTTMP to AUTOPKGTEST_TMP in autopkgtests.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 30 Dec 2019 18:11:17 +0100
firejail (0.9.60-2) unstable; urgency=medium
* Upload to unstable.
* Revert "Point to experimental branch in Vcs-Git".
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 07 Jul 2019 15:19:13 +0200
firejail (0.9.60-1) experimental; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* Remove obsolete conffile (snap.profile).
* Point to experimental branch in Vcs-Git.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 29 May 2019 22:05:08 +0200
firejail (0.9.58.2-2) unstable; urgency=high
* Cherry-pick security fix for seccomp bypass issue. (Closes: #929732)
Seccomp filters were writable inside the jail, so they could be
overwritten/truncated. Another jail that was then joined with the first
one, had no seccomp filters applied.
* Cherry-pick security fix for binary truncation issue. (Closes: #929733)
When the jailed program was running as root, and firejail was killed
from the outside (as root), the jailed program had the possibility to
truncate the firejail binary outside the jail.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 29 May 2019 21:06:42 +0200
firejail (0.9.58.2-1) unstable; urgency=medium
* New upstream release.
- new global configuration flag (name-change) that allows disabling
automatic renaming of sandboxes, if requested name already exists
(Closes: #920768)
- whitelist additional files in zoom profile
Thanks to Patrik Flykt for the patch. (Closes: #921454)
* Drop patch applied upstream.
* Switch off cgroup support by default in firejail.config, as it can be
used to move processes into less restricted cgroups (see also #916920).
* Install AppArmor local override file via dh_apparmor.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 08 Feb 2019 20:06:02 +0100
firejail (0.9.58-1) unstable; urgency=medium
* New upstream release.
* Mark github-desktop.profile as moved conffile.
* Allow ptrace read/readby requests in AppArmor profile.
Thanks to Salvo Tomaselli for the report and intrigeri for help with
AppArmor. (Closes: #912587)
* Restrict networking feature by default in firejail.config, as a new
network namespace can circumvent packet filter of default namespace.
Thanks to Alain Ducharme for the report. (Closes: #916920)
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 27 Jan 2019 17:09:49 +0100
firejail (0.9.58~rc1-1) experimental; urgency=low
* New upstream release candidate.
- fix profile detection when path contains spaces (Closes: #903831)
* Drop patch applied upstream.
* Bump copyright years.
* Bump Standards-Version to 4.3.0.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 21 Jan 2019 21:37:32 +0100
firejail (0.9.56-2) unstable; urgency=medium
* Properly (re)move obsolete conffiles.
Thanks to Paul Wise for repeatedly reporting these issues.
(Closes: #909640)
* Mark autopkgtests as flaky, as some tests behave differently than
expected depending on the environment they are run in.
* Cherry-pick upstream patches to skip some environment-dependent tests.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 01 Oct 2018 15:55:51 +0200
firejail (0.9.56-1) unstable; urgency=medium
* New upstream release.
* Move profiles test to unisolated test run.
* Recommend iproute2 for tc used in fshaper.sh for --bandwidth feature.
* Drop patch applied upstream.
* Bump Standards-Version to 4.2.1.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 20 Sep 2018 23:34:09 +0200
firejail (0.9.56~rc1-1) experimental; urgency=low
* New upstream release candidate.
- evaluate UID_MIN at runtime instead of hardcoding during compilation
(Closes: #900337)
* Bump Standards-Version to 4.2.0.
* debian/tests:
- disable tests that attempt to access the internet
- temporarily disable broken tests (fixed upstream already)
- reorganize tests a bit; allow some to run unisolated
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 16 Aug 2018 19:26:39 +0200
firejail (0.9.54-1) unstable; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 16 May 2018 20:30:01 +0200
firejail (0.9.54~rc2-1) experimental; urgency=medium
* New upstream release candidate.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 13 May 2018 21:11:28 +0200
firejail (0.9.54~rc1-1) experimental; urgency=low
* New upstream release candidate.
- mark ~/.homesick as read-only by default (Closes: #884579)
Thanks to Alexander Gerasiov for the patch.
* Add NEWS entry about new user restriction feature.
* Add renamed profile to maintscript helper.
* Use dh_missing for missed file detection instead of dh_install.
* Bump copyright years.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 07 May 2018 22:42:16 +0200
firejail (0.9.52-3) unstable; urgency=medium
* Move packaging VCS to salsa.
* Bump Standards-Version to 4.1.4.
* Add upstream metadata file.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 27 Apr 2018 19:42:28 +0200
firejail (0.9.52-2) unstable; urgency=medium
* Cleanup removed conffile in correct binary package. (Closes: #884915)
* Bump debhelper compatibility/dependency to 11.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 21 Dec 2017 18:53:32 +0100
firejail (0.9.52-1) unstable; urgency=medium
* New upstream release.
- new command to help building new profiles (--build) (Closes: #860942)
* Drop patch applied upstream.
* Remove lxterminal.profile conffile, which was deleted upstream.
* Bump Standards-Version to 4.1.2.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 16 Dec 2017 14:07:29 +0100
firejail (0.9.50-3) unstable; urgency=medium
* Upload to unstable.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 18 Sep 2017 00:53:38 +0200
firejail (0.9.50-2) experimental; urgency=low
* Cherry-pick another seccomp-related build fix.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 10 Sep 2017 15:02:25 +0200
firejail (0.9.50-1) experimental; urgency=medium
* New upstream release.
* Drop build patch applied upstream.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 10 Sep 2017 03:01:53 +0200
firejail (0.9.50~rc1-2) experimental; urgency=low
* Cherry-pick fix for build failure on some architectures.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 30 Aug 2017 22:33:09 +0200
firejail (0.9.50~rc1-1) experimental; urgency=low
* New upstream release candidate.
- Several profile fixes (Closes: #866014, #872287, #872720)
Thanks to Martin Dosch for the reports and a patch.
- Improve cross build support (Closes: #869707)
Thanks to Helmut Grohne for providing the patch.
* debian/copyright: Switch URLs to https.
* Bump Standards-Version to 4.1.0.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 29 Aug 2017 18:31:22 +0200
firejail (0.9.48-2) unstable; urgency=medium
* Upload to unstable.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 18 Jun 2017 13:48:09 +0200
firejail (0.9.48-1) experimental; urgency=low
* New upstream release.
- Allow jailed thunderbird to read mime data (Closes: #864510)
* Run arguments and fcopy tests during autopkgtest.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 15 Jun 2017 12:24:55 +0200
firejail (0.9.46-2) experimental; urgency=low
* Fix arch:all build by overriding dh_fixperms only for arch:any
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 20 May 2017 11:34:01 +0200
firejail (0.9.46-1) experimental; urgency=low
* New upstream release.
* Replace patch which prevented installation of contrib scripts to
/usr/lib with newly added configure option.
* Add Xvfb as alternative recommendation for X isolation.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 19 May 2017 00:28:31 +0200
firejail (0.9.46~rc1-1) experimental; urgency=low
* New upstream release candidate.
* Split profiles into separate package (Closes: #850273).
- New binary package firejail-profiles
- Remove old profile conffiles from firejail binary package
- Add NEWS to inform about the package split
* debian/copyright:
- Document copyright of contributed script
- Update path of moved file
- Bump copyright years to 2017
* Install contrib scripts in doc directory.
* Replace icedove with thunderbird in test dependencies.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 21 Apr 2017 19:39:04 +0200
firejail (0.9.44.10-1) experimental; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 25 Mar 2017 12:17:06 +0100
firejail (0.9.44.8-1) unstable; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 19 Jan 2017 23:14:35 +0100
firejail (0.9.44.6-1) unstable; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 16 Jan 2017 19:33:26 +0100
firejail (0.9.44.4-1) unstable; urgency=high
* New upstream release.
- Security fixes for: CVE-2017-5180, CVE-2017-5206, CVE-2017-5207
(Closes: #850528, #850558)
* Drop patches applied upstream.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 07 Jan 2017 20:24:40 +0100
firejail (0.9.44.2-3) unstable; urgency=high
* Add followup fix for CVE-2017-5180 (Closes: #850160).
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 06 Jan 2017 13:44:25 +0100
firejail (0.9.44.2-2) unstable; urgency=high
* Add upstream fix for CVE-2017-5180 (Closes: #850160).
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 04 Jan 2017 23:56:30 +0100
firejail (0.9.44.2-1) unstable; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 04 Dec 2016 21:44:08 +0100
firejail (0.9.44-1) unstable; urgency=medium
* New upstream release.
- Fix sandbox escape via terminal input buffer similar to
SELinux's CVE-2016-7545.
* Run apps-x11-xorg tests during autopkgtest.
* Add xauth to Recommends for x11=xorg sandbox feature.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 23 Oct 2016 13:13:17 +0200
firejail (0.9.44~rc1-1) experimental; urgency=low
* New upstream release candidate.
- Fix program crashes with nvidia driver (Closes: #839868)
* Add iptables to Recommends for netfilter feature.
* Bump debhelper compat level to 10.
- Drop --parallel, which is now default behavior
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 16 Oct 2016 23:35:47 +0200
firejail (0.9.42-1) unstable; urgency=medium
* New upstream release.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 09 Sep 2016 19:16:52 +0200
firejail (0.9.42~rc2-1) experimental; urgency=low
* New upstream release candidate.
- shell prompt no longer overwritten by default (Closes: #834256)
* Drop patch for build failure, applied upstream.
* Add upstream signing key.
* Check upstream signature with uscan.
* Install upstream README.
* Enable AppArmor support.
* Include upstream sysutils tests in autopkgtest run.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 29 Aug 2016 21:39:09 +0200
firejail (0.9.42~rc1-2) experimental; urgency=low
* Cherry-pick upstream fix for build failure on non-x86 platforms.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 28 Jul 2016 19:19:07 +0200
firejail (0.9.42~rc1-1) experimental; urgency=low
* New upstream release candidate.
* Drop LXC patch applied upstream.
* Add ping and wget to test dependencies.
* Run autopkgtests in isolation-machine.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 25 Jul 2016 22:27:01 +0200
firejail (0.9.40-3) unstable; urgency=low
* Replace patch for LXC support with improved version by upstream.
Previous fix only worked for firejail as init process, not in
user sessions inside containers (like with autopkgtest).
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 14 Jun 2016 21:46:32 +0200
firejail (0.9.40-2) unstable; urgency=low
* Remove obsolete conffiles (Closes: #825877).
* Add iptables to test dependencies.
* Cherry-pick upstream patch for LXC detection.
autopkgtests were failing in LXC because firejail wrongly
detected an already existing sandbox.
* Add gbp.conf to enable pristine-tar by default.
* Add Vcs-* fields; git repository is now in collab-maint.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 03 Jun 2016 00:39:17 +0200
firejail (0.9.40-1) unstable; urgency=low
* New upstream release.
- Fix legacy Opera profile (Closes: #819950)
* Add autopkgtests to run upstream's test suite.
- skip test target in debian/rules, which is run in autopkgtest
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 30 May 2016 20:56:06 +0200
firejail (0.9.40~rc1-1) experimental; urgency=low
* New upstream release candidate. (Closes: #823191)
* Recommend xpra or xserver-xephyr for X11 isolation.
* Drop autotools-dev; debhelper is now doing the same.
* Bump copyright years to 2016.
* Bump Standards-Version to 3.9.8.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 02 May 2016 19:33:26 +0200
firejail (0.9.38-1) unstable; urgency=low
* New upstream release.
* Bump standards version to 3.9.7.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 07 Feb 2016 12:07:07 +0100
firejail (0.9.36-1) unstable; urgency=low
* New upstream release.
- Support for logging of blacklist violations (Closes: #794837)
* Updated Homepage field.
* Dropped reproducibility patch, which has been applied upstream.
* Dropped debian/missing-sources. Upstream removed binaries
from release tarball.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 29 Dec 2015 20:46:42 +0100
firejail (0.9.34-1) unstable; urgency=low
* New upstream release.
* Drop libdir patch applied upstream.
* Symlink source which lintian thinks is missing.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 09 Nov 2015 20:30:16 +0100
firejail (0.9.32-1) unstable; urgency=low
* New upstream release.
* Added README.Debian.
* Added patch to fix the location of the lib dir.
-- Reiner Herrmann <reiner@reiner-h.de> Sat, 24 Oct 2015 14:24:30 +0200
firejail (0.9.28-1) unstable; urgency=low
* New upstream release.
- Common include for blacklisted directories (Closes: #789164)
- Improved support for other architectures (Closes: #789317)
* Enabled all Linux architectures again.
* Removed unneeded debian/firejail.bash-completion file.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 05 Aug 2015 23:13:40 +0200
firejail (0.9.26-1) unstable; urgency=low
* New upstream release.
* Enabled all hardening options.
* Amended reproducibility patch to use normalized locale.
* Dropped usage of outdated bash-completion debhelper.
* Limited architectures to supported ones (Closes: #789163).
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 18 Jun 2015 19:36:29 +0200
firejail (0.9.24-1) unstable; urgency=low
* New upstream release.
* Dropped patches applied upstream.
-- Reiner Herrmann <reiner@reiner-h.de> Mon, 06 Apr 2015 12:56:57 +0200
firejail (0.9.22-1) unstable; urgency=low
* Initial release (Closes: #777671)
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 15 Mar 2015 12:51:24 +0100
|