pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/openvpn



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 30 08:50:17 UTC 2010

Modified Files:
        pkgsrc/net/openvpn: Makefile distinfo
        pkgsrc/net/openvpn/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-af patch-ag
Removed Files:
        pkgsrc/net/openvpn/patches: patch-ah

Log Message:
Changes 2.1.4:
* Fix problem with special case route targets ('remote_host')
  The init_route() function will leave &netlist untouched for
  get_special_addr() routes ("remote_host" being one of them).
  netlist is on stack,  contains random garbage, and
  netlist.len will not be 0 - thus, random stack data is copied from
  netlist.data[] until the route_list is full.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/openvpn/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/openvpn/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/openvpn/patches/patch-aa \
    pkgsrc/net/openvpn/patches/patch-af
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/openvpn/patches/patch-ab
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/openvpn/patches/patch-ac
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/openvpn/patches/patch-ad
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openvpn/patches/patch-ae
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openvpn/patches/patch-ag
cvs rdiff -u -r1.2 -r0 pkgsrc/net/openvpn/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index