Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#49897 closed defect (fixed)

openssl - update to 1.0.2e

Reported by: danielluke (Daniel J. Luke) Owned by: larryv (Lawrence Velázquez)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: haspatch Cc: neverpanic (Clemens Lang), Schamschula (Marius Schamschula)
Port: openssl

Description

simple patch attached to bump openssl to 1.0.2e.

I've been running it for a little while and haven't noticed any problems.

Attachments (1)

openssl_1.0.2e.diff (1.1 KB) - added by danielluke (Daniel J. Luke) 8 years ago.
Version bump

Download all attachments as: .zip

Change History (5)

Changed 8 years ago by danielluke (Daniel J. Luke)

Attachment: openssl_1.0.2e.diff added

Version bump

comment:1 Changed 8 years ago by mf2k (Frank Schima)

See also #49894. I'll leave it up to you to determine which ticket to leave open.

comment:2 in reply to:  1 Changed 8 years ago by larryv (Lawrence Velázquez)

Cc: mschamschula@… added
Status: newassigned

I’ve closed that one as a dup.

I’m commit after running the test suite.

comment:3 Changed 8 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: assignedclosed

r143101, thanks

comment:4 in reply to:  3 Changed 8 years ago by larryv (Lawrence Velázquez)

Sigh, Trac still broken. For funsies:

  • dports/devel/openssl/Portfile

    commit ae74ccfa0662a7316b11ff53b7980d537a89cd88
    Author: Lawrence Velázquez <larryv@macports.org>
    Date:   2 minutes ago
    
        openssl: Update to 1.0.2e (#49897)
        
        Also revbump freeradius, tor, and tor-devel.
        
        
        git-svn-id: https://svn.macports.org/repository/macports/trunk@143101 d073be05-634f-4543-b044-5fe20cf6d1d6
    
    diff --git a/dports/devel/openssl/Portfile b/dports/devel/openssl/Portfile
    index fd8f9df..8dc81c5 100644
    a b PortGroup muniversal 1.0 
    66
    77name                openssl
    88epoch               1
    9 version             1.0.2d
     9version             1.0.2e
    1010
    1111# Please revbump these ports when updating OpenSSL.
    1212#  - freeradius (#43461)
    conflicts libressl 
    3232depends_lib         port:zlib
    3333
    3434master_sites        http://www.openssl.org/source
    35 checksums           md5     38dd619b2e77cbac69b99f52a053d25a \
    36                     sha1    d01d17b44663e8ffa6a33a5a30053779d9593c3d \
    37                     rmd160  a4389911e5f7436dc2f52e4968eb613a11e33027 \
    38                     sha256  671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8
     35checksums           md5     5262bfa25b60ed9de9f28d5d52d77fc5 \
     36                    sha1    2c5691496761cb18f98476eefa4d35c835448fb6 \
     37                    rmd160  324ed411043364af2ea908124225eece7d604a94 \
     38                    sha256  e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff
    3939
    4040patchfiles          install-headers-HFS+.patch \
    4141                    parallel-building.patch \
  • dports/security/tor-devel/Portfile

    diff --git a/dports/security/tor-devel/Portfile b/dports/security/tor-devel/Portfile
    index dea8939..3ed3475 100644
    a b PortSystem 1.0 
    66name                tor-devel
    77conflicts           tor
    88version             0.2.7.5
     9revision            1
    910categories          security
    1011platforms           darwin
    1112maintainers         nomaintainer
  • dports/security/tor/Portfile

    diff --git a/dports/security/tor/Portfile b/dports/security/tor/Portfile
    index 32fece2..241b5f7 100644
    a b PortSystem 1.0 
    66name                tor
    77conflicts           tor-devel
    88version             0.2.6.10
     9revision            1
    910categories          security
    1011platforms           darwin
    1112maintainers         nomaintainer
  • dports/sysutils/freeradius/Portfile

    diff --git a/dports/sysutils/freeradius/Portfile b/dports/sysutils/freeradius/Portfile
    index e3e7c47..08049ba 100644
    a b PortSystem 1.0 
    55
    66name                    freeradius
    77version                 2.2.4
    8 revision                7
     8revision                8
    99categories              sysutils
    1010maintainers             nomaintainer
    1111homepage                http://www.freeradius.org/
Note: See TracTickets for help on using tickets.