gnu: perl-dbd-mysql: Update to 4.035 [fixes CVE-2015-8949].

* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.035.
This commit is contained in:
Leo Famulari 2016-07-29 14:48:01 -04:00
parent 682a7d2338
commit d260015062
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -755,15 +755,15 @@ (define-public perl-dbd-pg
(define-public perl-dbd-mysql
(package
(name "perl-dbd-mysql")
(version "4.033")
(version "4.035")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPTTOFU/"
(uri (string-append "mirror://cpan/authors/id/M/MI/MICHIELB/"
"DBD-mysql-" version ".tar.gz"))
(sha256
(base32
"0769xakykps0cx368g4vaips4w3bjk383rianiavq7sq6g6bp66c"))))
"0dqrnrk8yjl06xl8hld5wyalk77z0h9j5h1gdk4z9g0nx9js7v5p"))))
(build-system perl-build-system)
;; Tests require running MySQL server
(arguments `(#:tests? #f))