Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0028abeb4ed1432b99c0b977825c577b3baff3d1
      
https://github.com/NixOS/nixpkgs/commit/0028abeb4ed1432b99c0b977825c577b3baff3d1
  Author: Joachim Fasting <[email protected]>
  Date:   2016-11-30 (Wed, 30 Nov 2016)

  Changed paths:
    M pkgs/development/libraries/libffcall/default.nix

  Log Message:
  -----------
  libffcall: 2009-05-27 -> 1.10

Use the release tarball provided by the clisp maintainer.

Tested build by nix-build -A clisp -A clisp_2_44_1 -A gtk-server;
only clisp run-tested.

Of particular note is that the .so files no longer have executable
stacks.  This also avoids executable stack in clisp lisp.run

Before:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep 
GNU_STACK
   GNU_STACK      [...] RWE 0x10

After:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep 
GNU_STACK
   GNU_STACK      [...] RW 0x10


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to