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

usbguard: 0.7.2 -> 0.7.4 #43454

Merged
merged 1 commit into from Jul 13, 2018
Merged

usbguard: 0.7.2 -> 0.7.4 #43454

merged 1 commit into from Jul 13, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/usbguard/versions.

meta.description for usbguard is: '"The USBGuard software framework helps to protect your computer against BadUSB."'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4/bin/usbguard had a zero exit code or showed the expected version
  • /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4/bin/usbguard-rule-parser passed the binary check.
  • Warning: no invocation of /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4/bin/usbguard-applet-qt had a zero exit code or showed the expected version
  • /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4/bin/usbguard-daemon passed the binary check.
  • /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4/bin/usbguard-dbus passed the binary check.
  • 3 of 5 passed binary check by having a zero exit code.
  • 0 of 5 passed binary check by having the new version present in output.
  • found 0.7.4 with grep in /nix/store/z99r7m7fs4ghlqwb1kaa1hg58hlb8c3b-usbguard-0.7.4
  • directory tree listing: https://gist.github.com/344cf7412c6a3a0ab9caffc684449a64
  • du listing: https://gist.github.com/8a99837c23225b4d903216d5b90526af
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout f44e7ef89ba61b4eee4cf69838a2900a3fea614b && nix-shell --pure -I nixpkgs=. -p usbguard

cc @tnias for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/usbguard/versions.
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: usbguard

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: usbguard

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: usbguard

Partial log (click to expand)

shrinking /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/sbin/usbguard-daemon
shrinking /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/sbin/usbguard-dbus
shrinking /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/lib/libusbguard.so.0.0.0
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/lib  /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/bin  /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/sbin 
patching script interpreter paths in /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4
checking for references to /tmp/nix-build-usbguard-0.7.4.drv-0 in /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4...
moving /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/sbin/* to /nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4/bin
postPatchMkspecs
/nix/store/5fzmv6ba31gcgzch8m38y13ngcbipz9c-usbguard-0.7.4

@tnias
Copy link
Contributor

tnias commented Jul 13, 2018

@Nadrieril, do you want be maintainer of this package. I currently have no desktop system with nixos I could use for testing/debugging.

@FRidh FRidh merged commit c2e9f3f into NixOS:master Jul 13, 2018
@r-ryantm r-ryantm deleted the auto-update/usbguard branch July 13, 2018 17:13
@Nadrieril
Copy link
Member

@tnias What would that involve ? Would the bot generate the PR and I would just have to test it ?

@tnias
Copy link
Contributor

tnias commented Jul 14, 2018

@Nadrieril With the automatic updates, it looks like all one has to do is to ensure everything still works as expected after the update.

I mentioned you, because you did the last patch and I did not know who to ask.

@Nadrieril
Copy link
Member

Sure, I'm happy to help

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

5 participants