Commit graph

190409 commits

Author SHA1 Message Date
marino
9767315ec7 lang/tcl-expect: Upgrade from version 5.43 to 5.45
There doesn't appear to be a summary of changes between versions 5.43,
5.44 and 5.45.  Perusing the Changelog gives me the impression that
the updates are improvements and bug fixes against existing functionality.

Regardless, version 5.43 is incompatible with tcl8.5.  Expect had to
be updated after TCL was updated to version 8.5.
2012-08-21 21:33:58 +00:00
marino
590f742ecd x11/tk: Upgrade from version 8.4.18 to 8.5.12
Highlights of Tk 8.5
  * New modern theming engine: New and complementary widgets that make use
    of platform-specific theming on Mac OS X and Windows to better fit in
    with those environments, and feature an improved look and feel under
    X11.
  * New widgets: Part of the themed widget set, Tk now has core notebook,
    combobox, treeview and progressbar widgets.
  * text widget: Smooth scrolling, widget peering, and improved procedures
    for counting and replacing text.
  * Font rendering: Now uses anti-aliased text under X11, and a more
    modern text engine (ATSUI) on Mac OS X.
  * Additional improvements: Window transparency, new fullscreen option
    for windows, enhancements to specific widgets and window layout,
    and more.

There is of course much, much more.
See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete
list of new features.
2012-08-21 21:32:34 +00:00
marino
5ff2dd7990 lang/tcl: Upgrade from version 8.4.18 to 8.5.12
Highlights of Tcl 8.5
  * Features: 8.5 has over 90 TIPs included to provide a wide variety of
     new features.
  * Bignums: Tcl now supports arbitrary-precision integers, which improves
    math operations on large integers.
  * Safer interps: Tcl's powerful safe interpreter mechanism now has
    improved control of time and command limits in slave interpreters.
  * clock command: More robust implementation of command for specifying
    time, with significant l10n and i18n improvements.
  * dict command: New data structure that allows access to data by value
    rather than a variable name, which is substantially faster.
  * Additional improvements: Faster list search, new and improved
    mathematics procedures, anonymous procedures, new ways to package Tcl
    extensions, Tcl-level custom channel types, file and line location
    information for each command, and more.

There is of course much, much more.
See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete
list of new features.
2012-08-21 21:31:47 +00:00
drochner
2d57b6d7a7 update to 1.1, from Leonardo Taccari per PR pkg/46823
changes:
The command line tools have been combined into one tool that does all:
 mubusy. Where previously you would have called "mupdfclean blah blah
 blah", now call "mubusy clean blah blah blah" instead.
Support for UserUnits
bugfixes and optimisations
2012-08-21 19:50:53 +00:00
adam
702a181f07 Updated textproc/grep to 2.14 2012-08-21 18:05:22 +00:00
adam
4017151b25 Changes 2.14:
** Bug fixes

  grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale,
  even though there was no match, and the command generated no output.
  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print
  "(standard input)".  Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$'
  would print "2:4:6:8:10:12:14:16" and exit 0.  Now it prints nothing
  and exits with status of 1.  [bug introduced in grep-2.6]

  'grep' no longer falsely reports text files as being binary on file
  systems that compress contents or that store tiny contents in metadata.
2012-08-21 18:04:58 +00:00
tez
398d10163f Fix CVE-2012-3482 in fetchmail from git repo 2012-08-21 15:51:47 +00:00
tez
8a04204638 Fix CVE-2012-3482
patch from 3fbc7cd331/diffs
2012-08-21 15:49:54 +00:00
taca
e4516dabee Note update of mail/roundcube package to 0.8.1. 2012-08-21 15:27:04 +00:00
taca
5d7e31b091 Update roundcube to 0.8.1.
Fixes two XSS issue.

Here is quote from changelog of 0.8.1, please refer CHAGNGELOG file for
full changes from 0.7.2.

