Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5_6_yosemite' into 7_0_yosemite
Browse files Browse the repository at this point in the history
* origin/5_6_yosemite:
  curl version 7.54.0 compile against openssl openssl version 1.0.2k
  5.6.30
  5.6.29
  PHP 5.6.27
  latest libcurl
  • Loading branch information
chregu committed May 5, 2017
2 parents e5a72c5 + 5b0457d commit 1246abf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build-php.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Package::libevent;
use Package::intl;
use Package::memcached;
use Package::memcache;
#use Package::memcache;
use Package::xhprof;
use Package::twig;
use Package::APC;
Expand Down Expand Up @@ -60,7 +60,7 @@
suffix => '-apache2',
},
},
version => '7.0.15',
version => '7.0.18',
release => 1,
debug => 1,
);
Expand All @@ -80,8 +80,8 @@

#libmemcached doesn't yet compile on 10.10
# TODO: adjust for 7.0
#my $memcached = Package::memcached->new(config => $config, variant => 'apache2');
#$memcached->install();
my $memcached = Package::memcached->new(config => $config, variant => 'apache2');
$memcached->install();

# TODO: adjust for 7.0
#my $memcache = Package::memcache->new(config => $config, variant => 'apache2');
Expand Down
4 changes: 2 additions & 2 deletions lib/Package/curl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package);

our $VERSION = '7.47.1';
our $VERSION = '7.54.0';

sub base_url {
return "http://curl.haxx.se/download";
Expand All @@ -25,7 +25,7 @@ sub configure_flags {
$self->SUPER::configure_flags(@_),
'--enable-ldaps',
'--disable-dependency-tracking',
'--with-darwinssl',
'--with-ssl=/usr/local/php5',
'--with-libidn='.$self->config()->prefix(),
'--disable-ares'
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Package/openssl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package);

our $VERSION = '1.0.2h';
our $VERSION = '1.0.2k';

sub base_url {
return "https://www.openssl.org/source/";
Expand Down

0 comments on commit 1246abf

Please sign in to comment.