Summary: | emulators/linux_base-c6: update bash to 4.1.2-41.el6_8, db4 to 4.7.25-20.el6_8.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emulation | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(emulation) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: tijl Date: Wed Jan 18 11:30:51 UTC 2017 New revision: 431790 URL: https://svnweb.freebsd.org/changeset/ports/431790 Log: Update to bash 4.1.2-41.el6_8 and db4 4.7.25-20.el6_8.1. Fix check-plist errors. PR: 216219 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo.i386 head/emulators/linux_base-c6/distinfo.x86_64 head/emulators/linux_base-c6/pkg-plist.i386 head/emulators/linux_base-c6/pkg-plist.x86_64 |
Created attachment 179025 [details] patch This patch provides updates to bash and db4 rpm's. Changelog: * Previously, the db4 utility did not free unused mutexes properly when running the db_verify command and exited with an error. With this update, the mutexes are properly freed and the db4 utility does not run out of resources for new mutexes. (BZ#1395599) * Previously, when bash expanded a parameter stored in a string that exceeded the memory allocation limit for string expansion, it crashed with a segmentation fault error. With this update, the string expansion code has been updated, and bash now exits gracefully with an error message instead of crashing when a string is too long to expand. (BZ#1403215) Tested with Poudriere on 10.3 (plist errors with dev/shm, proc and sys, which are expected).