New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #9238 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

security fix: mysql portfile

Reported by: scheidell@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

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@… joe@… 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

Change History

comment:1 Changed 7 years ago by markd@…

  • Status changed from new to closed
  • Resolution set to fixed

Mysql has been updated.

Note: See TracTickets for help on using tickets.