- Fix bug where domain name was converted to lower-case even with login_lc=false (#1488593)
- Fix lower-casing email address on replies (#1488598)
- Fix line separator in exported messages (#1488603)
- Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)
- Fix XSS issue where href="javascript:" wasn't secured (#1488613)
- Fix impossible to create message with empty plain text part (#1488610)
- Fix stripped apostrophes when replying in plain text to HTML message (#1488606)
- Fix inactive Save search option after advanced search (#1488607)
- Fix Remove from group option is active for contact search result (#1488608)
- Disable autocapitalization in login form on iPad/iPhone (#1488609)
- Fix focus on the list when list row is clicked (#1488600)
- Added separate From and To columns apart from smart From/To column (#1486891)
- Fix fallback to Larry skin when configured skin isn't available (#1488591)
- Fix (workaround) delete operations with some versions of memcache (#1488592)
- Fix (disable) request validation for spell and spell_html actions
2012-08-21 15:26:31 +00:00
taca
721545eaae Note update of devel/ruby-ffi package to 1.1.5. 2012-08-21 13:52:46 +00:00
taca
98fde21fe9 Update ruby-ffi to 1.1.5.
* pkgsrc change: require ruby-rdoc version 3.9.4 or later to build
  problem on ruby18 and ruby19.

Exact changes aren't available, please refer:
        https://github.com/ffi/ffi/commits/master
2012-08-21 13:52:10 +00:00
taca
8cb6f0e650 Require ruby-rdoc version 2.5.8 or later to fix build problem with ruby18. 2012-08-21 13:46:20 +00:00
wiz
cea9f3eb90 + attica-0.4.1, boehm-gc-7.2d, coreutils-8.19, grep-2.14, gthumb-3.0.2,
gupnp-0.18.4, gupnp-av-0.10.3, mupdf-1.1, openttd-1.2.2,
  x264-devel-20120818.
2012-08-20 21:20:53 +00:00
prlw1
867692608e py-gobject3 depends on gobject, so add glib2 to bl3.mk 2012-08-20 16:02:08 +00:00
fhajny
cd1a7b2fc7 Add a 'apache-mpm-shared' option to build all three MPMs as dynamic modules.
If selected, the existing apache-mpm-event, apache-mpm-prefork and
apache-mpm-worker options determine which will be loaded in the default
config file.

Note: if worker is in the mix, the build will simply never build mod_cgi,
regardless of which MPM is the default.
2012-08-20 14:14:16 +00:00
wiz
114b4ced90 Updated graphics/gimp to 2.8.0nb3 2012-08-20 12:54:17 +00:00
wiz
90e75453ec Fix CVE-2012-3481 using Nils Philippsen's patch.
Bump PKGREVISION.
2012-08-20 12:54:01 +00:00
wen
fbd3491051 Updated devel/p5-App-cpanminus to 1.5017 2012-08-20 12:50:50 +00:00
wen
b979d92bc1 Update to 1.5017
Based on PR pkg/46549 by Wen Heping(myself)

Upstream changes:
1.5017 Wed Jul 18 08:28:49 PDT 2012
   [Improvements]
      - Ignore tarballs whose first entry is "./" (doy) #184

1.5016 Tue Jul 17 12:00:57 PDT 2012
   [Improvements]
      - Added Module/CPANfile.pm to the fatlib. This allows bootstrapping dependencies
        with cpanm --installdeps on Heroku etc.

1.5015 Sun Jun 24 15:34:57 PDT 2012
   [Improvements]
      - Improved Makefile.PL to include bugtracker info (Ben Bullock)
      - Fixed some merge mess with devel

1.5014 Tue Jun 12 18:27:02 PDT 2012
   [Improvements]
      - Make sure 'f' flag becomes the last for some tar versions (mst, aaronsw)
      - Fixed warnings on perl 5.17+ (rjbs)
      - Fix local::lib error message (berekuk)

1.5013 Sat May 12 06:15:44 EEST 2012
   [Bug Fixes]
      - Fixed --cascade-search to seach for missing modules, which was broken by #150

1.5012 Fri May 11 05:47:56 CEST 2012
   [Improvements]
      - Change the behavior of --mirror-index so that it won't fallback to CPAN mirrors #150 (thaljef)
      - Support v-strings in versions specified install [https://github.com/miyagawa/carton/issues/48]

1.5011 Thu Apr 12 18:57:06 JST 2012
   [Improvements]
      - Point default mirror to www.cpan.org #148

1.5010 Sat Mar 31 12:59:52 CEST 2012
   [New Feature]
      - Implemented --test-only option #40

1.5009 Fri Mar 30 18:44:12 CEST 2012
   [Bug Fixes]
      - Fixed a bug where URL containing ~ (childe) fails to install #134
      - Fixed a bug where install.json contains bogus data when you specify dist paths

1.5008 Sat Mar 17 18:19:57 PDT 2012
   [Bug Fixes]
      - Fied a bug where `cpanm Foo` doesn't properly activate local::lib during installs
        when you don't have write permissions #143 (goodel, ash)
      - Improved the warning message when you don't have write permisisons #145 (ash)
2012-08-20 12:45:25 +00:00
wen
396e73474a Updated www/p5-HTML-Template-Pro to 0.9509 2012-08-20 12:34:50 +00:00
wen
21f04d519c Update to 0.9509
Upstream changes:
0.9507 Fri Dec  9 09:44:49 EET 2011
	- patch for XSS vulnerability in HTML::Template::Pro
	  thanks to Shigeki Morimoto shigeki.morimoto mixi.co.jp

0.9508 Mon Dec 26 16:13:37 EET 2011
	- use unicode quoting in XSS vulnerability patch (more portable)
	  thanks to Shigeki Morimoto shigeki.morimoto mixi.co.jp

0.9509 Tue Feb 28 21:15:28 EET 2012
	- more verbose messages for tag stack underflow
2012-08-20 12:32:27 +00:00
wiz
231ca66c8f Added net/freeDiameter version 1.1.2 [wiz 2012-08-20] 2012-08-20 12:25:05 +00:00
tron
b32d22087d Add missing files "share/wireshark/diameter/TGPPS9.xml" and
"share/wireshark/radius/dictionary.alcatel-lucent.xylan" to package list.
Bump package revision because the binary was changed.
2012-08-20 12:21:53 +00:00
wiz
f17822969b Add description for freediameter-all-extensions. 2012-08-20 12:18:36 +00:00
wiz
f2f10eee74 + freeDiameter. 2012-08-20 12:18:00 +00:00
wiz
47ca03efd6 Import freeDiameter-1.1.2 as net/freeDiameter.
freeDiameter is a implementation of the Diameter protocol specified
in RFC3588. Diameter is a protocol for carrying Authentication,
Authorization and Accounting information. It is an evolution of
the widely-deployed RADIUS protocol. freeDiameter also implements
the changes to the Diameter protocol introduced by the rfc3588bis
Internet Draft (work in progress).

freeDiameter is open-source and released under a BSD compatible
license. It is mainly written in the C language, which provides
excellent performance and small memory footprint.
2012-08-20 12:17:20 +00:00
ryoon
18743c0a40 Added sysutils/openxenmanager version 0.0.80 2012-08-20 11:44:43 +00:00
ryoon
ce8c2f6a64 Add openxenmanager 2012-08-20 11:44:00 +00:00
ryoon
8b7d134bc4 Import openxenmanager-0.0.80 as sysutils/openxenmanager.
OpenXenManager is a graphical interface to manage XenServer / Xen
Cloud Platform (XCP) hosts through the network. OpenXenManager is
an open-source multiplatform clone of XenCenter (Citrix).

Some functions are not working properly with Citrix XenServer 6.
But boot and suhtdown are works.
2012-08-20 11:41:46 +00:00
ryoon
6f3945cb5c Updated net/gtk-vnc to 0.5.1
Updated net/vinagre to 3.4.2
2012-08-20 11:37:12 +00:00
ryoon
e70ab1fca2 Update to 3.4.2
Changelog:

Vinagre 3.4.2
=============

David King (2):
      Update NEWS for 3.4.2 release
      Post-release version bump to 3.4.2

Jonh Wendell (1):
      Updated Brazilian Portuguese translation

Wolfgang Stöggl (1):
      [l10n] Updated German translation

Vinagre 3.4.1
=============

Andika Triwidada (1):
      [l10n] Updated Indonesian translation

Andrej Žnidaršič (1):
      Updated Slovenian translation

Arash Mousavi (1):
      Updated Persian Translations

Aurimas Černius (2):
      Updated Lithuanian translation
      Updated Lithuanian translation

Bruno Brouard (1):
      Updated French translation

Chandan Kumar (2):
      Updated HINDI translation
      Updated HINDI translation

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

Daniele Forsi (1):
      Use example.com in address examples, bug 672238

David King (2):
      Update NEWS for 3.4.1 release
      Post-release version bump to 3.4.1

Fran Diéguez (1):
      Updated Galician translations

Gabor Kelemen (1):
      Updated Hungarian translation

Gil Forcada (1):
      [l10n] Updated Catalan translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Kristjan SCHMIDT (1):
      Updated Esperanto translation

Matej Urbančič (1):
      Updated Slovenian translation

Milo Casagrande (1):
      [l10n] Updated Italian translation

Petr Kovar (1):
      Update Czech translation

Piotr Drąg (1):
      Updated Polish translation

Richard Hughes (1):
      Fix the Russian translation

Roman Mátyus (1):
      Updated Slovak translation

Мирослав Николић (1):
      Updated Serbian translation

Vinagre 3.4.0
=============

Andrea Zagli (1):
      [l10n] Updated Italian translation

Bruno Brouard (1):
      Updated French doc translation

David King (2):
      Post-release version bump to 3.4.0
      Update NEWS for 3.4.0 release

EL8LatSPQ (1):
      update Simplified Chinese (zh_CN) translation

Hajime Taira (1):
      Updated Japanese translation.

Lucas Lommer (1):
      Updated Czech translation

Rudolfs Mazurs (1):
      Updated Latvian translation.

Stas Solovey (2):
      Added Russian help translation
      Updated Russian translation

Sweta Kothari (1):
      Updated Gujarati Translations

YunQiang Su (2):
      update Simplified Chinese (zh_CN) translation
      Revert "update Simplified Chinese (zh_CN) translation"

Yuri Myasoedov (1):
      Fixed help/Makefile.am

Vinagre 3.3.92
==============

A S Alam (1):
      update Punjabi Translation

Antonio Fernandes C. Neto (1):
      Updated Brazilian Portuguese translation

Ask H. Larsen (1):
      Updated Danish translation

Bruce Cowan (1):
      Updated British English translation

Carles Ferrando (1):
      [l10n]Updated Catalan (Valencian) translation

Changwoo Ryu (1):
      Updated Korean translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Daniel Korostil (1):
      Uploaded Ukranian

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

David King (2):
      Version bump to 3.3.92
      Update NEWS for 3.3.92 release

Dr.T.Vasudevan (2):
      updated Tamil translation
      updated Tamil translation

Duarte Loreto (1):
      Updated Portuguese translation

Fran Diéguez (1):
      Updated Galician translations

Gabor Kelemen (2):
      Updated Hungarian translation
      Updated Hungarian help translation

Gheyret Kenji (1):
      Updated Uyghur translation

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Jeremy Bicha (1):
      Fix help links (for yelp-tools conversion)

Jiro Matsuzawa (1):
      Fix a broken tag in gl.po, bug 668858

Joan Duran (1):
      [l10n] Updated Catalan translation

Kasia Bondarava (1):
      Added Belarusian translation.

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Krishnababu Krothapalli (1):
      Updated Telugu Translations

Mario Blättermann (2):
      [l10n] Updated German translation
      [l10n] Updated German doc translation

Mattias Põldaru (1):
      [l10n] Updated Estonian translation

Nilamdyuti Goswami (1):
      Assamese translation completed

Piotr Drąg (1):
      Updated Polish translation

Tiffany Antopolski (1):
      help/C/introduction: fix how image renders in html.

Wouter Bolsterlee (1):
      Updated Dutch translation

Yuri Myasoedov (1):
      Updated Russian translation

Мирослав Николић (1):
      Updated Serbian translation

Vinagre 3.3.4
=============

Alexander Shopov (1):
      Updated Bulgarian translation

Andrej Žnidaršič (2):
      Updated Slovenian translation
      Updated Slovenian translation

Bruno Brouard (4):
      New French doc translation
      Updated French translation
      Updated French doc translation
      Updated French doc translation

Daniel Mustieles (1):
      Updated Spanish translation

David King (3):
      Post-release version bump to 3.3.4
      Fix Slovenian help translation
      Update NEWS for 3.3.4 release

Ekaterina Gerasimova (1):
      Improve keyboard-shortcuts help page

Jeremy Bicha (1):
      Make host text entry editable in connect dialog

Jovan Naumovski (1):
      Updated Macedonian translation.

Mattias Põldaru (1):
      [l10n] Updated Estonian translation

Peteris Krisjanis (2):
      Added Latvian translation for Vinagre help.
      Updated Latvian translation.

Xandru Armesto (1):
      Updated asturian translation

Vinagre 3.3.3
=============

Alexandre Franke (1):
      Update French translation

Alexandre Rostovtsev (1):
      Fix implicit function declarations, bug 660531

Daniel Mustieles (1):
      Updated Spanish translation

David King (8):
      Post-release version bump to 3.3.3
      Remove spurious n-rows and n-columns properties
      Bump pkg-config requirement to 0.24
      Fix Hungarian and Solvenian help translation
      Fix some pointer type mismatch warnings
      Create m4 and build-aux directories in autogen.sh
      Set the window on the reverse VNC listener
      Update NEWS for 3.3.3 release

Jeremy Bicha (1):
      Switch help to build with yelp-tools, bug 657669

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Matej Urbančič (1):
      Updated Slovenian translation

Roman Mátyus (1):
      Updated Slovak translation

Tomas Bzatek (1):
      Fix SPICE plugin compilation against GtkGrid

Yaakov Selkowitz (2):
      Link plugins into the vinagre binary, bug 653558
      Fix build on Cygwin, bug 665368

Yaron Shahrabani (1):
      Updated Hebrew translation.

Vinagre 3.3.2
=============

Ana Shopovska (1):
      Change the group names from lowercase to CamelCase

David King (3):
      Post-release version bump to 3.3.2
      Use a button-sized image on ‘Áuthenticate’ button
      Update NEWS for 3.3.2 release

Fran Diéguez (1):
      Updated Galician translations

Jiro Matsuzawa (1):
      Updated Japanese translation

Jorge González (2):
      Updated Spanish translation
      Updated Spanish translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Muhammet Kara (1):
      [l10n]Updated Turkish translation

Sorina Sandu (1):
      Modified screenshot timestamp using current time

Victoria Martinez de la Cruz (1):
      Use GtkGrid rather than deprecated GtkTable

Yaron Shahrabani (1):
      Updated Hebrew translation.

YunQiang Su (1):
      fix an zh_CN translation mistake

Vinagre 3.3.1
=============

Alexandre Rostovtsev (2):
      Fix implicit declaration in vinagre-tube-handler.c
      Do not use deprecated gtk_widget_modify_bg()

Algimantas Margevičius (1):
      Updated Lithuanian translation

Ali Akbar Najafian (1):
      Added Persian translation

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

David King (3):
      Post-release version bump to 3.3.1
      Add range to history-size GSettings key
      Update NEWS for 3.3.1 release

Frédéric Péters (1):
      Display correct application icon in about dialog

Gabor Kelemen (2):
      Little fixes for the Hungarian help translation
      Fix an accelerator conflict

Jasper Lievisse Adriaanse (1):
      Add missing includes to fix build on OpenBSD

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Matej Urbančič (1):
      Updated Slovenian translation

Piotr Drąg (1):
      Updated Polish translation

Tommi Vainikainen (1):
      Fix a truncated string marked for translation

Tristan Schmelcher (1):
      Hold the slave PTY open, so that SSH does not fail

Wolfgang Stöggl (1):
      [l10n] Updated German documentation translation

Yaron Shahrabani (1):
      Updated Hebrew translation.

krishnababu k (1):
      Updated Telugu Translations

Vinagre 3.2.0
=============

Andrea Zagli (1):
      [l10n] Updated Italian translation

Carles Ferrando (1):
      [l10n]Updated Catalan (Valencian) translation

Changwoo Ryu (1):
      Updated Korean translation

David King (4):
      Post-release version bump to 3.2.0
      Remove tab close button minimum size hacks
      Remove deprecated GTK+ API usage in ovBox
      Update NEWS for 3.2.0 release

Gabor Kelemen (2):
      Updated Hungarian translation
      Updated Hungarian help translation

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Nilamdyuti Goswami (1):
      Update Assamese translation

Petr Kovar (1):
      Update Czech translation by Lucas Lommer

Theppitak Karoonboonyanan (1):
      Updated Thai translation.

Tommi Vainikainen (1):
      Updated Finnish translation

Vinagre 3.1.92
==============

Aputsiaq Janussen (1):
      Updated Danish translation

Bruce Cowan (1):
      Updated British English translation

David King (4):
      Post-release version bump to 3.1.92
      Enable AM_MAINTAINER_MODE in configure.ac
      Fix a few trivial compiler warnings
      Update NEWS for 3.1.92 release

Duarte Loreto (1):
      Updated Portuguese translation

Fran Dieguez (1):
      Updated galician translations

Jiro Matsuzawa (1):
      Updated Japanese translation

Joan Duran (1):
      [l10n]Updated Catalan translation

Krasimir Chonov (1):
      Updated Bulgarian translation

Piotr Drąg (1):
      Updated Polish translation

Rudolfs Mazurs (1):
      Updated Latvian translation.

Timo Jyrinki (1):
      Updated Finnish translation.

Yinghua Wang (1):
      update Simplified Chinese (zh_CN) translation

dmustieles (1):
      Updated Spanish translation

Мирослав Николић (1):
      Updated Serbian translation

Vinagre 3.1.91
==============

Aurimas Černius (1):
      Updated Lithuanian translation

David King (3):
      Post-release version bump to 3.1.91
      Use correct compiler warning flags variable
      Update NEWS for 3.1.91 release

Dr.T.Vasudevan (1):
      Updated Tamil translation

Ekaterina Gerasimova (1):
      Fixed bad wording in connect help

Jorge González (5):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Mario Blättermann (1):
      [l10n] Updated German doc translation

Og B. Maciel (2):
      Updated Brazilian Portuguese translation.
      Updated Brazilian Portuguese translation.

Vinagre 3.1.90
==============

A S Alam (1):
      update Punjabi Translation

Abduxukur Abdurixit (1):
      Added UG translation

Alexandre Franke (1):
      Update French translation

Andika Triwidada (1):
      Updated Indonesian translation

Andrej Žnidaršič (2):
      Updated Slovenian translation
      Updated Slovenian translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Daniel Nylander (1):
      Updated Swedish translation

David King (5):
      Post-release version bump to 3.1.90
      Do not set empty text on the credential entry
      Use a string constant for the help module name
      Add help button to connect dialog
      Update NEWS for 3.1.90 release

Fran Dieguez (1):
      Updated Galician translations

Kjartan Maraas (2):
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation

Mario Blättermann (1):
      [l10n] Updated German translation

Matej Urbančič (1):
      Updated Slovenian translation

Yaron Shahrabani (1):
      Updated Hebrew translation.

Yuri Myasoedov (1):
      Updated Russian translation

Vinagre 3.1.5
=============

Alexander Shopov (1):
      Updated Bulgarian translation

Aurimas Černius (1):
      Update Lithuanian translation

Claude Paroz (1):
      Updated French translation

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

David King (12):
      Post-release version bump to 3.1.5
      Connect the bookmark menu item ‘áctivate’ signal
      Disable Ctrl-Alt-Del action in view-only mode
      Port from Gtk[H|V]Box to GtkBox
      Rework the first-run keyboard shortcut message
      Remove a stray comment
      Correct deprecation flags variable in Makefile.am
      Replace three full stops by an ellipsis
      Remove preferences dialog, bug 614774
      Make some defines static const variables
      Update first-run help button target
      Update NEWS for 3.1.5 release

Ekaterina Gerasimova (4):
      Improved wording and added screenshots to help
      Update help/Makefile.am with new screenshots
      Add new keyboard-shortcuts.page to help
      Removed link to bookmarks page in help

Gabor Kelemen (1):
      Updated Hungarian translation by n0m4dm4n <n0m4dm4n at gmail dot com>

Guillaume Desmottes (1):
      Default to 8 bit color depth for Telepathy tubes

Inaki Larranaga Murgoitio (1):
      Added Basque language

Jorge González (1):
      Updated Spanish translation

Vinagre 3.1.4
=============

A S Alam (1):
      update Punjabi Translation for package

Abduxukur Abdurixit (1):
      Added UG translation

Daniel Mustieles (1):
      Updated Spanish translation

David King (5):
      Post-release version bump to 3.1.4
      Add GConf to GSettings convert file
      Remove the unused dummy plugin source files
      Move about dialog text to GtkBuilder XML
      Update NEWS for 3.1.4 release

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Matej Urbančič (1):
      Updated Slovenian translation

Rudolfs Mazurs (1):
      Updated Latvian translation.

Yaron Shahrabani (1):
      Updated Hebrew translation.

Vinagre 3.1.3
=============

David King (12):
      Post-release version bump to 3.1.3
      Translate the application name
      Convert directory lookup functions to Vala
      Rework Vinagre.Dirs.get_ui_file() logic
      Use g_get_system_data_dirs() to find data files
      Remove unnecessary Win32-specific path checks
      Remove an unused callback for the plugin dialog
      Use g_slist_free_full() where possible
      Add generated Vinagre.Dirs C file to .gitignore
      Use the slice allocator to allocate structures
      Replace xmlChar casts with BAD_CAST from libxml
      Add generated help and translations to gitignore

Ekaterina Gerasimova (1):
      Update for recent UI changes

Gabor Kelemen (2):
      Added Hungarian translation by n0m4dm4n <n0m4dm4n at gmail dot com>
      Add DOC_LINGUAS variable to help/Makefile.am, so that docs gets built

Marc-André Lureau (6):
      Rework widget visibility toggling
      Check whether building for a Windows host
      Fix Win32 build of spice plugin and SSH handling
      Avoid NULL dereference if a URI has no hostname
      Correct include order to fix Win32 build
      Only compile pty-open.c if getpt() is available

Muhammet Kara (2):
      Updated Turkish translation
      Updated Turkish translation file header

Tomas Bzatek (4):
      Fix compilation of Spice plugin
      Allow the main notebook to expand
      Distribute the config VAPI file
      Correct SSH and RDP conditional tests in configure

Yinghua Wang (1):
      update Simplified Chinese (zh_CN) translation

Vinagre 3.1.2
=============

Abduxukur Abdurixit (1):
      Added UG translation

Andika Triwidada (1):
      Updated Indonesian translation

Carles Ferrando (1):
      [l10n]Updated Catalan (Valencian) translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Daniel Mustieles (1):
      Updated Spanish translation

David King (18):
      Post-release version bump to 3.1.2
      Remove gettext macros in configure.ac, bug 650150
      Rewrite remaining utility functions with Vala
      Conditionally include headers for introspection
      Remove the im-status plugin
      Add static extension support
      Convert plugins to use VinagreStaticExtension
      Remove libpeas support
      Remove gobject-introspection support
      Remove pkg-config file
      Do not install headers
      Do not install plugin desktop files
      Remove active plugin list from settings
      Remove plugin dialog
      Integrate reverse-vnc plugin directly
      Remove an unused GtkUIManager file
      Remove the bookmarks side panel
      Update the DOAP file slightly

Ekaterina Gerasimova (2):
      Improve structure of help pages
      Tidy up help and improve instructions

Fran Diéguez (1):
      Updated Galician translations

Jorge González (1):
      Updated Spanish translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Kristjan SCHMIDT (1):
      Updated Esperanto translation

Matej Urbančič (4):
      Updated Slovenian translation
      Updated Slovenian translation
      Added Slovenian translation
      Updated Slovenian translation

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Updated Hebrew translation.

Zeeshan Ali (Khattak) (3):
      Indent Vala code as per the Rygel coding style
      Remove bogus 'static' declaration of util methods
      Conform more closely to Rygel coding style

Vinagre 3.1.1
=============

Abduxukur Abdurixit (2):
      Added UG translation
      Added UG translation

Daniel Korostil (1):
      Uploaded Ukranian

Daniel Mustieles (4):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

David King (18):
      Leave initial focus set to the primary toolbar
      Capitalise Vinagre in command-line option help
      Check for gnome-icon-theme during configure
      Mark only the connect action as being important
      Use ‘òemote desktop’ rather than ‘íachineâ€
      Correct some UI strings and stock icon usage
      Fix reverse-vnc GtkBuilder file search path
      Many UI and string changes, bug 599690
      Post-release version bump to 3.1.1
      Make it possible to focus the hostname GtkEntry
      Update copyright and authors information
      Minor updates to the man page
      Add dbus-glib-1 to telepathy-glib pkg-config check
      Remove panel applet
      Move some utility code to where it is used
      Change *.tar.gz to *.tar.xz in .gitignore
      Rename source file and update includes
      Convert some utility functions to Vala

Dominique Leuenberger (1):
      Fix the SSH plugin build, bug 647497

Ekaterina Gerasimova (6):
      Remove old DocBook help
      Add Mallard help
      Add using page and minor updates to help
      Update help for UI string changes
      Add help page for reverse connections, bug 597110
      Fix help button in reverse connection dialog

Fran Diéguez (2):
      Updated galician translations
      Updated Galician translations

Jordi Serratosa (1):
      [l10n]Fixes on Catalan translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Mario Blättermann (1):
      [l10n] Updated German translation

Muhammet Kara (1):
      Updated Turkish translation

Paolo Bonzini (1):
      Add X geometry command-line option, bug 640082

Yaron Shahrabani (1):
      Updated Hebrew translation.

Vinagre 3.0.0
=============

Abduxukur Abdurixit (1):
      Added UG translation

Alexander Shopov (1):
      Updated Bulgarian translation

Andrea Zagli (1):
      [l10n] Updated Italian translation

Baris Cicek (1):
      Updated turkish translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

David King (3):
      Add description to DOAP file
      Require automake 1.11.1 and dist as .xz only
      Bump VINAGRE_ABI_VERSION to 3.0

Dr.T.Vasudevan (1):
      Updated Tamil translation

Flamarion Jorge (1):
      Updated Brazilian Portuguese translation

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Kjartan Maraas (1):
      Include config.h where necessary

Kris Thomsen (1):
      Updated Danish translation

Lukas Lommer (1):
      Updated Czech translation

Rajesh Ranjan (1):
      hindi updated

Roman Mátyus (1):
      Updated Slovak translation

Vinagre 2.91.93
===============

Cosimo Cecchi (1):
      Add some style classes and junctions to make vinagre look better

David King (1):
      Post-release version bump to 2.91.93

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Vinagre 2.91.92
===============

Aron Xu (1):
      Update Simplified Chinese translation.

Brett Witherspoon (1):
      Fix typo in spice configure check

Bruce Cowan (1):
      Updated British English translation

Daniel Nylander (1):
      Updated Swedish translation

David King (19):
      Fix non-functional PKG_CHECK_EXISTS checks
      Let configure update and rename pkg-config file
      Convert vinagre/view subdir to non-recursive build
      Use WARN_FLAGS and DISABLE_DEPRECATED_FLAGS
      Use subdir-objects and fix parallel make
      Convert plugins directory to build non-recursively
      Fix gschema.xml intltool rule
      Conditionally compile compatibility ifaddrs code
      Add .gitignore and remove git.mk
      Generate ChangeLog from commit log during 'dist'
      Remove unused marshaller generation rules
      Remove unused enums generation rules
      Begin porting applet to libpanelapplet-4.0 API
      Correct substitution for VINAGRE_ABI_VERSION
      Merge .gitignore in subdirectories to /.gitignore
      Update README for upcoming release
      Remove /gnome-doc-utils.make from .gitignore
      Simplify panel applet code
      Remove broken gtk-vnc log handler, bug 632711

Dirgita (1):
      Updated Indonesian translation

Duarte Loreto (1):
      Updated Portuguese translation

Fran Diéguez (1):
      Updated Galician translations

Gabor Kelemen (1):
      Updated Hungarian translation

Joan Duran (1):
      [l10n]Updated Catalan translation

Khaled Hosny (1):
      Updated Arabic translation

Kjartan Maraas (1):
      Updated Norwegian bokmål translation

Lucian Adrian Grijincu (2):
      Updated Romanian translation
      Updated Romanian translation

Marc-André Lureau (1):
      build: fix some autofoo after modernization

Mario Blättermann (1):
      [l10n] Updated German translation

Mattias Põldaru (1):
      [l10n] Updated Estonian translation

Piotr Drąg (1):
      Updated Polish translation

Roman Mátyus (1):
      Updated Slovak translation

Rudolfs Mazurs (1):
      Updated Latvian translation.

Sweta Kothari (1):
      Updated Gujarati Translations

William Jon McCann (1):
      Use icon from icon theme instead of custom one

Wouter Bolsterlee (1):
      Updated Dutch translation by Wouter Bolsterlee

Yuri Myasoedov (1):
      Updated Russian translation

Милош Поповић (1):
      Updated Serbian translation

Vinagre 2.91.91
===============

  Features

        + Make GSettings schema translatable (Chris Kühl)

  Fixes

        + Overhaul configure script (David King)
          Note to packagers: Arguments to the configure script were changed.
          All functionality (except the panel applet) is now automagically
          enabled, and can be disabled or explicitly enabled with the
          appropriate configure arguments. Please check `configure --help`.
        + Make the build partially non-recursive (David King)
        + Fix the build with introspection enabled (David King)
        + Adapt to GtkObject removal in GTK+ 3 (Javier Jardón)
        + Replace gdk_draw_* with cairo* in panel applet (Daniel Svensson)
        + Avoid NULL pointer dereference in plugins if introspection is
          disabled (Brett Witherspoon)
        + Partially fix introspection build (Brett Witherspoon)

  UI translations:

        + Daniel Mustieles (es)
        + Ivar Smolin (et)
        + Bruno Brouard (fr)
        + Sweta Kothari (gu)
        + Yaron Shahrabani (he)
        + Changwoo Ryu (ko)
        + Rudolfs Mazurs (lv)
        + Kjartan Maraas (nb)
        + A S Alam (pa)
        + Matej Urbančič (sl)
        + Daniel Korostil (uk)

Vinagre 2.91.8
===============

  Features

        + Add a Spice plugin, see http://www.spice-space.org/
          (Marc-André Lureau)
        + Fix reverse VNC plugin (Marc-André Lureau)
        + Complete the GSettings migration
        + Various build fixes

Vinagre 2.91.7
===============

  Features

        + Build with GTK+ 3
        + Use GtkApplication
        + Use libpeas for plugins


Vinagre 2.31.5
===============

  Features

	+ Build with GTK+ 3

  UI translations:
	+ Petr Kovar (cs)
	+ Kristjan Schmidt (eo)
	+ Jorge González (es)
	+ Ivar Smolin (et)
	+ Fran Diéguez (gl)
	+ Yaron Shahrabani (he)
	+ Ahmed Noor Kader Mustajir Md Eusoff (ms)
	+ Kjartan Maraas (nb)
	+ Matej Urbančič (sl)
	+ Aron Xu (zh_CN)

Vinagre 2.31.4
===============

  Features

	+ Added basic RDP support
	+ Allows using of an alternative ssh port when doing tunnel
	+ Build with GSEAL

  Fixes

	+ Removed password length limit for SSH connections
	+ Minor fixes

  UI translations:
	+ Aron Xu (zh_CN)
	+ Bruce Cowan (en_GB)
	+ Fran Diéguez (gl)
	+ Gabor Kelemen (hu)
	+ Ivar Smolin (et)
	+ Jonh Wendell (pt_BR)
	+ Jorge González (es)
	+ Kjartan Maraas (nb)
	+ Matej Urbančič (sl)
	+ Milo Casagrande (it)
	+ Rajesh Ranjan (hi)
	+ Rudolfs Mazurs (lv)
	+ Sira Nokyoongtong (th)
	+ Thomas Thurman (en@shaw)
	+ Yaron Shahrabani (he)

  Doc translations:

	+ Aron Xu (zh_CN)
	+ Jorge González (es)
2012-08-20 11:36:16 +00:00
ryoon
8269c52231 Update to 0.5.1
* Convert to use gtk2 and gtk3 (latest vinagre uses gtk3,
  and python binding requires gtk2)
* Set python option as deafult
* Add pulseaudio option (functionality is not tested)
* plugin option is broken like before

Changelog:

July 12, 2012: Release 0.5.1
============================

New features:

 o New API for connecting to a GSocketAddress * object
 o New API to allow specification of a hostname with
   a pre-opened file descriptor
 o Support for UNIX domain sockets in gvncviewer demo
 o More translations

Bug fixes:

 o Fix building with newer glibc-headers and -O0
 o Fix GIR building by linking against libgvnc
   from builddir
 o Fix deprecation warnings when building against
   glib >= 2.32
 o Switch to using mingw64 toolchain for Win32 builds
 o Fix introspection of key grab APIs
 o Ensure debugging works with GLib >= 2.32
 o Allow explicit control over pulseaudio building
 o Add check for Perl  Text::CSV when building from GIT
 o Fix POD syntax in gvnccapture man page
 o Reduce excessive stack usage in vncconnection.c

Dec 21, 2011: Release 0.5.0
===========================

New features:

 o QEMU audio extension support

Bug fixes:

 o Avoid deprecated GNUTLS functions
 o Allow access to VncConnection object inside VncDisplay
 o Don't override PKG_CONFIG_PATH when building GIR files
 o Death to all TABs
 o General code style/indentation cleanup
 o Fix memory leak in keymap code
 o Fix mapping of shift key in Windows


Nov 10, 2011: Release 0.4.4
===========================

New features:

 o Vala bindings

Bug fixes:

 o Missing OS-X keymapping for the letter 'A'
 o Update Turkish/Esperanto/Korean/Slovak translations
 o Mapping for Left Control / Alt keys
 o Fix leak of string list in grab sequence string
 o Fix introspection for vnc_display_get_pixbuf
 o Fix GTK3 build on Mingw32
 o Improved log messages for TLS auth subtypes


Feb 18, 2011: Release 0.4.3
===========================

New features:

 o None

Bug fixes:

 o Fix crash in pointer motion event handler
 o Fix crash in vnc_display_get_pixbuf
 o Fix crash in TLS cleanup code
 o Fix frambuffer boundary checks
 o Improve drawing performance with server side pixmap
 o Fix performance degradation due to leaked GSource
 o Fix setting of 'shared' connection flag
 o Make pointer warp boundary detection more robust
 o Adapt keymap code to build with GDK3 multiple displays
 o Remove use of gdk_drawable calls to fix GTK3

Code cleanup:

 o Remove need for Text::CSV perl module at build time

Nov  3, 2010: Release 0.4.2
===========================

New features:

 o OS-X VNC authentiction scheme
 o Add API to query library version

Bug fixes:

 o Disable extended key events if display keymap
   cannot be determined
 o Rewritten keymap code to work on non-Xorg
   servers and native OS-X/Win32 GTK backends.
 o Many more language translations
 o Strict bounds checking on all framebuffer updates
 o Fixed parameter for vnc-server-cut-text signal
 o Fixed build with latest GTK3 development snapshot

Code cleanup:

 o Switched over to GIO for socket connections
 o Removed all use of GNULIB now GIO handles all
   portability issues with sockets.
 o Mandate use of Cairo for all drawing, removing
   any use of GdkPixmap, GdkImage, GdkBitmap.

Jul 14, 2010: Release 0.4.1
===========================

Bug fixes:

 o Fix test suite execution
 o Ensure builds against GTK3 get a separate library soname,
   pkg-config file and include directory to allow parallel
   install with GTK2 builds.

Jul 11, 2010: Release 0.4.0
===========================

Bug fixes:

 o Fix protocol greeting so wireshark detects stream
 o Fix build with GSEAL
 o Try next DNS address after any connect failure
 o Plugin build with newer mozilla
 o Fix linkage to libgpg-error
 o Fix linker flags on solaris
 o Fix gcrypt threading callbacks
 o Fix multiple memory leaks
 o Remove use of PATH_MAX to fix Hurd

New features:

 o Refactored gvnc module to provide a full GObject
   for interacting with the RFB protcol.
 o Create a libgvnc.so for non-GTK related APIs for
   dealing with RFB protcol
 o Add gvnccapture command line tool for screenshot
   capture
 o Many updated translations
2012-08-20 11:34:58 +00:00
christos
3e3b2e8dc9 new wireshark (security fixes) 2012-08-20 08:35:49 +00:00
christos
80c947d502 upgrade to 1.8.2 2012-08-20 08:34:43 +00:00
adam
72e876d158 Updated security/mit-krb5 to 1.10.3 2012-08-20 08:17:47 +00:00
adam
810c47f2a9 Changes 1.10.3:
This is a bugfix release.
* Fix KDC uninitialized pointer vulnerabilities that could lead to a denial of
  service [CVE-2012-1014] or remote code execution [CVE-2012-1015].
* Correctly use default_tgs_enctypes instead of default_tkt_enctypes for TGS
  requests.
2012-08-20 08:16:26 +00:00
wiz
237e03245f Updated net/ocamlnet to 3.6 2012-08-20 08:12:08 +00:00
wiz
7270fe0a39 Update to 3.6, provided by maintainer Jaap Boender in PR 46817.
This is an update of ocamlnet to its newest version, 3.6. Changes are:
* Netsys_sem: a new abstraction for emulating anonymous
  semaphores on systems that only provide named semaphores,
  like OS X. All users of semaphores inside Ocamlnet now
  base on Netsys_sem.
* reimplementing Netstring_str for the case the Str engine
  is used. It is now thread-safe without having to use
  mutexes.
* The default is now -disable-pcre
* The module Netstring_pcre has been moved to a library of its
  own, namely netstring-pcre. It is only installed if -enable-pcre
* Nethttp.Header.best_media_type: improved
  (patch by Christopher Zimmemann)
* Netsys_mem.alloc_memory_pages: one can now mark the memory
  pages as executable
* src/netsys/configure: disabling POSIX semaphore check
  for win32
* Fixes for OpenBSD (by Christopher Zimmermann)
* Netcgi connectors (SCGI, AJP, FCGI): unifying the ~sockaddr
  and ~port arguments. ~port now also assumes a loopback binding.
  (Suggested by Christopher Zimmermann).
* Allowing posix_spawn again for MacOS. It turns out the
  number of file actions is limited. If we are above the
  limit, posix_spawn is not used.
* Ssl_exts: adding function for returning the fingerprint of
  a certificate
* Https_client: new verify callback for additional certificate
  checks
2012-08-20 08:11:58 +00:00
sbd
b27c156efe Always use dlopen and pthread. 2012-08-20 07:22:09 +00:00
sbd
146e8c9cc3 Set BUILDLINK_PKGSRCDIR usnig '=' not '?=' and correct a comment. 2012-08-20 07:19:12 +00:00
tron
aed726c8f4 Fix name of the hack for Mac OS X Lion. 2012-08-20 06:50:21 +00:00
wiz
0010af6155 Drop maintainership. 2012-08-20 06:41:48 +00:00
dsainty
10bc5de96f Rather than assuming SunOS == libiconv, use ICONV_TYPE in the usual manner
to correctly express what variety of iconv we are using.

Fixes build on Linux systems with PREFER_PKGSRC=yes.
2012-08-20 04:56:00 +00:00
adam
df0a0b70de Prefer smaller distfiles 2012-08-19 21:39:40 +00:00
cheusov
eef5967b41 Update to 1.4.2
runawk_modules.3 was added where all modules are documented

  Long options are considered deprecated

  -i and -I options were removed

  man pages are included to a distribution tarball,
  so pod2man is not needed for building
2012-08-19 20:33:23 +00:00
jnemeth
3d0ca46318 Fix the build issue where some people were seeing chan_mgcp.so
being built and others weren't by detecting the situation when it
would be built and adjusting the PLIST accordingly.
2012-08-19 18:41:10 +00:00
ryoon
2c9dc07f04 Add pitivi-0.15.2 2012-08-19 13:28:05 +00:00
obache
77bdad3853 Note groonga-2.0.5 (and update stopper). 2012-08-19 12:39:31 +00:00
obache
5cc867cfba Updated inputmethod/scim-pinyin to 0.5.92 2012-08-19 09:39:06 +00:00