Re: [PHP-DEV] [RFC] Reproducible Builds Support

2017-12-24 Thread Jelle van der Waa
is diff. I'll do some more digging :) https://tests.reproducible-builds.org/archlinux/extra/php/php-7.2.0-2-x86_64.pkg.tar.xz.html -- Jelle van der Waa -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Reproducible Builds Support

2017-12-14 Thread Jelle van der Waa
On 12/12/17 at 02:12pm, Levi Morrison wrote: > On Mon, Dec 11, 2017 at 2:11 PM, Jelle van der Waa wrote: > > Hi all, > > > > Debian, Arch Linux and other distro's are trying to get full > > reproducible builds. There are some issues in PHP's codebase

Re: [PHP-DEV] [RFC] Reproducible Builds Support

2017-12-12 Thread Jelle van der Waa
d, I'd rather not mess with it, especially for a purpose that can > easily be achieved without it. Hmmm true, but the fallback being the hostname where PHP was build on seems a little bit odd, doesn't it? -- Jelle van der Waa -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [RFC] Reproducible Builds Support

2017-12-11 Thread Jelle van der Waa
e issue would be. I'm not sure how the binary data in the phar.phar is generated. [1] https://tests.reproducible-builds.org/archlinux/extra/php/php-7.2.0-2-x86_64.pkg.tar.xz.html [2] https://github.com/php/php-src/pull/2965 [3] https://reproducible-builds.org/specs/source-date-epoch/ Thanks

Re: [PHP-DEV] [RFC] Add openssl_pkcs7_read and extend openssl_pkcs7_verify

2017-06-07 Thread Jelle van der Waa
On 06/04/17 at 08:02pm, Jakub Zelenka wrote: > On Sun, Jun 4, 2017 at 7:22 PM, Jelle van der Waa wrote: > > > On 06/04/17 at 07:00pm, Jakub Zelenka wrote: > > > On Wed, May 31, 2017 at 11:19 AM, Jelle van der Waa > > wrote: > > > > > &

Re: [PHP-DEV] [RFC] Add openssl_pkcs7_read and extend openssl_pkcs7_verify

2017-06-04 Thread Jelle van der Waa
On 06/04/17 at 07:00pm, Jakub Zelenka wrote: > On Wed, May 31, 2017 at 11:19 AM, Jelle van der Waa wrote: > > > I would like to propose the addition of openssl_pkcs7_read and extending > > openssl_pkcs7_verify to also return a PKCS7 structure. The reasoning for > &g

[PHP-DEV] [RFC] Add openssl_pkcs7_read and extend openssl_pkcs7_verify

2017-05-31 Thread Jelle van der Waa
he pk7 output can be done with the 'openssl' tool: openssl smime -verify -pk7out -in signed_email.eml > foo.pkcs7 openssl pkcs7 -print_certs -in foo.pkcs7 [1] https://bugs.php.net/bug.php?id=72249 [2] https://github.com/jelly/php-src/commits/pkcs7 -- Jelle van der Waa -- PHP Inter