Bug 168972 - [PATCH] for net/rdist6 to handle files > 2GB
Summary: [PATCH] for net/rdist6 to handle files > 2GB
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 08:40 UTC by Andre.Albsmeier
Modified: 2012-07-03 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (11.77 KB, patch)
2012-06-12 08:40 UTC, Andre.Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre.Albsmeier 2012-06-12 08:40:14 UTC
net/rdist6 fails on files > 2GB

Fix: The patch implements what OpenBSD did in their base tree
plus some changes to make it work with the port.
How-To-Repeat: 
Install net/rdist6 and try to use it with files > 2GB
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-06-16 14:40:20 UTC
Committer: you might want to take this pr also since it deals with rdist6

ports/169138 <http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169138>

-- 
Michael Scheidell, CTO
 >*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-07-03 18:58:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-03 19:06:10 UTC
scheidell    2012-07-03 18:06:01 UTC

  FreeBSD ports repository

  Modified files:
    net/rdist6           Makefile 
  Added files:
    net/rdist6/files     patch-rdist.c 
  Log:
  - Patch to handle files > 2GB
  - Bump PORTREVISION
  
  PR:             ports/168972
  Submitted by:   Andre Albsmeier <Andre.Albsmeier@siemens.com>
  
  Revision  Changes    Path
  1.29      +1 -1      ports/net/rdist6/Makefile
  1.1       +404 -0    ports/net/rdist6/files/patch-rdist.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 4 Michael Scheidell freebsd_committer freebsd_triage 2012-07-03 19:06:30 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!