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

aespipe: 2.4e -> 2.4f #70547

Merged
merged 2 commits into from Oct 9, 2019
Merged

aespipe: 2.4e -> 2.4f #70547

merged 2 commits into from Oct 9, 2019

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Oct 7, 2019

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

meta.description for aespipe is: '"AES encrypting or decrypting pipe"'.

meta.homepage for aespipe is: '"http://loop-aes.sourceforge.net/aespipe.README"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
aespipe

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/fnc1fwvl01d0p5fy9cyl6jm2i0sh382w-aespipe-2.4f \
  --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.)

Or, build yourself:

nix-build -A aespipe https://github.com/r-ryantm/nixpkgs/archive/89832d2343a6d644572d62f267acd67541b161ef.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/fnc1fwvl01d0p5fy9cyl6jm2i0sh382w-aespipe-2.4f
ls -la /nix/store/fnc1fwvl01d0p5fy9cyl6jm2i0sh382w-aespipe-2.4f/bin

cc @cillianderoiste 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/aespipe/versions
@c0bw3b
Copy link
Contributor

c0bw3b commented Oct 8, 2019

Changelog from archive:

aespipe-v2.4f October 2 2019
- Fixed configure script mis-detection of "labels need underline
prefix" on Fedora. Fix from Jiri Hladky.
- Added configure script autodetection for x86/amd64 -fno-pie compile
and -no-pie linker flags. These are needed when compiler/linker
produces position independent executable (PIE) by default.

@c0bw3b
Copy link
Contributor

c0bw3b commented Oct 8, 2019

The binary is lacking Padlock and AES-NI specific instructions at the moment.
I'll add a configure flag soon to enable these by default.

From upstream README:

--enable-padlock and
--enable-intelaes options can be used in situations where build host
computer doesn't have padlock/intelaes hardware, but intended target
computer does. padlock/intelaes code always include run time fall back to
slower software implementation in case the padlock/intelaes hardware isn't
found.

@c0bw3b c0bw3b merged commit 8a7f358 into NixOS:master Oct 9, 2019
@r-ryantm r-ryantm deleted the auto-update/aespipe branch October 20, 2019 13:21
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