[MacPorts] #9238: security fix: mysql portfile

MacPorts noreply at macports.org
Thu Mar 24 07:25:00 PDT 2016


#9238: security fix: mysql portfile
--------------------------+--------------------------------
  Reporter:  scheidell@…  |      Owner:  macports-tickets@…
      Type:  update       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.2
Resolution:  fixed        |   Keywords:
      Port:  mysql4       |
--------------------------+--------------------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => mysql4


Old description:

> Mysql < 4.1.20 has security issues.
>
> these patches to Portfile should work (works here!)
>
> --- Portfile.orig       2006-06-02 14:47:45.000000000 -0400
> +++ Portfile    2006-06-02 14:47:58.000000000 -0400
> @@ -2,7 +2,7 @@
>
>  PortSystem 1.0
>  name              mysql4
> -version           4.1.18
> +version           4.1.20
>  categories        databases
>  maintainers       michaelm at opendarwin.org joe at opendarwin.org
>  description       Multithreaded SQL database server
> @@ -27,7 +27,7 @@
>                      ftp://ftp.free.fr/pub/MySQL\${sitedir}
>
>  distname         mysql-${version}
> -checksums        md5
> +checksums        md5 a1dc5375f6580db5073d542200a9ad5b
>
>  depends_lib      port:openssl

New description:

 Mysql < 4.1.20 has security issues.

 these patches to Portfile should work (works here!)

 {{{
 --- Portfile.orig       2006-06-02 14:47:45.000000000 -0400
 +++ Portfile    2006-06-02 14:47:58.000000000 -0400
 @@ -2,7 +2,7 @@

  PortSystem 1.0
  name              mysql4
 -version           4.1.18
 +version           4.1.20
  categories        databases
  maintainers       michaelm at opendarwin.org joe at opendarwin.org
  description       Multithreaded SQL database server
 @@ -27,7 +27,7 @@
                      ftp://ftp.free.fr/pub/MySQL\${sitedir}

  distname         mysql-${version}
 -checksums        md5
 +checksums        md5 a1dc5375f6580db5073d542200a9ad5b

  depends_lib      port:openssl
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/9238#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list