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
|
libcap2 (1:2.75-4~exp1) experimental; urgency=medium
* Cherry-pick upstream patches attempting FTBFS fix on debian-ports
- Add new symbol to symbols file
* Re-enable executable library tests
-- Christian Kastner <ckk@debian.org> Sun, 23 Mar 2025 19:30:49 +0100
libcap2 (1:2.75-3) unstable; urgency=medium
* Temporarily skip tests on mips64el, powerpc.
Affected by #1089636 in glibc.
-- Christian Kastner <ckk@debian.org> Thu, 20 Mar 2025 23:46:07 +0100
libcap2 (1:2.75-2) unstable; urgency=medium
* Skip executable shared library test.
This segfaults on mips64el and powerpc. Since this functionality is not
enabled anyway, skip the test for now until the root cause has been
identified and resolved. (Closes: #1089636)
-- Christian Kastner <ckk@debian.org> Thu, 13 Mar 2025 15:36:17 +0100
libcap2 (1:2.75-1) unstable; urgency=medium
[ Otto Kekäläinen ]
* Salsa CI: Test for missing Breaks and Replaces.
[ Christian Kastner ]
* New upstream version 2.75
* Refresh patches
* gbp.conf Add upstream-signatures=on
-- Christian Kastner <ckk@debian.org> Fri, 07 Mar 2025 10:05:09 +0100
libcap2 (1:2.73-4) unstable; urgency=medium
* Cherry-pick patch fixing CVE-2025-1390.
In /etc/security/capability.conf, configurations not starting with "@"
were incorrectly recognized as group names. (Closes: #1098318)
* Fix bug number in previous changelog entry
-- Christian Kastner <ckk@debian.org> Wed, 19 Feb 2025 23:17:43 +0100
libcap2 (1:2.73-3) unstable; urgency=medium
[ Christian Kastner ]
* libcap2-bin.install: Skip pam_cap.8
As upstream also ships this file now, installing all of man8 also
installed pam_cap.8, whereas we were shipping our own version in
libpam-cap. Our own version was dropped, and libpam-cap will ship
upstream's version instead. (Closes: #1096207, #1098209)
* Bump Standards-Version to 4.7.0 (no changes needed)
[ Otto Kekäläinen ]
* Enable Salsa CI using default template.
Keep BLHC disabled so that the pipeline can pass. The purpose it so catch
regressions, so the pipeline should be green on mainline.
-- Christian Kastner <ckk@debian.org> Mon, 17 Feb 2025 21:52:02 +0100
libcap2 (1:2.73-2) unstable; urgency=medium
* symbols: Drop accidentally included Debian revision
-- Christian Kastner <ckk@debian.org> Mon, 17 Feb 2025 11:02:53 +0100
libcap2 (1:2.73-1) unstable; urgency=medium
* New upstream version 2.73
- Refresh patches
* Use capability.conf.5 now provided by upstream
* Update symbols file
This drops internal symbols but also one symbol that was exported, but
clearly not intended to be.
* d/rules: Undo file change in clean step.
Resolves a FTBFS twice in a row.
-- Christian Kastner <ckk@debian.org> Mon, 17 Feb 2025 10:46:10 +0100
libcap2 (1:2.66-5) unstable; urgency=medium
[ Helmut Grohne ]
* Move files to /usr for DEP17. (Closes: #1060140)
[ Christian Kastner ]
* Add Skip-git-if-not-installed.patch (Closes: #1046986)
-- Christian Kastner <ckk@debian.org> Tue, 06 Feb 2024 20:16:09 +0100
libcap2 (1:2.66-4) unstable; urgency=medium
* Apply upstream patches for CVE-2023-2602, CVE-2023-2603
(Closes: #1036114)
-- Christian Kastner <ckk@debian.org> Mon, 15 May 2023 20:34:57 +0200
libcap2 (1:2.66-3) unstable; urgency=medium
* Add gcc to autopkgtest for upstream tests.
Otherwise dpkg-architecture prints a warning to stderr, triggering a
an autopkgtest FAIL. (Closes: #1026773)
-- Christian Kastner <ckk@debian.org> Wed, 21 Dec 2022 21:19:49 +0100
libcap2 (1:2.66-2) unstable; urgency=medium
[ Christian Kastner ]
* Add missing Breaks/Replaces for libpam-cap man page takeover
(Closes: #1026001)
[ Helmut Grohne ]
* Fix FTCBFS (Closes: #1025983)
- Let dh_auto_build pass cross tools to test program builds.
- Pass FORCELINKPAM to all targets.
- Pass CROSS_COMPILE to cover objcopy.
- Skip passing CC as dh_auto_build already passes it.
-- Christian Kastner <ckk@debian.org> Wed, 14 Dec 2022 00:27:37 +0100
libcap2 (1:2.66-1) unstable; urgency=medium
* New upstream release.
[ Helmut Grohne ]
* Support the noudeb build profile (Closes: #1024918)
[ Christian Kastner ]
* Install tests in arch-specific directory (Closes: #1025957)
* Rework autopkgtests
* Add chrpath to Build-Depends, for removing RPATH from test binaries
* Fix existing lintian override pattern
* Add lintian overrides for static test binaries
* Add missing Build-Depends-Package to symbols file
* Move pam_cap manpages from libcap2-bin to libpam-cap
* Add lintian override for pam_cap man page
* Bump d/copyright
-- Christian Kastner <ckk@debian.org> Sun, 11 Dec 2022 15:49:58 +0100
libcap2 (1:2.63-1) unstable; urgency=medium
* Upload to unstable.
-- Christian Kastner <ckk@debian.org> Sat, 10 Dec 2022 14:06:25 +0100
libcap2 (1:2.63-1~exp1) experimental; urgency=medium
* New upstream release. (Closes: #1000217)
- Drop ldlibs.patch
- Drop setcap-error-message.patch.
- Drop Don-t-hardcode-build-flags.patch.
- Drop Use-DEB_GAIN_ROOT_CMD-for-make-test.patch
- Drop Make.Rules-Allow-overriding-DYNAMIC.patch
- Add Fix-path-for-saved-test-binaries.patch
- Refresh other patches
* Bump symbols file
* Bump Standards-Version to 4.6.1 (no changes needed)
* Bump debhelper compatibility to 13
* Install accompanying helper library libpsx. This library might be shipped
separately at a later point in time
* Save away test binaries for autopkgtest
* Extend autopkgtests to run the saved test binaries
* Switch Rules-Requires-Root to 'no'. (Closes: #1011772)
-- Christian Kastner <ckk@debian.org> Mon, 13 Jun 2022 22:49:34 +0200
libcap2 (1:2.45-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
* Bump Standards-Version to 4.5.1 (no changes needed)
* libcap2.symbols: Drop accidental Debian revision from one symbol
-- Christian Kastner <ckk@debian.org> Mon, 07 Dec 2020 17:36:08 +0100
libcap2 (1:2.44-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
* d/rules: Use new upstream solution for setting -Ox
-- Christian Kastner <ckk@debian.org> Wed, 14 Oct 2020 23:49:40 +0200
libcap2 (1:2.43-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
- Drop patches included upstream
-- Christian Kastner <ckk@debian.org> Sun, 23 Aug 2020 22:23:14 +0200
libcap2 (1:2.42-2) unstable; urgency=medium
* New upstream version 2.42
- Refresh patches
- Add Move-mkdir-to-common-install-target.patch
* Drop Debian-specific man page for getpcaps
-- Christian Kastner <ckk@debian.org> Fri, 07 Aug 2020 00:14:04 +0200
libcap2 (1:2.36-1) unstable; urgency=medium
* New upstream version 2.36
- Drop patches included upstream
+ Syntax-fixes-for-man-pages.patch
+ Avoid-sys-capability.h-on-build-architecture.patch
+ Spelling-fixes.patch
+ pam_cap-Honor-PAM_REINITIALIZE_CRED.patch
+ Fixes-for-man-page-typos.patch
-- Christian Kastner <ckk@debian.org> Sat, 20 Jun 2020 23:27:24 +0200
libcap2 (1:2.34-2) unstable; urgency=medium
* Bump shlibs version to 2.33 (new symbols)
This was overlooked in the 2.33 release, where only the symbols file was
updated.
-- Christian Kastner <ckk@debian.org> Sat, 16 May 2020 10:20:58 +0200
libcap2 (1:2.34-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
- Override changed PKGCONFIGDIR in d/rules
- Drop symbol _cap_names from libcap2.symbols.
It was never part of the API, and its definition has now been fixed
-- Christian Kastner <ckk@debian.org> Wed, 13 May 2020 01:46:31 +0200
libcap2 (1:2.33-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
- Add new symbols to libcap2.symbols
-- Christian Kastner <ckk@debian.org> Fri, 27 Mar 2020 12:58:42 +0100
libcap2 (1:2.32-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
- Fixes an issue introduced in 2.31 that breaks fakeroot. (Closes: #951492)
-- Christian Kastner <ckk@debian.org> Mon, 17 Feb 2020 13:44:20 +0100
libcap2 (1:2.31-1) unstable; urgency=medium
* New upstream release.
- Refresh patches
- Update symbols file (symbols added)
* Bump Standards-Version to 4.5.0 (no changes needed)
* Add lintian-override for orig-tarball-missing-upstream-signature
-- Christian Kastner <ckk@debian.org> Sun, 09 Feb 2020 14:52:11 +0100
libcap2 (1:2.27-1) unstable; urgency=medium
* New upstream release. (Closes: #911509)
[ Kevin Locke ]
* d/rules: Conditionalize tests on DEB_GAIN_ROOT_COMMAND
Unfortunately, for the tests, fakeroot does not suffice
* d/libcap2.symbols: Add new symbols in 2.26
* d/patches:
- Add Use-DEB_GAIN_ROOT_CMD-for-make-test.patch
Use $DEB_GAIN_ROOT_CMD for make test
- Add Make.Rules-Allow-overriding-DYNAMIC.patch
Always build using dynamic linking. Upstream builds statically when
building in a git repo, which conflicts with git-buildpackage.
[ Christian Kastner ]
* d/gbp.conf: Move branches to debian/master and upstream/latest (DEP-14)
* d/control: Bump Standards-Version to 4.4.1.
No changes were needed from 4.3.0 to 4.4.1, but Kevin Locke noticed that
previously, in going to 4.3.0, the Root-Requires-Root field had not been
set
* Add Build-Depends-Package field to libcap2.symbols
* Bump shlibs version to 2.26 (new symbols)
* Add pam_cap-Honor-PAM_REINITIALIZE_CRED.patch.
Thanks, for the report and analysis, Daniel Gröber! (Closes: #935921)
* Refresh patches
-- Christian Kastner <ckk@debian.org> Mon, 28 Oct 2019 10:39:04 +0100
libcap2 (1:2.25-2) unstable; urgency=medium
* Acknowledge NMUs.
Thanks, Matthias Klose and Helmut Grohne!
* d/upstream/signing-key.asc:
- Add Andrew G. Morgan's public OpenPGP key
* d/watch:
- Update to format version 4
- Check vor a valid signature
* d/control:
- Bump Standards-Version to 4.3.0
- Drop Priority of libcap2
Priority for this library should be "optional", which is already the
Priority of the source package
- Switch Build-Depends from debhelper to debhelper-compat
- Bump Build-Depends for debhelper to 12
- Update Vcs-* URLs to point to Salsa
- Switch Homepage to https
* d/compat:
- Drop, as made obsolete by debhelper-compat
* d/rules:
- Switch from dh_install to dh_missing
- Drop override_dh_strip
It was only needed for the dbgsym migration
* d/tests/executables:
- Rename ADTTMP to AUTOPKGTEST_TMP
ADT* variables were renamed in autopkgtest (4.0)
* d/manpages/getpcaps.1:
- Reproduce section "TEXTUAL REPRESENTATION" from cap_from_text(3)
Closes: #826733
- Fix program name get_pcaps -> getpcaps
* d/copyright:
- Add patches/*, and bump copyrights
- Switch MRCF Policy URI to https
-- Christian Kastner <ckk@debian.org> Wed, 06 Feb 2019 21:12:36 +0100
libcap2 (1:2.25-1.2) unstable; urgency=medium
* Non-maintainer upload.
[ Helmut Grohne ]
* Fix for FTCBFS, libcap.pc has bad libdir (Closes: #871714)
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Fri, 17 Nov 2017 00:35:52 +0100
libcap2 (1:2.25-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with gperf 3.1 (Helmut Grohne). Closes: #869588.
-- Matthias Klose <doko@debian.org> Wed, 11 Oct 2017 10:26:50 +0200
libcap2 (1:2.25-1) unstable; urgency=medium
* New upstream release. LP: #1451601
* Drop package libcap2-dbg in favor of automatic dbgsym packages, as per
https://lists.debian.org/debian-devel/2015/12/msg00262.html.
* d/control:
- Bump Standards-Version to 3.9.8 (no changes needed)
- Increase Priority of libcap2{,-bin} to important. Closes: #815566
- Drop libattr1-dev from Build-Depends. Upstream no longer uses this
library and instead uses the kernel API directly
- Switch Vcs-Browser from gitweb to cgit
- Switch to secure URIs in Vcs-* fields
* d/rules:
- Add hardening=+all to DEB_BUILD_MAINT_OPTIONS
* d/tests:
- executables:
+ Fix typos
+ Don't mount over ADTTMP, use a subdir instead. ADTTMP could already be
a mount point for another filesystem, which could make things slightly
more confusing
+ Improve output
* d/copyright:
- Bump copyright years
* d/patches (added):
- Avoid-sys-capability.h-on-build-architecture.patch
Fixes a FTCBFS on kFreeBSD. Thanks, Helmut Grohne! Closes: #809467
- Filter-out-PIE-flags-when-building-shared-objects.patch
Filters out -pie, -fpie, and -fPIE from CFLAGS/LDFLAGS when building the
shared library and the PAM module
- Spelling-fixes.patch
* d/patches (updated):
- setcap-error-message.patch
- Update Don-t-hardcode-build-flags.patch
* d/patches (dropped):
- Drop include-sys-xattr.patch
The reason it was initially created for ceased to exist in 2.25
* libcap2-bin:
- lintian override for spelling-error-in-readme-debian (false positive)
-- Christian Kastner <ckk@debian.org> Sat, 30 Apr 2016 14:30:26 +0200
libcap2 (1:2.24-12) unstable; urgency=medium
* d/tests:
- Amend stderr redirection to fix autopkgtest failures
-- Christian Kastner <ckk@debian.org> Fri, 02 Oct 2015 15:30:03 +0200
libcap2 (1:2.24-11) unstable; urgency=medium
* d/rules:
- Provide BUILD_LDFLAGS and BUILD_CPPFLAGS. Thanks, Helmut Grohne!
* d/patches:
- Drop patch numbers from .patch filenames
* d/patches (updated):
- Don-t-hardcode-build-flags.patch
When using BUILD_CC, use BUILD_LDFLAGS and BUILD_CPPFLAGS instead of the
host ones. Thanks, Helmut Grohne! Closes: #796886
* Add package-specific d/gbp.conf
-- Christian Kastner <ckk@kvr.at> Tue, 25 Aug 2015 20:40:33 +0200
libcap2 (1:2.24-10) unstable; urgency=medium
* d/control:
- Drop XS-Testsuite. dpkg now recognizes the Testsuite header, and
dpkg-source automatically adds one when an autopkgtest suite is found
- Add gperf to Build-Depends. The build proceeds slightly differently when
gperf is present in the build environment, so make sure it is present in
all build environments
- Switch Maintainer email to my @debian.org address
* d/rules:
- Pass --version-info to dh_makeshlibs to match .symbols. Thanks, KiBi!
* d/copyright:
- Bump copyright years
* d/tests:
- Add missing dependencies for gcc and libc-dev
- Test "executables": Redirect stderr to stdout on test with expected
failure
* d/patches (updated):
- 0004-Don-t-hardcode-build-flags
Add LDFLAGS to a target to silence a hardening flags warning, even though
the target is not shipped, but only used at build-time.
* d/patches (added):
- 0006-Hide-private-symbols.patch
-- Christian Kastner <ckk@debian.org> Sun, 23 Aug 2015 23:16:07 +0200
libcap2 (1:2.24-9) unstable; urgency=medium
[ Matthias Klumpp ]
* Add udeb package for libcap2 to be used in d-i, since
the libudev1-udeb package depends on libcap2 now.
-- Christian Kastner <debian@kvr.at> Sun, 07 Jun 2015 18:38:54 +0200
libcap2 (1:2.24-8) unstable; urgency=medium
* debian/libcap2-bin.maintscript:
- Drop, because using rm_conffile to clean up an obsolete conffile that
was moved to another package can lead to breakage, see: Closes: #781050
* debian/watch:
- Drop stray empty opts= (invalid syntax breaks uscan checks)
-- Christian Kastner <debian@kvr.at> Sun, 29 Mar 2015 15:00:39 +0200
libcap2 (1:2.24-7) unstable; urgency=medium
* debian/libcap2-bin.maintscript:
- Remove obsolete conffile capability.conf. Closes: #768229
* debian/control:
- Add Breaks+Replaces for libcap-bin. libcap-bin was removed after lenny,
but the transition to libcap2-bin was not fully handled. Closes: #780411
-- Christian Kastner <debian@kvr.at> Fri, 13 Mar 2015 21:28:23 +0100
libcap2 (1:2.24-6) unstable; urgency=medium
* debian/rules:
- Use proper assignment for CC. It has a default value, so ?= assignment
does not make sense. Using := fixes a FTCBFS. Thanks, Helmut Grohne.
Closes: #762575
* debian/control:
- Add XS-Testsuite for autopkgtest
* debian/tests/executables:
- Add an autopkgtest for getcap(8) and setcap(8) functionality
-- Christian Kastner <debian@kvr.at> Thu, 25 Sep 2014 01:41:47 +0200
libcap2 (1:2.24-5) unstable; urgency=medium
* debian/libcap2-bin.lintian-overrides:
- Drop this file; it only contained an unused lintian override for
statically-linked-binary
* debian/control:
- Bump Standards-Version to 3.9.6 (no changes needed)
- Add binary package libcap2-dbg for debugging symbols
* debian/rules:
- Use dpkg/architecture.mk instead of manual assignment
- Rework the cross-compiling support. Less code, and less assumptions about
the environment
- Create dirs in override_dh_installdirs
- Simplify installation stage
- Add override_dh_strip to place symbols in libcap2-dbg
* Package libcap-dev:
- Move the static library from /lib/ to /usr/lib/, where development files
belong according to the FHS. /lib/ is only for essential shared
libraries.
* debian/TODO:
- Drop file (all items were either dropped or completed)
-- Christian Kastner <debian@kvr.at> Fri, 19 Sep 2014 13:52:51 +0200
libcap2 (1:2.24-4) unstable; urgency=low
* debian/control:
- Set myself to maintainer. Closes: #756091
- Drop redundant Section
- Drop redundant Priority fields
- Add Multi-Arch field for libcap2-bin
- Point Vcs-* URLs to collab-maint
* debian/rules:
- Drop dh_builddeb override, xz is now default
- Drop override_dh_makeshlibs; a symbols file is provided now
* debian/copyright:
- Add myself
- Add missing copyright for manpages
- Add missing copyright for contrib/*
* debian/symbols:
- Create symbols file
* debian/watch:
- Create watch file
* debian/manpages:
- Fix typo in manpage name (getcaps -> getpcaps)
- Drop capsh.8, upstream ships capsh.1 now
* debian/source/options:
- Remove, as xz is now the default compression algo
* debian/patches (refreshed):
- Update headers to play more nicely with gbp-pq
* debian/patches (added):
- 0004-Don-t-hardcode-build-flags
Needed so that hardening flags get honored
- 0005-Syntax-fixes-for-man-pages
-- Christian Kastner <debian@kvr.at> Sat, 26 Jul 2014 20:06:24 +0200
libcap2 (1:2.24-3) unstable; urgency=medium
* I don't care anymore, not worth it.. orphaning.
-- Daniel Baumann <mail@daniel-baumann.ch> Fri, 25 Jul 2014 20:51:41 +0200
libcap2 (1:2.24-2) unstable; urgency=low
* Adding provides for libcap2-dev that got lost during rebase (Closes:
#755559).
-- Daniel Baumann <mail@daniel-baumann.ch> Tue, 22 Jul 2014 10:55:23 +0200
libcap2 (1:2.24-1) unstable; urgency=low
* Merging upstream version 2.24 (Closes: #734633): - in sync with
current kernels (Closes: #689035)
* Dropping unused orig-tar.sh.
* Marking package as linux-any only (Closes: #745186).
* Moving local manpages to subdirectory.
* Applied patch from Loïc Minier <loic.minier@linaro.org> to fix cross-
building by passing CC and BUILD_CC to dh_auto_make, based on a patch
by Colin Watson for the previous CDBS packaging, but adapted for the
new dh-based packaging (Closes: #645908).
* Adding manpages for capability.conf, getcaps, and pam_cap from Scott
Schaefer <saschaefer@neurodiverse.org> (Closes: #504606).
* Using xz explizitly for source tarballs.
* Adding dpkg-source local options to abort on upstream changes.
* Moving local pam-configs to local subdirectory.
* Dropping watch file.
* Dropping old README.source.
* Updating to standards version 3.9.5.
* Sorting fields in control.
* Doubling some fields in control for binary packages in order to avoid
implicit use.
* Removing useless whitespaces at EOL/EOF.
* Dropping pre-wheezy conflicts/replaces etc.
* Updating to debhelper version 9.
* Wrapping build-depends.
* Wrapping and sorting depends.
* Adding vcs fields.
* Harmonizing package descriptions.
* Building debian binary packages explicitly with xz compression.
* Rewriting copyright file in copyright format 1.0.
* Reworking debhelper install files.
* Dropping pre-wheezy libcap2-bin.preinst.
* Reworking debhelper maintainer scripts.
* Adding todo file.
* Refreshing fix-Makefiles.patch.
* Refresh refine-setcap-error-message.patch.
* Renaming and renumbering patches consistently.
* Adding patch from Adam Conrad <adconrad@ubuntu.com> to include
sys/xattr.h in sys/capability.h.
* Using curly braces in rules where appropriate.
* Running dh_install with --fail-missing.
* Correctly moving .so symlink to /usr in libcap-dev where it should be.
* Dropping useless suggests on libcap-dev.
* Prefixing readme with package name.
-- Daniel Baumann <mail@daniel-baumann.ch> Fri, 18 Jul 2014 10:58:46 +0200
libcap2 (1:2.22-2) unstable; urgency=low
* Taking over package from Torsten with thanks for his past work on it.
-- Daniel Baumann <mail@daniel-baumann.ch> Wed, 09 Jul 2014 11:26:11 +0200
libcap2 (1:2.22-1.2) unstable; urgency=low
* Non-maintainer upload.
* Add preinst script for libcap2-bin to properly remove PAM module
on upgrade from libcap2-bin <= 1:2.22-1. (Closes: #673770)
-- Tobias Hansen <tobias.han@gmx.de> Fri, 06 Jul 2012 20:02:14 +0200
libcap2 (1:2.22-1.1) unstable; urgency=low
* Non-maintainer upload with permission from Torsten Werner.
* Apply Multiarch patch from Kees Cook. Closes: #653186.
* debian/{control,rules,compat}: Build for Multi-arch.
* debian/{control,libpam-cap.*}: Split PAM module into separate binary
package so it can be built for Multi-arch separate from the -bins pkg.
-- Mark Hymers <mhy@debian.org> Sun, 13 May 2012 10:28:44 +0100
libcap2 (1:2.22-1) unstable; urgency=low
* New upstream released
-- Zhi Li <lizhi1215@gmail.com> Thu, 28 Jul 2011 12:50:30 +0800
libcap2 (1:2.21-3) unstable; urgency=low
* Non-maintainer upload.
* 0003-refine-setcap-error-message.patch:refine setcap output on errors
(Closes: #633075)
-- Zhi Li <lizhi1215@gmail.com> Wed, 20 Jul 2011 09:35:48 +0800
libcap2 (1:2.21-2) unstable; urgency=low
[ Serge Hallyn ]
* 0002-support-getting-setting-capabilities-on-large-files.patch: patch from
upstream to enable setting capabilities on large files.
(Closes: #631134)
[ Torsten Werner ]
* Move package to alioth's collab-maint project.
* Use git instead of svn.
* Update Vcs-* headers in debian/control.
[ Zhi Li ]
* Modify long description in libcap2-bin/debian/control, remove those files that were not generated.
(Closes: #620345)
-- Torsten Werner <twerner@debian.org> Mon, 11 Jul 2011 22:11:41 +0200
libcap2 (1:2.21-1) unstable; urgency=low
* New upstream release.
* debian/patches/0001-fix-Makefiles.patch: link pam_cap against -lpam.
(Closes: #591410) (LP: #582769)
-- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 20 May 2011 08:28:55 -0500
libcap2 (1:2.20-1) unstable; urgency=low
* New upstream release.
* Remove all patches because they have been included upstream.
-- Torsten Werner <twerner@debian.org> Fri, 11 Feb 2011 20:31:45 +0100
libcap2 (1:2.19-3) unstable; urgency=high
* Add a versioned dependency on libpam-runtime to libcap2-bin because
pam-auth-update is needed in postinst. (Closes: #593250)
* Set urgency to high because we are fixing a RC bug.
-- Torsten Werner <twerner@debian.org> Mon, 16 Aug 2010 23:13:50 +0200
libcap2 (1:2.19-2) unstable; urgency=medium
* Add -lpam to LDLIBS. Thanks to Sebastian Ramacher for suggesting the patch!
(Closes: 591410)
* Set urgency to medium.
* Improve patch description.
-- Torsten Werner <twerner@debian.org> Wed, 04 Aug 2010 05:22:23 +0200
libcap2 (1:2.19-1) unstable; urgency=low
[ Kees Cook ]
* Add pam_cap.so to the default PAM auth stack. (Closes: #573089)
[ Torsten Werner ]
* New upstream release.
* Convert package to source format 3.0.
* Remove quilt from Build-Depends.
* Add static library to -dev package. Thanks to Stephan Sürken. (Closes:
#589840)
* Fix typo in Description. Thanks to Pascal De Vuyst. (Closes: #557496)
* Add a patch to fix the man page cap_from_text(3). Thanks to Roland
Koebler. (Closes: #567350)
* Update Standards-Version: 3.9.0 (no changes).
-- Torsten Werner <twerner@debian.org> Thu, 22 Jul 2010 23:50:25 +0200
libcap2 (1:2.17-2) unstable; urgency=low
* Explain in the long description of the -bin package that the manpage
cap_from_text(3) is part of -dev package. (Closes: #548080)
-- Torsten Werner <twerner@debian.org> Sun, 18 Oct 2009 19:55:39 +0200
libcap2 (1:2.17-1) unstable; urgency=low
* new upstream release
* Switch from cdbs to dh.
* Update Standards-Version: 3.8.3 (no changes).
* Use gbp-pq to edit quilt patch.
* Change Build-Depends: debhelper (>= 7.0.50~).
* Add README.source.
* Add man page capsh.8.
-- Torsten Werner <twerner@debian.org> Wed, 30 Sep 2009 22:26:51 +0200
libcap2 (1:2.16-5) unstable; urgency=low
* Remove reference to kernel version 2.2 in debian/control. (Closes:
#260005)
* Add Suggests: libcap-dev to binary package libcap2-bin. (Closes: #433782)
-- Torsten Werner <twerner@debian.org> Wed, 01 Apr 2009 23:32:37 +0200
libcap2 (1:2.16-4) unstable; urgency=low
* Add Conflicts: and Replaces: libcap2-dev to binary package libcap-dev.
* Add epoch to version number because the old package had an epoch.
* Add missing files to package libcap-dev which got lost in the previous
version.
-- Torsten Werner <twerner@debian.org> Sun, 22 Mar 2009 21:23:50 +0100
libcap2 (2.16-3) unstable; urgency=low
* Rename binary package libcap2-dev to libcap-dev as requested by the
release team to continue the transition from libcap1. (Closes: #520553)
* Add Provides: libcap2-dev to binary package libcap-dev to ease transition
from older versions of libcap2.
* Remove Conflicts: libcap-dev.
-- Torsten Werner <twerner@debian.org> Sat, 21 Mar 2009 21:22:24 +0100
libcap2 (2.16-2) unstable; urgency=low
* upload to unstable
-- Torsten Werner <twerner@debian.org> Sun, 15 Feb 2009 22:09:04 +0100
libcap2 (2.16-1) experimental; urgency=low
* new upstream release
* Always install libraries into /lib (never /lib64).
(Closes: #508315)
-- Torsten Werner <twerner@debian.org> Sun, 14 Dec 2008 12:24:50 +0100
libcap2 (2.15-3) experimental; urgency=low
* Set Priority: standard for binary package libcap2. (Closes: #507781)
-- Torsten Werner <twerner@debian.org> Thu, 04 Dec 2008 14:15:48 +0100
libcap2 (2.15-2) experimental; urgency=low
* Update shlibs file libcap2 (>= 2.10). (Closes: #464712)
-- Torsten Werner <twerner@debian.org> Wed, 03 Dec 2008 23:42:19 +0100
libcap2 (2.15-1) experimental; urgency=low
* new upstream release
* Add Homepage header.
* Bump Up Standards-Version: 3.8.0.
* Update patch build.diff.
-- Torsten Werner <twerner@debian.org> Mon, 01 Dec 2008 00:26:09 +0100
libcap2 (2.11-2) unstable; urgency=low
* Call dh_makeshlibs with -V. (Closes: #492467)
* Reformat debian/copyright.
* Add Build-Depends: libpam0g-dev to build the pam module.
* Ship the pam module in the package libcap2-bin.
-- Torsten Werner <twerner@debian.org> Sat, 26 Jul 2008 15:40:42 +0200
libcap2 (2.11-1) unstable; urgency=low
* new upstream release
* Remove patch bug487223.diff because it is not needed anymore.
* Refresh patch build.diff.
-- Torsten Werner <twerner@debian.org> Thu, 24 Jul 2008 20:42:41 +0200
libcap2 (2.10-3) unstable; urgency=low
* Add patch from upstream author to fix 'cap_copy_int() always returns NULL
(EINVAL)'. (Closes: #487223)
-- Torsten Werner <twerner@debian.org> Mon, 07 Jul 2008 23:03:52 +0200
libcap2 (2.10-2) unstable; urgency=medium
* Add Build-Depends: indent because it is needed on alpha. (Closes: #489477)
* Set urgency to medium because we are fixing a FTBFS bug.
-- Torsten Werner <twerner@debian.org> Sun, 06 Jul 2008 11:34:15 +0200
libcap2 (2.10-1) unstable; urgency=low
* new upstream release
-- Torsten Werner <twerner@debian.org> Wed, 11 Jun 2008 23:37:06 +0200
libcap2 (2.09-1) unstable; urgency=low
* new upstream release
* Change Priority: optional of package libcap2.
-- Torsten Werner <twerner@debian.org> Sat, 10 May 2008 11:48:53 +0200
libcap2 (2.08-2) unstable; urgency=low
* Do not install the old manpages capget(2) and capset(2) because the
package manpages-dev ships more recent ones.
* Replace Conflicts: manpages-dev by Suggests: manpages-dev.
(Closes: #473072)
-- Torsten Werner <twerner@debian.org> Sat, 29 Mar 2008 10:19:58 +0100
libcap2 (2.08-1) unstable; urgency=low
* Initial Release. (Closes: #464727)
-- Torsten Werner <twerner@debian.org> Fri, 21 Mar 2008 16:26:04 +0100
|