Bug 134203 - Port update: devel/raknet - Update to v3.5.2
Summary: Port update: devel/raknet - Update to v3.5.2
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 13:00 UTC by Ganael LAPLANCHE
Modified: 2009-05-07 22:40 UTC (History)
0 users

See Also:


Attachments
file.txt (24.76 KB, text/plain)
2009-05-04 13:00 UTC, Ganael LAPLANCHE
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2009-05-04 13:00:13 UTC
This patch (gzipped, uuencoded) updates devel/raknet to version 3.5.2 and reintroduces sourceforge mirrors, as files are now exactly the same between different master sites.

From Changelog :

    * Various fixes and protocol change for NATPunchthroughServer. Punchthrough recipient now gets ID_NAT_TARGET_UNRESPONSIVE and ID_NAT_CONNECTION_TO_TARGET_LOST at the same time it is sent to the sender.
    * Added ConnectionGraph2 and FullyConnectedMesh2 plugins.
    * RakNetTransport2 plugin added, which works as a plugin instead of creating its own instance of RakPeer. RakNetTransport, which did that, is now depreciated.
    * Deleted FCMHost plugin (replaced by FullyConnectedMesh2).
    * ReplicaManager3 fix for not sending serialization to new connections when using identical serialization.
    * Various fixes for Lobby2 system.
    * Fix crash in LightweightDatabaseServer if not automatically storing system address.
    * Added DependentExtensions\IrrlichtDemo
    * Disallow reconnecting when the remote system thinks you are still connected, if using a different IP but the same RakNetGUID.
    * Added RakPeerInterface::GetSystemList to return connected SystemAddress and RakNetGUID in a list.
    * Various fixes for DirectoryServer.php. PHPDirectoryServer::ProcessHTTPRead now returns an enumeration, rather than a string, to indicate results.
    * RakNetTime is now 64 bit by default. Comment __GET_TIME_64BIT in RakNetDefines.h to change to 32 bit.
    * UDP proxy system now automatically chooses best server. If more than one server is available, and both source and target relay systems are running RakNet, then source and target will ping all available servers. The servers will be attempted in order of lowest ping sum to highest.
    * Updated FAQ. Updated manual for NATPunchthrough.

Fix: Patch attached with submission follows:
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-07 16:45:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-07 22:37:44 UTC
dhn         2009-05-07 21:37:30 UTC

  FreeBSD ports repository

  Modified files:
    devel/raknet         Makefile distinfo pkg-plist 
    devel/raknet/files   patch-Makefile.am patch-configure.ac 
  Removed files:
    devel/raknet/files   
                         patch-DependentExtensions-AutopatcherPostgreRepository-AutopatcherPostgreRepository.cpp 
                         patch-DependentExtensions-PostgreSQLInterface-PostgreSQLInterface.cpp 
                         patch-Source-BigInt.cpp 
                         patch-Source-NativeTypes.h 
                         patch-Source-NetworkIDObject.cpp 
                         patch-Source-RSACrypt.cpp 
  Log:
  - Update to 3.5.2
  
  PR:             ports/134203
  Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
  Approved by:    miwi (mentor)
  
  Revision  Changes     Path
  1.17      +5 -3       ports/devel/raknet/Makefile
  1.7       +3 -3       ports/devel/raknet/distinfo
  1.3       +0 -0       ports/devel/raknet/files/patch-DependentExtensions-AutopatcherPostgreRepository-AutopatcherPostgreRepository.cpp (dead)
  1.2       +0 -13      ports/devel/raknet/files/patch-DependentExtensions-PostgreSQLInterface-PostgreSQLInterface.cpp (dead)
  1.2       +2 -2       ports/devel/raknet/files/patch-Makefile.am
  1.3       +0 -0       ports/devel/raknet/files/patch-Source-BigInt.cpp (dead)
  1.2       +0 -11      ports/devel/raknet/files/patch-Source-NativeTypes.h (dead)
  1.3       +0 -0       ports/devel/raknet/files/patch-Source-NetworkIDObject.cpp (dead)
  1.3       +0 -0       ports/devel/raknet/files/patch-Source-RSACrypt.cpp (dead)
  1.2       +3 -3       ports/devel/raknet/files/patch-configure.ac
  1.6       +994 -1237  ports/devel/raknet/pkg-plist
_______________________________________________
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 3 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-07 22:37:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!