Bug 145789 - [PATCH] net/udpxy: update from 1.0.15 up to 1.0.16
Summary: [PATCH] net/udpxy: update from 1.0.15 up to 1.0.16
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-17 23:40 UTC by alex.deiter
Modified: 2010-05-09 12:30 UTC (History)
0 users

See Also:


Attachments
file.diff (7.02 KB, patch)
2010-04-17 23:40 UTC, alex.deiter
no flags Details | Diff
patch-net-udpxy.txt (7.55 KB, patch)
2010-04-19 08:45 UTC, alex.deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alex.deiter 2010-04-17 23:40:00 UTC
udpxy-1.0-Chipmunk-16/CHANGES:

Build 16 (21-Mar-2010)
    (*) FIXED: hanging when specifying network interface by name

port changes:

 - add release(default), lean and debug build options
 - remove patch for Makefile (fixed in mainstream)
 - remove patch for ifaddr.[ch] (fixed in mainstream)

Please remove next files:

net/udpxy/files/patch-Makefile
net/udpxy/files/patch-ifaddr.c
net/udpxy/files/patch-ifaddr.h

after update port.

Thanks a lot!

Fix: Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/net/udpxy && make install
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-04-18 05:14:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 alex.deiter 2010-04-19 08:45:39 UTC
Dear Miwi,

Today i found bug in rc.d udpxy script:

# grep udpx /etc/rc.conf
udpxy_enable="YES"

# /usr/local/etc/rc.d/udpxy start
Starting udpxy.
# ps auxwww | grep udpx
root    8415   2.2  0.0   3140    948  ??  S    10:41AM   0:00.01
/usr/local/sbin/udpxy -S -p 4022 -S

command flags (-S) used twice!

Please review new attached patch:

udpxy-1.0-Chipmunk-16/CHANGES:

Build 16 (21-Mar-2010)
(*) FIXED: hanging when specifying network interface by name

port changes:

- fixed rc.d script
- add release(default), lean and debug build options
- remove patch for Makefile (fixed in mainstream)
- remove patch for ifaddr.[ch] (fixed in mainstream)

Please remove next files:

net/udpxy/files/patch-Makefile
net/udpxy/files/patch-ifaddr.c
net/udpxy/files/patch-ifaddr.h

after update port.

Thanks a lot!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-09 12:22:06 UTC
miwi        2010-05-09 11:21:51 UTC

  FreeBSD ports repository

  Modified files:
    net/udpxy            Makefile distinfo 
    net/udpxy/files      udpxy.in 
  Removed files:
    net/udpxy/files      patch-Makefile patch-ifaddr.c 
                         patch-ifaddr.h 
  Log:
  - Update to 1.0.16
  
  PR:             145789
  Submitted by:   Alex Deiter <alex.deiter@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +13 -5     ports/net/udpxy/Makefile
  1.3       +3 -3      ports/net/udpxy/distinfo
  1.2       +0 -17     ports/net/udpxy/files/patch-Makefile (dead)
  1.2       +0 -149    ports/net/udpxy/files/patch-ifaddr.c (dead)
  1.2       +0 -11     ports/net/udpxy/files/patch-ifaddr.h (dead)
  1.4       +5 -3      ports/net/udpxy/files/udpxy.in
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2010-05-09 12:24:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!