notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/ros-common/distinfo
SVNWeb

Number of commits found: 3

Tue, 31 May 2011
[ 22:24 rene search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Upgrade the Robot Operating System ports to their 1.4 aka Diamondback versions.
Detailed changelists are available on the WWW sites.

Port changes:
- distribution files are now fetched from upstream servers instead of
  using local copies from my server
- Python files are now always compiled (to .pyc and .pyo) and use Python 2.7
- devel/ros is now split in to devel/ros, devel/ros-documentation,
  devel/ros-rx, and devel-ros-comm to allow more lightweight installations
- Connect latter 3 ports to the build
Sat, 8 Jan 2011
[ 21:59 rene search for other commits by this committer ] Original commit 
Update to 1.2.2

Changes:
* actionlib
  o Fix race condition in Python action server. #4554
* nodelet_topic_tools
  o MUX simplified by using a 8-connected null filters
  o DeMUX has a specialization for message type (uses
    ros::Subscriber internally by default)
* xacro: fixed inserting property blocks #4561
Sat, 27 Nov 2010
[ 17:19 rene search for other commits by this committer ] Original commit 
This stack contains tools built on top of ROS core which are commonly used
throughout the ROS ecosystem. It contains three types of packages:

Filtering:
* bfl: the Bayesian Filtering Library from the Orocos project
* filters: a standardized C++ API for filters. It also has a class to chain
  filters at runtime based on parameters.

Helper libraries:
* actionlib: provides C++ and Python libraries for interacting with the Action
  API used by the executive.
* nodelet: a way to run multiple algorithms within the same process abstracted
  with a ROS interface.
* pluginlib: providea a C++ API for dynamically loading plugin classes.

Parsers:
* tinyxml: a C interface to the third-party tinyxml parser for ROS.
* xacro: an XML macro language.
* yaml_cpp: a C++ to the third-party YAML parser for ROS.

Number of commits found: 3