Revisions of util-linux

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201216 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 166)
- Add more-fix-buffer-overflow.patch (bnc#829720). (forwarded request 201207 from mgorse)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199432 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 165)
- Avoid build require gpg-offline twice 

- Update to version 2.23.2:
  nsenter(1):
  * this NEW COMMAND provides command line interface to setns()
    Linux syscall and allows to run program with namespaces of
    other processes
  unshare(1):
  * supports new PID and USER namespaces
  fdisk(8):
  * provides experimental support for GUID Partition Table (GPT),
    the implementation is still not complete and some (unimportant)
    features are missing.
  * ~50% of fdisk code has been refactored, this task is going to
    be complete in the next release. The goal is to have libfdisk
    shared between all fdisks.
  partx(8):
  * supports new "update" command (implemented by
    BLKPG_RESIZE_PARTITION ioctl)
  mount(8):
  * supports new userspace mount option x-mount.mkdir[=<mode>] to
    create mountpoints on demand
  * the support for propagation flags has been improved, now the
    flags could be specified in /etc/fstab and used together with
    regular mount options. It's also possible to specify more
    propagation flags together. This EXPERIMENTAL feature is
    implemented by additional mount(2) syscalls, because Linux does
    not allow to use propagation flags with another options or more
    flags together.
  umount(8):
  * supports new command line option --recursive to recursively
    unmount all sub-mounts for the specified mountpoint * supports
    new command line option --all-targets to unmount all
    mountpoints in the current namespace for the specified
    filesystem * the options --recursive and --all-targets could be
    used together
  dmesg(1):
  * supports new command line options --color, --human and
  --nopager, the --human option enables relative times, colors and
  pager support.
  su(1):
  * supports new command line options --group and --supp-group to
    specify primary and supplementary groups
  chfn(1) and chsh(1):
  * the commands could be linked with libuser to support non-local
    accounts modification (e.g. LDAP, etc).
  kill(1):
  * the command has been improved to be compatible with procps
    version, the procps version is deprecated now, the util-linux
    version is enabled by default.
  blkdiscard(8):
  * this NEW COMMAND discard sectors on a device (for example on
    SSD disks)
  sulogin(8):
  * provides multi-console feature from SysVinit
  findmnt(8):
  * provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
  lslocks(8):
  * provides new column BLOCKER and detects blocked locks
  lsblk(8):
  * supports new command line option --scsi and new columns HCTL,
    TRANsport VENDOR and REVision
  swapon(8) and losetup(8):
  * the commands prints basic overview by default if no option
    specified
  column(1):
  * supports new command line option --output-separator to specify
    table output delimiter
  rename(1):
  * supports new command line option --symlink to rename symlink
    target
  hwclock(8):
  * supports new command line option --compare to periodically
    compare the Hardware Clock to the System Time (based on
    adjtimex -c)
  ipcs(1):
  * supports new command line options --bytes and --human
  wipefs(1):
  * supports new command line option --force to force erase on used
    devices
- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
  mkfs.bfs_cleanup_endian.patch)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 164)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181637 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 163)
Correct condition for Conflicts of sysvinit-tools. (forwarded request 181632 from bernhard-voelker)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 180243 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 162)
- rely on systemd-rpm-macros instead of the full thing
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 178855 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 161)
- util-linux.spec: remove previously added "moving-su-trickery" again
  as a su-less coreutils packet is in Base:Build and Factory now. (forwarded request 178821 from bernhard-voelker)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177962 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 160)
- util-linux.spec: work around su(1) PAM problems based on su(1)
  being provided by both the coreutils and the util-linux package.
  Fix macro typo in %post and %verifyscript sections related to su(1):
    s/sysvinit_tools/enable_su/ (forwarded request 177950 from bernhard-voelker)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177735 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 159)
Added mkfs.bfs_cleanup64bit.patch and mkfs.bfs_cleanup_endian.patch to fix 64Bit and endian issues. (forwarded request 177733 from ihno)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161218 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 158)
Please wait for which, adjtimex, time to go in first since those packages have been split from util-linux.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155700 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 157)
- fdiskbsdlabel.patch:
  Fix fdisk compilation on aarch64 (forwarded request 155674 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 151448 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 156)
- 0001-Test-for-secure_getenv-too.patch:
  Current glibc in 12.3/factory no longer exports internal 
  function __secure_getenv() but has secure_getenv() instead.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 155)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 147398 from Petr Uzel's avatar Petr Uzel (puzel) (revision 154)
- add-canonicalize_path_restricted.patch,
  mount-sanitize-paths-from-non-root-users.patch,
  umount-sanitize-paths-from-non-root-users.patch:
  prevent leaking information about existence of folders
  (bnc#797002, CVE-2013-0157)
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146886 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 153)
- 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch 
  Use OS byteswapping macros, this patch is functionally identical
  to the version submitted upstream with the exception it excludes
  code that target non-linux systems. (forwarded request 146536 from elvigia)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 135232 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 152)
add name of the patch (forwarded request 135213 from jirislaby)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125753 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 151)
- Remove pam_lastlog from login.pamd, login is doing it itself.
  [bnc#768067] (forwarded request 125752 from kukuk)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 150)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125114 from Petr Uzel's avatar Petr Uzel (puzel) (revision 149)
- improve error messages from new mount (bnc#767208)
 - backport patches from upstream git:
  - mount-new-add-loopdev-specific-error-message.patch
  - mount-new-use-MNT_ERR-for-error-messages.patch
  - libmount-add-special-MNT_ERR-codes.patch
  - mount-new-improve-error-messages.patch
  - libmount-add-MNT_ERR_LOOPDEV.patch

- fix automount with quota (rh#825836)
  - mount-new-allow-sloppy-for-non-root.patch
- fix wrong mount options for CIFS mounts (bnc#766157)
  - libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123095 from Petr Uzel's avatar Petr Uzel (puzel) (revision 148)
- require binutils-devel because "which" wants to find libiberty.a
- remove which-lib64.patch because it's broken and couldn't find
  libiberty.a whithin /usr/lib64 
- which doesn't need autoreconf anymore (forwarded request 123013 from rudi_m)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122372 from Petr Uzel's avatar Petr Uzel (puzel) (revision 147)
update to 2.21.2
Displaying revisions 121 - 140 of 286
openSUSE Build Service is sponsored by