#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: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | mysql4 added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Mysql has been updated.