Bug 148110 - [patch][fix] update archivers/py-liblzma 0.5.2 -> 0.5.3
Summary: [patch][fix] update archivers/py-liblzma 0.5.2 -> 0.5.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 15:40 UTC by David Naylor
Modified: 2010-06-27 06:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2010-06-24 15:40 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2010-06-24 15:40:03 UTC
Update py-liblzma 0.5.2 to 0.5.3 and fix failure to link to liblzma.so when xz from ports not installed but available in base.  This also prevents py-liblzma from using the ports liblzma.so version when base version is available.  

ChangeLog from port:

- update compression option names in API documentation.
- fix segfault with LZMACompressor (#521975).
- fix compress() & LZMACompressor.flush() finishing when there's still data left.
  (#521975 & #537199)
- Synchronize code with bz2module.c from python upstream:
	o Issue #7205: Fix a possible deadlock when using a LZMAFile object from
	  several threads at once.

Fix: See patch

Patch attached with submission follows:
How-To-Repeat: python -c "import lzma"
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-06-27 05:50:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-27 05:50:39 UTC
miwi        2010-06-27 04:50:29 UTC

  FreeBSD ports repository

  Modified files:
    archivers/py-liblzma Makefile distinfo 
  Log:
  - Update to 0.5.3
  
  PR:             148110
  Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.6       +5 -2      ports/archivers/py-liblzma/Makefile
  1.3       +3 -3      ports/archivers/py-liblzma/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"