Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libnsl: 1.2.0 -> 1.3.0 #92693

Merged
merged 1 commit into from Jul 8, 2020
Merged

libnsl: 1.2.0 -> 1.3.0 #92693

merged 1 commit into from Jul 8, 2020

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 8, 2020

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/thkukuk/libnsl/releases.

meta.description for libnsl is: "Client interface library for NIS(YP) and NIS+"

meta.homepage for libnsl is: "https://github.com/thkukuk/libnsl"

meta.changelog for libnsl is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
251 total rebuild path(s)

90 package rebuild(s)

90 x86_64-linux rebuild(s)
76 i686-linux rebuild(s)
9 x86_64-darwin rebuild(s)
76 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
apt-cacher-ng
argus
argus-clients
atftp
autofs5
bareos
ceph
ceph-client
ceph-dev
collectd
collectd-data
deepin.dde-api
deepin.dde-control-center
deepin.dde-daemon
deepin.dde-dock
deepin.dde-file-manager
deepin.dde-kwin
deepin.dde-launcher
deepin.dde-session-ui
deepin.deepin-desktop-base
deepin.deepin-desktop-schemas
deepin.deepin-wallpapers
deepin.startdde
docker-machine-kvm
docker-machine-kvm2
easysnap
gnome3.gnome-boxes
grub2
grub2_efi
grub2_full
grub2_pvgrub_image
grub2_xen
haskellPackages.libvirt-hs
haskellPackages.libzfs
libceph
libguestfs
libguestfs-with-appliance
libnsl
libvirt
libvirt-glib
libvirt_5_9_0
libvmi
mailman
minikube
minishift
nfs-utils
nixops
nixopsUnstable
nixops_1_6_1
os-prober
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/r15cbx57jp1ck41d339jycis3i5hijdi-libnsl-1.3.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A libnsl https://github.com/r-ryantm/nixpkgs/archive/248163c0b3648dc9c6439c94340f64efa654d6a9.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/r15cbx57jp1ck41d339jycis3i5hijdi-libnsl-1.3.0
ls -la /nix/store/r15cbx57jp1ck41d339jycis3i5hijdi-libnsl-1.3.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package marked as broken and skipped:
- docker-machine-xhyve
12 packages failed to build:
- deepin.dde-api
- deepin.dde-control-center
- deepin.dde-daemon
- deepin.dde-dock
- deepin.dde-file-manager
- deepin.dde-kwin
- deepin.dde-launcher
- deepin.dde-session-ui
- deepin.deepin-desktop-base
- deepin.deepin-desktop-schemas
- deepin.deepin-wallpapers
- deepin.startdde
69 packages built:
- apt-cacher-ng
- argus
- argus-clients
- atftp
- autofs5
- ceph
- ceph-client
- collectd
- collectd-data
- docker-machine-kvm
- docker-machine-kvm2
- easysnap
- gnome3.gnome-boxes
- grub2
- grub2_efi
- grub2_pvgrub_image
- grub2_xen
- libceph
- libguestfs
- libguestfs-with-appliance
- libnsl
- libvirt
- libvirt-glib
- libvirt_5_9_0
- libvmi
- mailman
- minikube
- minishift
- nfsUtils (nfs-utils)
- nixops
- nixopsUnstable
- nixops_1_6_1
- ocamlPackages.ocaml_libvirt
- os-prober
- perl528Packages.SysVirt
- perl530Packages.SysVirt
- postfix
- python27Packages.guestfs
- python27Packages.libvirt
- python37Packages.guestfs
- python37Packages.libvirt
- python37Packages.mailman
- python37Packages.mailman-hyperkitty
- python38Packages.guestfs
- python38Packages.libvirt
- python38Packages.mailman
- python38Packages.mailman-hyperkitty
- rpcbind
- rubyPackages.ruby-libvirt
- rubyPackages_2_5.ruby-libvirt
- rubyPackages_2_7.ruby-libvirt
- samba4Full
- sanoid
- sslh
- sssd
- tacacsplus
- tcp_wrappers
- terraform-full
- terraform-provider-libvirt (terraform-providers.libvirt)
- terraform_0_11-full
- terragrunt
- vagrant
- virtmanager (virt-manager)
- virtmanager-qt (virt-manager-qt)
- virt-top
- virtviewer (virt-viewer)
- virtlyst
- zfs (zfsUnstable)
- zfstools

Maintainer pings

cc @dezgeg for testing.

@ofborg ofborg bot requested a review from dezgeg July 8, 2020 09:51
@jtojnar jtojnar merged commit 2dc8263 into NixOS:master Jul 8, 2020
@r-ryantm r-ryantm deleted the auto-update/libnsl branch July 11, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants