Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#9238 closed update (fixed)

security fix: mysql portfile

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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@opendarwin.org joe@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

Change History (2)

comment:1 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Mysql has been updated.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: mysql4 added
Type: defectupdate
Note: See TracTickets for help on using tickets.