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 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862
|
open-iscsi (2.1.3-5) unstable; urgency=medium
[ Cyril Brulebois ]
* [3b8b2d8] Revert "Set architecture for build to linux-any"
* [1297e50] Adjust dh_auto_install and dh_makeshlibs overrides for the conditional udeb.
-- Ritesh Raj Sarraf <rrs@debian.org> Thu, 20 May 2021 19:52:30 +0530
open-iscsi (2.1.3-4) unstable; urgency=medium
* [8142984] Set architecture for build to linux-any. This ensures that the
library is built on the right set of architectures and dh_makeshlibs is
invoked appropriately. (Closes: #987858)
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 04 May 2021 21:45:56 +0530
open-iscsi (2.1.3-3) unstable; urgency=medium
* [47645a5] Make open-iscsi-udeb compatible with d-i.
Thanks to Cyril Brulebois (Closes: #987568)
-- Ritesh Raj Sarraf <rrs@debian.org> Thu, 29 Apr 2021 13:43:35 +0530
open-iscsi (2.1.3-2) unstable; urgency=medium
* [c3b7109] Fix FTCBFS:
Let dh_auto_configure pass --host to iscsiuio/configure.
Thanks to Helmut Grohne <helmut@subdivi.de> (Closes: #898758)
* [efb5512] Add patches from upstream:
Fix memory leak in iscsiadm, Fix iscsiadm segfault when exiting, and
Fix iscsistart login issue when target is delayed. The last one should
fix #980085. (Closes: #980085)
-- Chris Hofstaedtler <zeha@debian.org> Sun, 07 Feb 2021 19:23:13 +0000
open-iscsi (2.1.3-1) unstable; urgency=medium
* [afee47d] New upstream version 2.1.3
- Fixes CVE-2020-13987, CVE-2020-17437, CVE-2020-13988.
* [236761e] Mark open-iscsi, iscsiuio M-A: foreign (Closes: #941099)
* [3e25b6a] d/README.source: remove obsolete get-orig-source note
* [296cd55] Explicitly set build date for docs.
Thanks to Chris Lamb <lamby@debian.org> (Closes: #975046)
-- Chris Hofstaedtler <zeha@debian.org> Thu, 24 Dec 2020 00:09:46 +0000
open-iscsi (2.1.2-2) unstable; urgency=medium
* Source-only upload to allow testing migration.
* Add myself to Uploaders.
-- Chris Hofstaedtler <zeha@debian.org> Sun, 06 Dec 2020 23:25:11 +0000
open-iscsi (2.1.2-1) unstable; urgency=medium
* [7f10701] New upstream version 2.1.2
* [51e4a23] Drop all patches
* [94b33e9] Fix Vcs-Browser link
* [36f52c9] Add a news entry about linkage with OpenSSL
* [8bee5c7] Update d/copyright with copyright and license information
* [02bacbf] Remove unused code to parse changelog
* [72bc9ac] Set libopensicsiusr-dev to arch:all as it has no
architecture dependent files
-- Ritesh Raj Sarraf <rrs@debian.org> Sun, 15 Nov 2020 17:09:06 +0530
open-iscsi (2.1.1-2) unstable; urgency=medium
* Upload to Unstable
* [71e9333] Set to master
* [dd49a5a] Add patches to fix compiler warnings
-- Ritesh Raj Sarraf <rrs@debian.org> Fri, 14 Aug 2020 12:32:16 +0530
open-iscsi (2.1.1-1) experimental; urgency=medium
[ Rafael David Tinoco ]
* New upstream version 2.1.1:
- [76d0a49] Remove OpenSSL dependency due to GPL license conflict
- [5f12ebf] Bump compatibility
- [44034fb] Updates to debian/rules:
- Update package description from upstream documentation
- Update Standards-Version
- Update Build-Depends and Depends
- Create new needed packages (open-iscsi userland library)
- [f4f0987] Update copyright and fix lintian complains
- [37cef72] status command defined to show active sessions
- [4b93bb8] Remove old post-installation workaround and update path
- [0a5ec77] Remove rest of unneeded old update path (abort-upgrade)
- [a4762f0] Remove rest of unneeded old update path (upgrade)
- [6915ce5] iscsid.service is needed whenever iscsi disks are added
- [1002212] Update tests dependencies
- [d3b6647] Workaround for Flex 2.5.35 is not needed anymore
- [396b15a] Use debian/rules for dh overrides (easier to manage)
- [3427d74] Remove old openssl patch to licensing issue:
- d/p/debian/dont-link-against-openssl.patch
- [dc3cfaf] Drop unneeded patches for v2.1.1:
- bugfixes/no-make-clean-kernel.patch (2.0.875-47-gb4a1cef)
- debian/var-run-lock.patch (2.0.877-27-g0f30033)
- debian/udeb-without-libmount.patch (libmount1-dbgsym:2.35.1-5)
- bugfixes/need_iscsiuio_for_hardware_offload.patch (2.0.873-214-gf780a82)
- bugfixes/move_offload_discovery_to_fw_get_targets.patch (2.0.873-215-g3ae35d3)
- bugfixes/fix_iscsiuio_long_options.patch (2.0.873-216-g0685179)
- security/Check-for-root-peer-user-for-iscsiuio-IPC.patch (2.0.875-14-ge313bd6)
- security/iscsiuio-should-ignore-bogus-iscsid-broadcast-packet.patch (2.0.875-15-gb9c3368)
- security/Ensure-all-fields-in-iscsiuio-IPC-response-are-set.patch (2.0.875-16-gbe58eed)
- security/Do-not-double-close-IPC-file-stream-to-iscsid.patch (2.0.875-17-g5504053)
- security/Ensure-strings-from-peer-are-copied-correctly.patch (2.0.875-18-g85f647c)
- security/Skip-useless-strcopy-and-validate-CIDR-length.patch (2.0.875-19-ga7a9613)
- security/Check-iscsiuio-ping-data-length-for-validity.patch (2.0.875-20-g59ede2c)
- include-sys-sysmacros.h-to-properly-define-minor.patch (2.0.875-10-g6d68ef5)
[ Ritesh Raj Sarraf ]
* [1078a22] Set debian branch to experimental
* [59b9ef1] Install docs for the new libopeniscsiusr package
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 23 Jun 2020 20:38:47 +0530
open-iscsi (2.0.874-7) unstable; urgency=medium
* [eeda27c] Enable back pristine-tar as we have now committed it
from the old upload
-- Ritesh Raj Sarraf <rrs@debian.org> Sun, 07 Oct 2018 09:57:48 +0530
open-iscsi (2.0.874-6) unstable; urgency=medium
* [645e13b] Switch packaging to Salsa (Closes: #899771)
* [9c86242] Add patch to fix FTBFS for missing macro.
Thanks to Scott Moser (Closes: #908160)
-- Ritesh Raj Sarraf <rrs@debian.org> Fri, 05 Oct 2018 11:31:19 +0530
open-iscsi (2.0.874-5) unstable; urgency=high
* [aeb86f7] Fix multiple security issues in iscsiuio. (CVE-2017-17840)
(Closes: #885021)
-- Christian Seiler <christian@iwakd.de> Sat, 23 Dec 2017 11:30:44 +0100
open-iscsi (2.0.874-4) unstable; urgency=medium
* [0347300] initramfs: populate PROTO= entry in /run/net-*.conf from iBFT
(Closes: #866213)
-- Christian Seiler <christian@iwakd.de> Sun, 02 Jul 2017 18:01:09 +0200
open-iscsi (2.0.874-3) unstable; urgency=medium
* [e506ea0] udeb: don't update initramfs when iSCSI is not used.
(Closes: #863435)
-- Christian Seiler <christian@iwakd.de> Sun, 18 Jun 2017 22:01:22 +0200
open-iscsi (2.0.874-2) unstable; urgency=medium
[ Christian Seiler ]
* Upload to sid.
* [dfc0d4a] Add some information about hardware offloading to README.Debian.
* [e5e3428] Properly dismantle dm-crypt devices on shutdown.
(Closes: #850211)
[ Andrew Patterson ]
* [dafd2de] Use /run/initramfs/iscsiuio.pid for pid file in initramfs
* [68f161f] Add iscsuio dependent libgcc_s library to debian initramfs
(Closes: #850060)
* [62f0717] Add Chelsio offload modules to initramfs
* [c1d67ee] Revert "Don't ignore offloading NICs in iscsistart."
* [b61d8ba] iscsiuio must be present to use hardware offload for bnx2x
* [fda3118] Move iscsistart offload discovery/setup to fw_get_targets()
* [397d886] Fix iscsiuio long options
* These changes make it possible to have the root filesystem on an iSCSI
volume and boot the system using hardware offloading.
-- Christian Seiler <christian@iwakd.de> Wed, 25 Jan 2017 13:12:44 +0100
open-iscsi (2.0.874-2~exp1) experimental; urgency=medium
* [c451bcf] debian/tests: drop specific sysvinit tests, assume testbed
setup for that instead.
* [f65cf91] debian/tests/find_free_ip.py: fix error when processing
empty lines in /etc/resolv.conf.
* [02c3051] Don't ignore offloading NICs in iscsistart. (Closes: #850057)
* [e47af5b] Add support for iscsiuio offloading to the initramfs.
(Closes: #850060)
* [9ab14bb] Build with -DOFFLOAD_BOOT_SUPPORTED for rootfs on offloaded
iSCSI.
-- Christian Seiler <christian@iwakd.de> Wed, 04 Jan 2017 19:00:08 +0100
open-iscsi (2.0.874-1) unstable; urgency=medium
[ Christian Seiler ]
* [cfea3bc] New upstream version 2.0.874
* [b0bf3f3] debian/patches: drop patches applied upstream
* [6699561] debian/control: add lsb-base dependency for init script
* [8ede6f7] debian/tests: use targetcli-fb for nested tests
* [b7ba04a] debian/tests: bump Depends of autopkgtest, due to use of new
features
* [6f37806] debian/rules: explicitly regenerate lexers/parsers during
build
[ Frank Fegert ]
* [6004a7e] umountiscsi.sh: properly detect iSCSI disks from offloaded
sessions
-- Christian Seiler <christian@iwakd.de> Sat, 29 Oct 2016 17:44:00 +0200
open-iscsi (2.0.873+git2.f951a06b-1) unstable; urgency=medium
* [ace9f2a] New upstream version 2.0.873+git2.f951a06b
* Fix locking issue in iscsiuio
* iscsiadm: fix parallel rescan handling of exit codes
* Better TCP connection error handling
* [6a4ba6a] debian/patches: rebase onto new upstream version
* [d05fe0e] Only deactivate LVM VGs we're supposed to. (Closes: #836135)
* [3b387b7] debian/patches/bugfixes/additional-spelling.patch:
fix some more typos
-- Christian Seiler <christian@iwakd.de> Sun, 18 Sep 2016 12:06:11 +0200
open-iscsi (2.0.873+git1.4c1f2d90-2) unstable; urgency=medium
* [5a7879c] remove debian/source/local-options
* [f5d5cbb] Temporarily build udeb without libmount (Closes: #834241)
* [520129b] open-iscsi-udeb: update initramfs after copying
configuration to target system
-- Christian Seiler <christian@iwakd.de> Mon, 22 Aug 2016 08:31:02 +0200
open-iscsi (2.0.873+git1.4c1f2d90-1) unstable; urgency=medium
* Upload to sid.
* [0f85c07] debian/copyright: add copyright information for debian/* and
debian/patches/* (accidentally dropped when converting to DEP-5)
* [fc39696] debian/control: tighten libisns-dev dependency to >= 0.96-4~
(open-isns renamed the library udeb, this ensures that the new name
will be picked up.)
* [60d3f4a] iscsiuio: fix reproducibility issues (build date)
* [328a368] debian/gbp.conf: don't specify experimental branch anymore
* [d44c9d4] debian/extra/activate-storage.sh: work around race condition
against the kernel scanning for partitions (Closes: #833917)
-- Christian Seiler <christian@iwakd.de> Fri, 12 Aug 2016 22:57:55 +0200
open-iscsi (2.0.873+git1.4c1f2d90-1~exp1) experimental; urgency=medium
* [16ff653] New Upstream version 2.0.873+git1.4c1f2d90
(Closes: #627908)
* [313215d] debian/watch, debian/control: new upstream URIs
* [0930362] debian/patches: rebase on current git master,
drop upstream-applied patches
* [466d970] Link against non-OpenSSL-variant of libisns
(GPL vs. OpenSSL license)
* [6cf412f] debian/control: add Build-Depends of new upstream version
* [147b55b] debian/control: use cgit instead of gitweb for Vcs-Browser
* [49dd8a2] debian/rules: simplify due to upstream build system
improvements
* [533a744] debian/rules: add dh_... --remaining-packages where
appropriate
* [9ae0be5] remove obsolete files (debian/*.modules{,.in})
* [7236298] debian/*: improve readability via wrap-and-sort
* [c68d51f] don't run make clean in kernel/ subdir
* [607f4d1] debian/gbp.conf: switch to experimental branch
* [a3b1a24] README.Debian: fix spelling error
* [d1cdd8e] cherry-pick upstream PR #17 (spelling fixes)
* [fd0f467] cherry-pick upstream PR #16 (man warnings)
* [c55b9c2] cherry-pick upstream PR #13 (typo)
* [4786175] cherry-pick upstream PR #2 (typo)
* [3e79826] additional spelling fixes (found by lintian)
* [ee0a6a5] Add iscsiuio binary package (Closes: #699240)
* [ad61aa0] debian/docs: install additional upstream docs
* [419e1b6] debian/copyright: move to DEP-5 style format
* [768632b] TODO.Debian: remove resolved issues
* [17767e9] Add autopkgtest functionality tests.
-- Christian Seiler <christian@iwakd.de> Fri, 29 Jul 2016 19:32:25 +0200
open-iscsi (2.0.873+git0.3b4b4500-15) unstable; urgency=medium
[ Christian Seiler ]
* [ec1cc4b] debian/control: Use Arch: linux-any instead of Arch: any
* [2f35aeb] open-iscsi-udeb: drop Depends: libnss-files-udeb
(Closes: #819685)
* [2af4f32] debian/control: Bump Standards-Version to 3.9.8.
(No changes.)
[ Adriano Rafael Gomes ]
* [8b8eb17] Add Brazilian Portuguese debconf translation.
(Closes: #824339)
-- Christian Seiler <christian@iwakd.de> Fri, 20 May 2016 09:52:46 +0200
open-iscsi (2.0.873+git0.3b4b4500-14) unstable; urgency=medium
[ Christian Seiler ]
* [7ec2450] debian/control: fix typo in Vcs-Git field
* [b98ca63] debian/control: bump Standards-Version to 3.9.7
[ Mathieu Trudel-Lapierre ]
* [f5b850a] udeb: don't generate initiator name if already present
(Closes: #816632)
-- Christian Seiler <christian@iwakd.de> Thu, 03 Mar 2016 18:47:46 +0100
open-iscsi (2.0.873+git0.3b4b4500-13) unstable; urgency=medium
[ Christian Seiler ]
* [d95ccde] initramfs: fix initramfs creation bug
(too many symbolic links)
* [f6246a8] Use triggers instead of update-initramfs
* [16283ac] Unconditionally add iSCSI to initramfs images
* [5cf584f] Support RFC 4173 root=iscsi:... format (Closes: #804162)
* [b12b4b9] Make sure initiatorname.iscsi isn't an obsolete conffile.
* [06ce1d3] Don't consider iscsiadm exit code 15 to be an error
(Partial-Fix-For: #809320)
* [481cedd] Support network autoconfiguration if iscsi_auto is used
(Closes: #804591)
* [3b3fa00] Record network device that was configured for iSCSI
* [508fcba] Handle the default route for iscsi_auto
* [64b0f31] Fix handling of multiple kept sessions on shutdown
(Closes: #809320)
* [df7259e] Fix FTBR on armhf (reproducible builds)
[ Marco d'Itri ]
* [d32c7c6] Create in postinst the /sbin/iscsi* compatibility symlinks.
(Closes: #810276)
[ Martin Pitt ]
* [db49787] Migrate from /var/run /run and from /var/lock to /run/lock.
(Closes: #810696)
* [1bca41d] Generate initiator name on install, not first boot.
(Closes: #810702) (LP: #1057635)
-- Christian Seiler <christian@iwakd.de> Thu, 11 Feb 2016 16:35:07 +0530
open-iscsi (2.0.873+git0.3b4b4500-12) unstable; urgency=low
[ Christian Perrier ]
* [7f5ce40] Debconf templates and debian/control reviewed by the
debian-l10n-english team as part of the Smith review project.
(Closes: #797860)
[ Debconf translation updates ]
* [bfd526f] Czeck (Michal Simunek). (Closes: #801127)
* [dbc83a6] French (Julien Patriarca). (Closes: #801181)
* [dcc7c4d] Russian (Yuri Kozlov). (Closes: #801625)
* [04acc7f] Spanish (Camaleón). (Closes: #801686)
* [dfd68ca] Dutch (Frans Spiesschaert). (Closes: #801706)
* [cd920e1] Portuguese (Américo Monteiro). (Closes: #801731)
* [ff0c87f] Italian (Beatrice Torracca). (Closes: #801875)
* [df6eb44] Danish (Joe Hansen). (Closes: #801888)
* [d51bf4a] German (Chris Leick). (Closes: #801903)
[ Christian Seiler ]
* [c030d08] Call startup-checks.sh as ExecStartPre= from
iscsid.service. (Fix regression in -10.)
* [3d41a1e] Use invoke-rc.d start and not restart upon initial
installation. (Fix regression in -10.)
* [1e94bfd] Add simple autopkgtests. (Closes: #710148)
-- Christian Seiler <christian@iwakd.de> Mon, 19 Oct 2015 23:46:01 +0200
open-iscsi (2.0.873+git0.3b4b4500-11) unstable; urgency=low
[ Christian Seiler ]
* [320f3d8] boot: wait long enough for multipath to create mappings
* [745f06e] Hook up native services to sysinit.target instead of
remote-fs.target. Thanks to Felipe Sateler for bringing this to our
attention
-- Christian Seiler <christian@iwakd.de> Sat, 29 Aug 2015 13:39:52 +0530
open-iscsi (2.0.873+git0.3b4b4500-10) unstable; urgency=low
[ Christian Seiler ]
* [553ee17] Move binaries from /usr to /.
* [b4da874] Add lintian overrides for iscsid.conf permissions
being 0600.
* [4f33a8d] Patch build system to fully respect Debian build flags.
(Closes: #764409)
* [295ee0b] Remove obsolete /var/lib/open-iscsi directory.
* [e86e5c1] postinst: Move startup of daemon after auto-generated
debhelper commands
* [4d05783] Move umountiscsi.sh to /lib/open-iscsi.
* [deb3533] Rewrite umountiscsi.sh, make it more robust
(Closes: #775838)
* [9ffbe41] Improve shutdown logic and auto-exclude vital sessions
from logout
* [592d3d1] Factor out startup logic from init script
* [6947cef] Explain old behavior of postinst in form of comments.
* [f84a986] Restart iscsid on upgrades, separate init scripts.
(Closes: #501321)
* [421400b] Prompt before removing if sessions are still active.
* [c703bad] debconf: use po-debconf to make warnings and notices
translateable.
* [3b03a6c] prerm: warn the user about downgrades that will
definitely break the system
* [62e90af] Add NEWS file to describe the most important changes
for administrators.
* [1d53892] postrm: remove /etc/iscsi database on purge
* [62c0cd2] Add native systemd service files
* [dafe2e3] Add TODO.Debian
* [13bd86a] Update changelog for release.
[ Ritesh Raj Sarraf ]
* [9bcebd0] Use standard pathfind from Debian policy manual
in postinst
-- Christian Seiler <christian@iwakd.de> Thu, 20 Aug 2015 21:13:32 +0200
open-iscsi (2.0.873+git0.3b4b4500-9) unstable; urgency=medium
[ Christian Seiler ]
* [38e441e] Re-add debian/gbp.conf to reflect packaging workflow.
* [3ea6875] Rework packaging to use dh(1). (Closes: #777602, #784092)
* [0ce99fa] Explain why the list of architectures for the udeb is restricted.
[ Ritesh Raj Sarraf ]
* [e6bc6a0] Drop previous (inactive) maintainers and add Christial Seiler
as a New Maintainer
* [b6bd4fe] Migrate from old style gbp config
-- Ritesh Raj Sarraf <rrs@debian.org> Wed, 13 May 2015 15:35:04 +0530
open-iscsi (2.0.873+git0.3b4b4500-8) unstable; urgency=medium
* [e707e75] Exclude iscsid.conf from dh_fixperms. (Closes: #735773)
-- Christian Seiler <christian@iwakd.de> Tue, 10 Feb 2015 18:00:54 +0100
open-iscsi (2.0.873+git0.3b4b4500-7) unstable; urgency=medium
[ Ritesh Raj Sarraf ]
* [8ed5fd2] Revert changes introduced in 2.0.873+git0.3b4b4500-5
[ Christian Seiler ]
* [cea864b] Clean up sysvinit ordering w.r.t. NFS.
* [9097d07] Remove debian/gbp.conf again (change doesn't fit release
criteria).
-- Christian Seiler <christian@iwakd.de> Mon, 09 Feb 2015 16:32:52 +0100
open-iscsi (2.0.873+git0.3b4b4500-6) unstable; urgency=medium
[ Christian Seiler ]
* Replace $remote_fs from Should-Start/Stop in init script with
$local_fs and mountnfs-bootclean. (Breaks ordering cycle on
systemd systems.)
* Create systemd drop-in to create Before-dependency on
remote-fs-pre.target and run umountiscsi.sh on stop.
-- Ritesh Raj Sarraf <rrs@debian.org> Sat, 31 Jan 2015 11:47:18 +0530
open-iscsi (2.0.873+git0.3b4b4500-5) unstable; urgency=medium
[ Christian Seiler ]
* Create systemd unit, make it order before remote-fs-pre.target to
fix hang at boot. Unit currently only starts init script.
* Manually start umountiscsi.sh in open-iscsi init script to make
the stop action on shutdown not be a noop. (systemd tracks service
state)
* Add dh-systemd to build-deps.
* Reorder #DEBHELPER# in postinst to not break upgrades (dh-systemd's
code has to be there before invoke-rc.d is called).
[ Ritesh Raj Sarraf ]
* [fa0ce1c] Install iscsid.conf with permission 600 (Closes: #735773)
* [eeb3e90] Don't wait in detecting disks when run under systemd.
Thanks to Christian Seiler (Closes: #775778)
* [641f3ee] Add gbp.conf
* [cff497b] Add iscsi.service as an Alias
-- Ritesh Raj Sarraf <rrs@debian.org> Mon, 26 Jan 2015 13:04:33 +0530
open-iscsi (2.0.873+git0.3b4b4500-4) unstable; urgency=medium
* [41c7eca] Introduce new architectures based on current build
status of the Debian Installer (Closes: #759817)
-- Ritesh Raj Sarraf <rrs@debian.org> Mon, 01 Sep 2014 14:32:59 +0530
open-iscsi (2.0.873+git0.3b4b4500-3) unstable; urgency=medium
* [56e20ac] Revert "Add patch to enable fsck, mount and swap
for network block devices"
* [517546c] Handle network swap devices (blocks) (Closes: #756843)
-- Ritesh Raj Sarraf <rrs@debian.org> Wed, 20 Aug 2014 19:08:39 +0530
open-iscsi (2.0.873+git0.3b4b4500-2) unstable; urgency=medium
[ Philipp Hug ]
* [b517ebb] Start open-iscsi after installation and make sure
initiatorname is generated.
[ Ritesh Raj Sarraf ]
* [7e1ae42] Add patch to enable fsck, mount and swap for network
block devices. Thanks to Turbo Fredriksson (Closes: #736349)
* [92ac387] Don't prematurely exit when encountering targets with
no block device. Thanks to Sammy Atmadja (Closes: #745708)
* [7363428] Add autotools-dev for updated config.{sub,guess}. Also add
dh-autoreconf in build-depends to support new architectures.
Thanks to Chen Baozi <baozich@gmail.com> and Wookey (Closes: 750610)
-- Ritesh Raj Sarraf <rrs@debian.org> Thu, 26 Jun 2014 13:05:48 +0530
open-iscsi (2.0.873+git0.3b4b4500-1) unstable; urgency=low
* [53a1224] Fix typo in README.
Thanks to Jim Paris (Closes: #693559)
* [1fcfdb8] Imported Upstream version 2.0.873+git0.3b4b4500
(Closes: #722562)
* [2280fc1] Refresh Patches
* [ca1c9b9] Enable standard hardening knobs
* [d73fe1e] Drop patch -03_hardened-build-flags.patch
* [4599ae0] Update Vcs links
* [728c154] Try harder to determine an iSCSI block device.
Thanks to Dennis Leeuw, Philip Freeman (Closes: #691732)
* [1b68764] Call udev to settle so that network device is available.
Thanks to Jim Paris (Closes: #693558)
* [2478ad6] Don't allow iscsid to get killed during shutodown.
Thanks to Wakko Warner (Closes: #700762)
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 05 Nov 2013 21:45:47 +0530
open-iscsi (2.0.873-3) unstable; urgency=low
* [4939401] Fix build to install udeb stuff only on supported architectures
-- Ritesh Raj Sarraf <rrs@debian.org> Wed, 27 Jun 2012 22:36:05 +0530
open-iscsi (2.0.873-2) unstable; urgency=low
* [0019fa9] Restrict architecture for the udeb package as its dependency,
scsi-modules, is not available on all the architecture paltforms
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 26 Jun 2012 18:54:17 +0530
open-iscsi (2.0.873-1) unstable; urgency=low
* [53943f2] Load iscsi_ibft module to allow target session over iBFT.
Thanks to JOORIS Emmanuel (Closes: #672122)
* [ca41744] Delete old obsolete patches
* [01a54bf] Drop old manpages already available upstream
* [caf884c] ship upstream manpages for iscsi-iname and iscsistart
* [a983848] Imported Upstream version 2.0.873
-- Ritesh Raj Sarraf <rrs@debian.org> Mon, 21 May 2012 23:54:53 +0530
open-iscsi (2.0.872+git0.6676a1cf-2) unstable; urgency=low
* Upload to unstable
* [cb80472] Fix default iscsid path in config file.
Thanks to Michal Suchanek (Closes: #650221)
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 24 Apr 2012 09:41:08 +0530
open-iscsi (2.0.872+git0.6676a1cf-1) experimental; urgency=low
[ Ritesh Raj Sarraf ]
* New Upstream git snapshot (Closes: #645752)
* [ce26f7c] Imported Upstream version 2.0.872+git0.6676a1cf
* [9ad08d7] also include iscsitart in the udeb
* [bc79ad2] refresh patch debian/patches/spelling-error-fixes.patch
* [0286328] refresh patch 004_make-iscsistart-a-dynamic-binary.patch
* [360a509] Drop patches:
+ iscsi-dont-build-with-ssl.patch and
+ disable-isns-security.patch
* [350db4d] rename and reorder patches
* [794fa4f] Package-Type is now an understood feild by dpkg
* [593f187] Add hardened build flags.
Thanks to Moritz Muehlenhoff (Closes: #659662)
* [cf4c6c3] Kill iscsid processes properly, on stop.
Thanks to Gwendal Grignou (Closes: #665966)
* [f1a9d2f] linitan fixes for spelling errors and manpage hyphen errors
* [a8560c8] add and fix lsb headers for init files
[ Colin Watson ]
* [156b745] open-iscsi: add a udeb (Closes: #635161)
-- Ritesh Raj Sarraf <rrs@debian.org> Sat, 07 Apr 2012 21:02:37 +0530
open-iscsi (2.0.872-2) unstable; urgency=low
* Upload to unstable
-- Ritesh Raj Sarraf <rrs@debian.org> Wed, 14 Sep 2011 14:26:00 +0530
open-iscsi (2.0.872-1) experimental; urgency=low
* New Upstream Release
* [cccd5a9] Use udevadm to check for existense of udev.
Thanks to Marco d'Itri (Closes: #622209)
* [ddb81e4] Drop patches, merged upstream
* [25aa1d9] disable security and slp support
* [89b2a6a] Add patch to disable ssl.
Thanks to Mike Christie
* [d70e88a] Refresh patch
* [b501aec] delete debian/patches/disable-isns.patch
* [2cc67f7] spelling-error and hyphentation fixes
* [b886116] Bump Standards Version to 3.9.2
* [405ecfd] add autotools-dev to build-dep to ensure we have no stale
configure scripts
-- Ritesh Raj Sarraf <rrs@debian.org> Fri, 26 Aug 2011 16:21:38 +0530
open-iscsi (2.0.871.3-6) unstable; urgency=low
* [87c440c] fix gcc 4.6 build failure (Closes: #625152)
-- Ritesh Raj Sarraf <rrs@debian.org> Tue, 03 May 2011 00:22:07 +0530
open-iscsi (2.0.871.3-5) unstable; urgency=low
* Last upload was incorrect. Really upload to unstable
-- Ritesh Raj Sarraf <rrs@debian.org> Sat, 12 Feb 2011 02:00:34 +0530
open-iscsi (2.0.871.3-4) unstable; urgency=low
* Reupload to unstable
-- Ritesh Raj Sarraf <rrs@debian.org> Thu, 10 Feb 2011 20:17:07 +0530
open-iscsi (2.0.871.3-3) experimental; urgency=low
* Install iscsid.conf with 0600 permission as it can contain passwords
(Closes: #472965)
* Provide an example for iSCSI root installation (Closes: #492358)
* Add support to enable multiple session to the iSCSI Target in the
initramfs. Thanks to Norbert Tretkowski for the patch.
(Closes: #598773)
* Add patch to support NICs that have native iSCSI support. Thanks to
Bjoern Metzdorf for the patch. (Closes: #514924)
* cherry pick commit f0b670c0 from upstrem (Closes: #603990)
* Bump Standards Version (No changes required)
-- Ritesh Raj Sarraf <rrs@debian.org> Wed, 05 Jan 2011 13:43:42 +0545
open-iscsi (2.0.871.3-2) unstable; urgency=low
* Break down and add quilt patches
+ 003_Fix-CVE-2009-1297.patch
+ 004_make-iscsistart-a-dynamic-binary.patch
* Add some explanation about initiatorname.iscsi into README.Debian
(Closes: #507003)
* Fix double variable assignment in initramfs.local-top. Thanks to Aurelien
Jarno (Closes: #576786)
* Document the odd hang behavior during iSCSI login phase when using 32 bit
open-iscsi with 64 bit kernel
* Change address to my official Debian address and remove the DMUA flag
* Handle iSCSI LVM devices and devices marked _netdev (Closes: #498616)
* Switch to 3.0 (quilt) source format
-- Ritesh Raj Sarraf <rrs@debian.org> Fri, 11 Jun 2010 12:33:02 +0530
open-iscsi (2.0.871.3-1) unstable; urgency=low
* New upstream release (Closes: #564012, #566511)
* When open-iscsi service is asked to stop, attempt to umount all iSCSI
devices. On failure, bail out (Closes: #501580, #499126)
* Add debian/source/format specifying the current source format
-- Ritesh Raj Sarraf <rrs@researchut.com> Wed, 24 Mar 2010 21:44:38 +0530
open-iscsi (2.0.871-1) unstable; urgency=low
[ Guido Günther ]
* Imported Upstream version 2.0.871
[ Ritesh Raj Sarraf ]
* New Upstream Release - 2.0.871
(Closes: #424642)
* Fix credential passing in local-top/initramfs.local-top
(Closes: #550012, #525053)
* Fix settling of devices in initramfs (Closes: #501582, #488999)
* Update Standards-Version to 3.8.4
* Change to team maintenance
* Add git-orig-source target
* Add debian/watch file
* Add README.source file
* Add quilt patches
* Add Vcs headers
* Update debhelper to v7
* Update copyright information
* Improve description (Closes: #504707)
* Stop umountiscsi and open-iscsi in runlevel 1
* Remove already obsolete disabled-install-indep target
* Replace deprecated dh_clean -k with dh_prep
* Refresh 001_manpages_fixes.patch
* Fix copyright and explain packaging licensing
* Fix "undefined reference to strl* when building iscsid"
* Proper sanity check in the init script for empty strings
(Closes: #501319)
* Provide init script service with the same name
* Build iscsistart as a dynamic binary
-- Ritesh Raj Sarraf <rrs@researchut.com> Sat, 06 Feb 2010 20:28:23 +0530
open-iscsi (2.0.870~rc3-0.6) unstable; urgency=low
* Non-maintainer upload.
* [4bfddee] Fix CVE-2009-1297 (Closes: #547011) - thanks to Colin Watson for
the patch
-- Guido Günther <agx@sigxcpu.org> Sat, 23 Jan 2010 17:56:18 +0100
open-iscsi (2.0.870~rc3-0.5) unstable; urgency=low
* Non-maintainer upload to fix release goal.
* Fix incorrect provides and dependencies in init.d script (Closes:
#541390).
* Add missing package dependency on udev. Rewrite init.d script to use
'udevadm settle' instead of obsolete 'udevsettle' (Closes: #517225).
* No longer ignore errors in the postinst. Tip from lintian.
* Do not start open-iscsi init.d script during package installation,
to avoid installation problem (Closes: #529280).
-- Petter Reinholdtsen <pere@debian.org> Sun, 13 Sep 2009 20:25:49 +0200
open-iscsi (2.0.870~rc3-0.4) unstable; urgency=medium
* Clean up diff.gz, it downgraded the package to 2.0.869.2.
(closes: #507496)
-- Norbert Tretkowski <nobse@debian.org> Thu, 8 Jan 2009 11:19:23 +0100
open-iscsi (2.0.870~rc3-0.3) unstable; urgency=low
* Non-maintainer upload.
* Do not exit with return code 1 in init script, because it breaks
upgrades and is a policy violation (Closes: #503070)
-- Patrick Schoenfeld <schoenfeld@debian.org> Mon, 27 Oct 2008 10:21:17 +0100
open-iscsi (2.0.870~rc3-0.2) unstable; urgency=low
* Non-maintainer upload.
* Drop patch from iscsistart.c which breaks booting from iscsi.
(closes: #499508)
* Drop patch from version.h which adds an outdated upstream version
number.
-- Norbert Tretkowski <nobse@debian.org> Fri, 10 Oct 2008 10:46:56 +0200
open-iscsi (2.0.870~rc3-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release
- Adds support for Linux 2.6.26 (Closes: #499508)
* Fix ">&" redirection bashism in open-iscsi initscript.
-- Chris Lamb <lamby@debian.org> Tue, 30 Sep 2008 21:40:27 +0100
open-iscsi (2.0.869.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #484427)
- Move upstream URL to Homepage field.
- Bump Standards-Version to 3.8.0.
-- Chris Lamb <chris@chris-lamb.co.uk> Fri, 11 Jul 2008 23:20:18 +0100
open-iscsi (2.0.869.2-2) unstable; urgency=low
* Revert if-up.d approach for logging into automatic targets; just
start open-iscsi at rcS.d/S45, and mount _netdev filesystems when
open-iscsi is started.
* Call udevsettle before mounting
-- Philipp Hug <debian@hug.cx> Mon, 12 May 2008 12:48:49 +0200
open-iscsi (2.0.869.2-1) unstable; urgency=low
* New upstream release
-- Philipp Hug <debian@hug.cx> Mon, 12 May 2008 11:56:30 +0200
open-iscsi (2.0.869~rc4-1) experimental; urgency=low
* init script: If /sys is not mounted return without error
(Closes: #470434, #423368)
* Merged changes by Andrew Moise <chops@demiurgestudios.com>
* Adding Andrew as Co-Maintainer
* New upstream release (Closes: #474167)
* Added flex and bison build-depends
* Fixed up init scripts to attempt to handle automatic mounting and
unmounting properly (Closes: #423851, #438542)
* Added /etc/network/if-up.d/000open-iscsi to start automatic targets
* Parameterized /etc/iscsi/initiatorname.iscsi in init script,
correcting one place where it still said /etc/initiatorname.iscsi
* Updated README.Debian
* Include iscsistart for use in initramfs (Closes: #419408)
* Add initramfs scripts to make iSCSI root easy
* Based on patch by Guido Guenther <agx@sigxcpu.org>
-- Philipp Hug <debian@hug.cx> Sat, 12 Apr 2008 15:53:12 +0200
open-iscsi (2.0.865-1) unstable; urgency=low
* New upstream release
* Removed iscsi-iname patch as it's now included in upstream
* Moved initiatorname.iscsi to /etc/iscsi/initiatorname.iscsi
-- Philipp Hug <debian@hug.cx> Sat, 16 Jun 2007 12:31:05 +0200
open-iscsi (2.0.730-1) unstable; urgency=low
* Reverted to upstream init script + patches (Closes: #397363 #401579)
* Removed libdb dependency
* Create /etc/iscsi
* Integrated NMU changes from Martin Zobel-Helas
+ New Upstream Release (Closes: #397636)
+ Made /var/lib/open-iscsi 0700 (Closes: #398733)
+ change #define INITIATOR_NAME_FILE to /etc/initiatorname.iscsi
in usr/initiator.h
+ Fix package description (Closes: #380162)
-- Philipp Hug <debian@hug.cx> Wed, 6 Dec 2006 20:22:30 +0100
open-iscsi (1.0.485-4) unstable; urgency=low
* Removed bash-ism from init script
* Added hint about autostart to README.Debian
* Improved description a bit (Closes: #380162)
-- Philipp Hug <debian@hug.cx> Mon, 21 Aug 2006 19:55:40 +0200
open-iscsi (1.0.485-3) unstable; urgency=low
* Added description to man page
-- Philipp Hug <debian@hug.cx> Sun, 23 Jul 2006 19:08:48 +0200
open-iscsi (1.0.485-2) unstable; urgency=low
* Moved package to unstable
* Removed unused section in control
* Updated Standards-Version to 3.7.2.1
* Added INIT INFO section to init script to make it lsb compliant
* Removed unusued lines in rules
* Added man page for iscsi-iname
-- Philipp Hug <debian@hug.cx> Sat, 22 Jul 2006 19:45:35 +0200
open-iscsi (1.0.485-1) experimental; urgency=low
* Install iscsid.conf in /etc/iscsid.conf instead of /etc/iscsid.conf-example
-- Philipp Hug <debian@hug.cx> Tue, 27 Jun 2006 14:42:20 +0200
open-iscsi (1.0.485-0unreleased) dapper; urgency=low
* Initial Release (closes: Bug#333695)
* Updated init script
* Automatically generate iscsi initiator name
* Use Debian specific initator name prefix
* Put database into /var/lib/open-iscsi
-- Philipp Hug <debian@hug.cx> Mon, 6 Mar 2006 19:20:17 +0000
|