Skip to content

Comments

dbus: 1.14.6 -> 1.14.8#236937

Merged
jtojnar merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/dbus
Jun 11, 2023
Merged

dbus: 1.14.6 -> 1.14.8#236937
jtojnar merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/dbus

Conversation

@r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jun 9, 2023

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/dbus/versions.

meta.description for dbus is: Simple interprocess messaging system

meta.homepage for dbus is: http://www.freedesktop.org/wiki/Software/dbus/

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.14.8 with grep in /nix/store/mygvdb97c527isc75m5m3wm11qw7x5bv-dbus-1.14.8
  • found 1.14.8 in filename of file in /nix/store/mygvdb97c527isc75m5m3wm11qw7x5bv-dbus-1.14.8

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

15813 package rebuild(s)

First fifty rebuilds by attrpath

AusweisApp2
BeatSaberModManager
CHOWTapeModel
ChowCentaur
ChowKick
ChowPhaser
CuboCore.coreaction
CuboCore.corearchiver
CuboCore.corefm
CuboCore.coregarage
CuboCore.corehunt
CuboCore.coreimage
CuboCore.coreinfo
CuboCore.corekeyboard
CuboCore.corepad
CuboCore.corepaint
CuboCore.corepdf
CuboCore.corepins
CuboCore.corerenamer
CuboCore.coreshot
CuboCore.corestats
CuboCore.corestuff
CuboCore.coreterminal
CuboCore.coretime
CuboCore.coretoppings
CuboCore.coreuniverse
CuboCore.libcprime
CuboCore.libcsys
DisnixWebService
EmptyEpsilon
HentaiAtHome
LibreArp
LibreArp-lv2
MIDIVisualizer
MMA
OSCAR
PageEdit
R
SDL
SDL2
SDL2_gfx
SDL2_image
SDL2_image_2_0_5
SDL2_mixer
SDL2_mixer_2_0
SDL2_net
SDL2_sound
SDL2_ttf
SDL2_ttf_2_0_15
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/mygvdb97c527isc75m5m3wm11qw7x5bv-dbus-1.14.8 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The 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 dbus https://github.com/r-ryantm/nixpkgs/archive/b283645a1d74eabea4cd9efea0483735770bbf4b.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/mygvdb97c527isc75m5m3wm11qw7x5bv-dbus-1.14.8
ls -la /nix/store/mygvdb97c527isc75m5m3wm11qw7x5bv-dbus-1.14.8/bin


Pre-merge build results

NixPkgs review skipped


Maintainer pings

cc @jtojnar for testing.

@ofborg ofborg bot requested a review from jtojnar June 9, 2023 23:05
@ofborg ofborg bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Jun 9, 2023
@vcunat
Copy link
Member

vcunat commented Jun 11, 2023

@jtojnar jtojnar added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Jun 11, 2023
Copy link
Member

@jtojnar jtojnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look okay, fixes CVE-2023-34969

@jtojnar jtojnar merged commit 6f57740 into NixOS:staging Jun 11, 2023
@r-ryantm r-ryantm deleted the auto-update/dbus branch June 11, 2023 15:02
@github-actions
Copy link
Contributor

Backport failed for staging-22.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.11
git worktree add -d .worktree/backport-236937-to-staging-22.11 origin/staging-22.11
cd .worktree/backport-236937-to-staging-22.11
git checkout -b backport-236937-to-staging-22.11
ancref=$(git merge-base 622850f61f78093fa568b00d30aaa6773b306638 b283645a1d74eabea4cd9efea0483735770bbf4b)
git cherry-pick -x $ancref..b283645a1d74eabea4cd9efea0483735770bbf4b

1 similar comment
@github-actions
Copy link
Contributor

Backport failed for staging-22.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin staging-22.11
git worktree add -d .worktree/backport-236937-to-staging-22.11 origin/staging-22.11
cd .worktree/backport-236937-to-staging-22.11
git checkout -b backport-236937-to-staging-22.11
ancref=$(git merge-base 622850f61f78093fa568b00d30aaa6773b306638 b283645a1d74eabea4cd9efea0483735770bbf4b)
git cherry-pick -x $ancref..b283645a1d74eabea4cd9efea0483735770bbf4b

@github-actions
Copy link
Contributor

Successfully created backport PR for staging-23.05:

@github-actions
Copy link
Contributor

Git push to origin failed for staging-23.05 with exitcode 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 1001-2500 This PR causes many rebuilds on Darwin and should most likely target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants