Bug 103722 - Update sysutils/fusefs-kmod
Summary: Update sysutils/fusefs-kmod
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: 2006-09-27 21:00 UTC by amistry
Modified: 2006-09-28 17:40 UTC (History)
1 user (show)

See Also:


Attachments
fusefs-kmod.patch (4.17 KB, patch)
2006-09-27 21:00 UTC, amistry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description amistry 2006-09-27 21:00:37 UTC
Fix a bug in the initialization of a debug kernel sysctl.  Merge changeset 9131f671c86d from upstream.  This should fix problems with errors and truncations during a save.
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-09-28 17:39:48 UTC
pav         2006-09-28 16:39:42 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fusefs-kmod Makefile 
    sysutils/fusefs-kmod/files patch-fuse_module_fuse.c 
  Added files:
    sysutils/fusefs-kmod/files patch-fuse_module_fuse_subr.c 
  Log:
  - Fix a bug in the initialization of a debug kernel sysctl. Merge changeset
    9131f671c86d from upstream. This should fix problems with errors and
    truncations during a save.
  
  PR:             ports/103722
  Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
  
  Revision  Changes    Path
  1.9       +1 -1      ports/sysutils/fusefs-kmod/Makefile
  1.4       +32 -17    ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.c
  1.1       +15 -0     ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse_subr.c (new)
_______________________________________________
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"
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-09-28 17:39:52 UTC
State Changed
From-To: open->closed

Committed, thanks!