Commit graph

191051 commits

Author SHA1 Message Date
cheusov
585931e75f Updated lang/runawk to 1.4.3 2012-09-09 23:39:39 +00:00
cheusov
c1d29c9ae2 Updated parallel/paexec to 0.17.0 2012-09-09 23:39:17 +00:00
cheusov
48074f5b82 Update to 0.17.0
paexec:
    - Option -x was added. With its help paexec can run one command
      per task.  If -g is also specified, command's exit status is
      analysed. Appropriate task and dependants are marked as "failed"
      if it is non-zero.
    - First character of -n argument must be alphanumeric, `+', `_',
      `:' or `/'.  Other symbols are reserved for future extentions.
    - With '-n :filename' paexec reads a list of nodes from the
      specified file.
    - With a help of new option '-m t=<eot>' end of task string
      may be specified, which is an empty line by default.
    - Option -md=<delim> was added that overrides the default
      delimiter (space character) between tasks in graph mode (-g).
    - Output line that contains failed dependants no longer ends with
      unnecessary space.
    - Long options were completely removed.

  paexec_reorder:
    - Fix. "paexec_reorder -g" now handles correctly failed tasks'
      output.  One extra line after "fatal" is expected.
    - Options -m was added. It does the same things as paexec's -m.

  More examples of use and regression tests.

  Documentation update, clean-ups and improvements.

  Regression tests:
    - Signals handling was fixed in.
    - LC_ALL is always set to C in regression tests, this fixes some
      problems in internationalized environment.

  mk-configure>=0.23.0 is required at build time
2012-09-09 23:30:26 +00:00
cheusov
721003b0cf Updated lang/runawk to 1.4.3 2012-09-09 23:28:11 +00:00
cheusov
5d7c98a18f Update to 1.4.3
runawk:
    - Clean-ups in usage message
    - system(3) is not used anymore for removing temporary directory
  modules:
    - Function print_help() has been moved
      from power_getopt.awk to init_getopt.awk
2012-09-09 23:27:51 +00:00
spz
cc46b11509 make the package compile on NetBSD -current 2012-09-09 22:21:54 +00:00
dholland
cf75a6ee7f nocol, lintpkgsrc. 2012-09-09 20:39:52 +00:00
dholland
885723090b Bump version for mspo's file::find change. 2012-09-09 20:18:46 +00:00
dholland
d5f7b9438a Bump PKGREVISION to 7 for previous changes.
XXX: This package does not honor VARBASE.
XXX: This package develops 116 lines of pkglint.
2012-09-09 19:51:03 +00:00
dholland
3792542b05 Add some patch comments. 2012-09-09 19:49:45 +00:00
dholland
ae0b7c9a4c Fix another 64-bit compile issue missed on the previous pass. 2012-09-09 19:42:25 +00:00
dholland
2b900d7968 Fix 64-bit problems as detected by gcc. One must declare functions
returning pointers before calling them.
2012-09-09 19:35:20 +00:00
dholland
96fe6cfaa9 Not MAKE_JOBS_SAFE. 2012-09-09 19:26:54 +00:00
dholland
b6ed1b1055 Fix detection of NetBSD, as suggested by Havard Eidnes. 2012-09-09 19:26:38 +00:00
wiz
a2e592e7e3 dd ocaml-findlib dependency. 2012-09-09 19:04:52 +00:00
cheusov
0103a83a28 CONFLICTS with nullmailer-[0-9]* 2012-09-09 18:47:48 +00:00
jaapb
7cb1cf3d80 Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.
Added PLIST_VAR in order to install native code files only on appropriate
architectures.

This closes PR pkg/46922 (submitted before I became a developer).

Changes from 2.14.2 to 2.16.0:

2012.08.23 [Jacques]
  * update Windows port, compiles fine on mingw with
    ./configure --disable-gtktest
  * lablgtk2 script does not load extra libraries by default
    (use flag -all to load all extensions)

2012.08.17 [Jacques]
  * generate correct lablgtk2 script for findlib.
  * add old-uninstall target.
  * support threaded toplevel with Quartz backend, using gtkThTop.ml
    (runs the toplevel loop in another thread)
  * remove GtkThInit from META (not portable)
  * avoid busy waiting by using g_main_context_set_poll_func to
    make polling non-blocking.
    busy waiting is still needed for VM threads, and can be activated
    by setting the environment variable LABLGTK_BUSY_WAIT.

2012.08.16 [Jacques]
  * update applications/browser for OCaml 4.00
  * update applications/camlirc to use GText instead of GBroken.text

2012.07.26 [Pierre-Marie]
  * improvements to GtkSourceView2.
  * add cast and assignation functions to GText.nocopy_iter.
  * add Gtk 2.10 missing key modifiers.

2012.07.24 [Jacques]
  * can still install using old-install.

2012.06.19 [Adrien]
  * add a high-level API to create keyboard shortcuts.

2012.06.12 [Adrien]
  * add several #as_foo methods: entry, notebook, range
  * new signals for notebook: select_page, reorder_tab,
    change_current_page, move_focus_out, page_{added,removed,reordered}
  * add gtk_container_child_{set,get}_property
  * add gtk_notebook_{set,get}_tab_reorderable
  * add gtk_signal_new which can be used to create custom keyboard shortcuts
  * add g_signal_list and g_signal_query
  * add functions to connect to notify::foo signals which indicate when an
    object property changes
  * add foo#connect#notify_bar methods to add callbacks on changes of
    the "bar" property of the object "foo".

2012.04.11 [Maxence]
  * use findlib to install (see README for the list of installed packages)

2012.06.05 [Jacques]
  * merge GtkSourceView2 additions by Pierre-Marie Pedrot

2012.03.07 [Jacques]
  * add Make_Val_option to wrappers.h

2011.07.20 [Jacques]
  * add gtk_accelerator_name/get_label (for Pierre Boutillier)
  * add gtk_accel_map_foreach/change_entry (ibid)
  * add gdk_window_clear_area (for DDR)
  * make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)
2012-09-09 18:45:44 +00:00
cheusov
bb5ea1ffa8 CONFLICTS with deliver-[0-9]*; ++pkgrevision 2012-09-09 18:30:18 +00:00
cheusov
628cccebe6 CONFLICTS with avenger-[0-9]*; ++pkgrevision
Fix some pkglint warnings
2012-09-09 18:28:07 +00:00
cheusov
5a576fe58e CONFLICTS with heimdal, libdes and arla; ++pkgrevision 2012-09-09 18:02:43 +00:00
mspo
c5c23f8160 use file::find to save memory in lintpkgsrc- should never grow more than 25MB now -- makes no effort to clean up empty directories, so that is still fixable 2012-09-09 15:47:35 +00:00
wiz
adc0eac816 + mathomatic-16.0.3, py-icalendar-3.1, taglib-1.8, wordpress-3.4.2,
x264-devel-20120908.
2012-09-09 15:13:00 +00:00
taca
60fa93a30a Note update of mail/ruby-mime-types package to 1.19. 2012-09-09 15:03:07 +00:00
taca
f7292d0811 Update ruby-mime-types to 1.19.
== 1.19 / 2012-06-20
* New MIME Types:
  * XCF Gnome Images (image/x-xcf, image/x-compressed-xcf;
    .xcf). https://github.com/halostatue/mime-types/issue/17
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * DV (video/x-dv; .dv)
    * IVF (video/x-ivf; .ivf)
    * Matroska (video/x-matroska; .mkv)
    * Motion JPEG (video/x-motion-jpeg; .mjpg)
    * RealMedia (official; application/vnd.rn-realmedia; .rm)
* New extensions:
  * dcm (application/dicom); https://github.com/halostatue/mime-types/issue/16.
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * 3g2, 3gpp2 (video/3gpp2)
    * mpeg (video/mpeg)
    * mxf (application/mxf)
    * ts (video/MP2T)
    * ogg (video/ogg)
* Fixed MIME Types:
  * Adobe AIR application installer packages was missing a
    hyphen. https://github.com/halostatue/mime-types/issue/13
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * audio/x-pn-realaudio extension is .ra, not .rm.
* Resolved https://github.com/halostatue/mime-types/issues/8. Apparently some
  people run the tests on Linux. Imagine that.
2012-09-09 15:02:34 +00:00
gdt
446c0d2b4d Updated geography/gama to 1.13 2012-09-09 14:26:32 +00:00
gdt
4509daecfd Update to 1.13.
Version 1.13

   * Fixed templates lookup name syntax errors reported by Brandon
     Invergo <brandon@invergo.net> (detected by compiler g++-4.7).
     Many thanks for your patch, Brandon.

   * Fixed a bug reported by Jacques Beilin <jacques.beilin@ensg.eu>

     Function NormalDistribution ended in an endless loop for high
     values of input argument x.

   * Fixed a bug reported by Anton Horpynich <anton@vingeo.com>

     The computation of approximate coordinates failed if an angle
     needed for computing of an intersection was smaller than 0.15
     radians / 10 gons (implicit testing criterion). Although this is a
     reasonable limit for standard surveying networks, in a batch
     computation of approximate coordinates a much smaller value can be
     sometimes acceptable. It is more or less a matter of personal
     opinion if this is to be supposed a bug or not.

     Gama newly solves approximate coordinates in two main loops.
     During the first loop the default value 0.15 in class Acord is
     used.  If afterwards there  still some coordinates remain
     missing, Gama starts a second loop with series of iterations in
     which firstly tries to find a solution with the default value
     then secondly with a very tiny limit of 0.0015 radians.

     In most cases all coordinates are solved in the first loop with
     the default small angle limit 10 gons.

   * In gama-local suppressed output of running results during
     linearization iterations and several other minor fixes

Version 1.12

   * class BaseVisitor and related classes moved to separete file visitor.h

   * local Observation has protected init method and non-parametric constructor
     Code in local Observation was reorganized and some atributes are not const.

   * local observations are visitable (base is Accept<>)
           -  class Direction : public Observation
           +  class Direction : public Accept<Direction, Observation>
      ** local observations' write methods moved to WriteVisitor
      ** LocalRevision and LocalLinearization are now visitors
      ** base classes Revision and Linearization removed from local
      ** method observations_summary in LocalNetworkXML uses visitor for counting
      ** method observations in LocalNetworkXML uses visitor for writing
      ** function OutlyingAbsoluteTerms uses visitor for writing
      ** method test_abs_term in LocalNetwork uses visitor for test
      ** local Observation set_passive and set_active methods are now non-const
      ** function AdjustedObservations uses visitor for writing part of table row
      ** function TestLinearization uses visitor for computing and writing
      ** function ResidualsObservations uses visitor writing observation name

   * fixed a bug in the definition of angular observations reported
     by Anna Kratochvilova <anna.kratochvilova@fsv.cvut.cz> and Vaclav
     Petras <vaclav.petras@fsv.cvut.cz>

   * updated version of review.hu.lang by Siki Zoltan, some
     corrections in the Hungarian translation of GNU Gama
2012-09-09 14:26:03 +00:00
abs
1bce5db1bf Updated devel/p5-Term-ProgressBar to 2.13 [abs 2012-09-09]
Updated devel/p5-glib2 to 1.262 [abs 2012-09-09]
Updated mail/p5-MailTools to 2.11 [abs 2012-09-09]
Updated multimedia/p5-GStreamer to 0.17 [abs 2012-09-09]
Updated security/p5-pcsc to 1.4.12 [abs 2012-09-09]
Updated sysutils/p5-GTop to 0.16 [abs 2012-09-09]
Updated sysutils/p5-SSH-Batch to 0.029 [abs 2012-09-09]
2012-09-09 13:28:50 +00:00
abs
7cbdc65938 Updated security/p5-pcsc to 1.4.12
2011-03-06  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.12

	* PCSC.xs: Also check for SVt_PVIV and not just SVt_IV.

	Fixes Debian bug #613722 "libpcsc-perl: GetStatusChange error after print"

	* PCSC.xs, PCSC.pm, test.pl: Use lines of less than 80 columns

2010-10-27  Ludovic Rousseau  <rousseau@debian>

	* create_distrib.sh: compress using bzip2 instead of gzip

	* README: release 1.4.11

	* PCSCperl.h: SCardCancelTransaction() is no more present in pcsc-lite

	* PCSC.pm, PCSC.pod, PCSC.xs, PCSCperl.h:
	SCardSetTimout is no more present in pcsc-lite > 1.6.4
	It was a pcsc-lite specific and deprecated function

2010-08-18  Ludovic Rousseau  <rousseau@debian>

	* PCSCperl.h:
	use SCARD_READERSTATE * instead of LPSCARD_READERSTATE since is not
	define in pcsc-lite < 1.6.3

	* README: release 1.4.10

	* PCSC.pm, PCSC.xs, PCSCperl.h, README: Update copyright date

	* create_distrib.sh: Allow more than one digit in the version numbers

	* PCSC.xs, PCSCperl.h:
	Use LPSCARD_READERSTATE instead of LPSCARD_READERSTATE_A since it is no
	more defined in pcsc-lite >= 1.6.2

2010-06-30  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.9

	* PCSC.pm, PCSC.pod, PCSC.xs: sort constants in alphabetical order

	* PCSC.pod, PCSC.xs:
	SCARD_E_UNSUPPORTED_FEATURE is not specific to pcsc-lite but is also
	available on Windows

	* PCSC.pm, PCSC.pod, PCSC.xs:
	SCARD_W_INSERTED_CARD is no more defined in pcsc-lite 1.6.0 and then
	pcsc-perl failed to build. It was an error code specific to pcsc-lite.

2010-01-03  Ludovic Rousseau  <rousseau@debian>

	* Card/Card.pod: fix spelling error

2009-09-23  Ludovic Rousseau  <rousseau@debian>

	* README: release 1.4.8

	* Card/Card.pod: Correct 3 bugs signaled by podchecker

2009-09-06  Ludovic Rousseau  <rousseau@debian>

	* PCSC.xs:
	PCSC.xs:853: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’

2008-09-28  Ludovic Rousseau  <rousseau@debian>

	* PCSC.pod: example code for GetStatusChange()
2012-09-09 13:27:21 +00:00
abs
3ac1d8778c Updated sysutils/p5-GTop to 0.16
0.18 - Mon May 28 2012

Remove references to Server files from Manifest. Fixes build warning (cf. rt.cpa
n.org #72777)

0.17 - Sun Jul 10 13:39:00 EDT 2011

Fix check of threading enabled so it doesn't load the threading module [brendan@
tucows]
Remove Server depreciated in last release
2012-09-09 13:26:08 +00:00
abs
bebfaf9948 Updated sysutils/p5-SSH-Batch to 0.029
0.029
- atnodes: added a '-q' parameter to run SSH in quiet mode,
  which prevents banners and motd messages from being
  displayed in the output. thanks Mithun Ayachit for the patch.
2012-09-09 13:24:53 +00:00
abs
06fed35f26 Updated mail/p5-MailTools to 2.11
version 2.11: Wed Aug 29 09:09:47 CEST 2012

        Fixes:

        - typo in Mail::Mailer::smtp, which only shows up in >5.14
          [cpantesters]

version 2.10: Tue Aug 28 09:41:52 CEST 2012

        Fixes:

        - Mail::Mailer::smtp set from address twice.
          rt.cpan.org#77161 [Vladimir Goshev]

        - Mail::Mailer::smtps did not support the From option.
          rt.cpan.org#77161 [Vladimir Goshev]

        Improvements:

        - Mail::Util::mailaddress has now an optional parameter to
          set the returned value explicitly.
          rt.cpan.org#75975 [Rolf G]
2012-09-09 13:17:58 +00:00
abs
1bd6ee55d7 Updated devel/p5-Term-ProgressBar to 2.13
pkgsrc changes
	- Add LICENSE
	- PERL5_PACKLIST has changed to standard format

2.13 Fri May 18 06:24:42 2012
        - remove unused and invalid SIGNATURE file
        - move content of BUGS to Changes
        - Remove the INSTALL and configure files,
          people should use the standard CPAN installation tools
    - Add standard prerequisites to Makefile.PL


2.12 Wed May 16 12:47:16 2012
        - use strict; use warnings; in examples
        - remove bareword from POD (JBAKER)
        - make lbrack and rbrack official.

2.11 Fri Feb 17 12:31:04 2012
        - skip the signature verification

2.10  Wed Dec 21 11:18:26 2011
        - remove Build.PL (keep the Makefile.PL only)
        - Replace home-made testing tools with CPAN-ish tools
        - Require Capture::Tiny for testing
        - New co-maintainer: Gabor Szabo
2012-09-09 13:11:35 +00:00
abs
15cebe5784 Updated multimedia/p5-GStreamer to 0.17
Overview of changes in GStreamer 0.17
=====================================

* Make GStreamer::Buffer not leak all data.
∗ Change FSF address in license notices (RT#72664/74533)
2012-09-09 12:56:37 +00:00
abs
5560358101 add patch for last 2012-09-09 12:50:05 +00:00
abs
8f3ed8b09f Updated devel/p5-glib2 to 1.262
Overview of changes in Glib 1.262 (stable)
==========================================

* Properly specify our dependencies.
* Distriubte a missing test file.

Overview of changes in Glib 1.261 (stable)
==========================================

* Add NEWS entries comparing 1.260 to 1.24x
* Add the 64 bit integer converters to the linker exports
* updated README file similar to Cairo (RT#74870)
* Created %meta_merge which follows v2 of meta-spec
2012-09-09 12:48:49 +00:00
cheusov
78bb04b3c7 Updated security/heimdal to 1.5.2nb3 2012-09-09 09:23:23 +00:00
cheusov
ea3d84b207 Add CONFLICTS with kth-krb4 (lib/libsl.so) 2012-09-09 09:23:06 +00:00
obache
82495f9b6a require List::MoreUtils 0.28. 2012-09-09 09:13:00 +00:00
obache
dcf2b011d7 Some fixes, easily detected with pkglint!
* COMMENT should not be end with ".".
* Fix DEPENDS pattern.
2012-09-09 09:09:38 +00:00
obache
fac7f119d9 Various fixes, easily detected with pkglint!
* drop useless SVR4_PKGNAME, it must be shorter than 5.
* MAINTAINER must point to valid mail address.
* fix a dependency pattern.
* tabify.
2012-09-09 09:06:30 +00:00
morr
15a0993f06 Note update of www/wordpress 2012-09-09 07:00:04 +00:00
morr
3b3c6f077d Update to Wordpress 3.4.2.
Changes:

* Fixes some issues in the admin area where some older browsers (IE7, in
particular) may slow down, lag, or freeze.
* Fixes an issue where a theme may not preview correctly, or its screenshot may
not be displayed.
* Fixes the use of multiple trackback URLs in a post.
* Prevents improperly sized images from being uploaded as headers from the
customizer.
* Ensures proper error messages can be shown to PHP4 installs. (WordPress
requires PHP 5.2.4 or later.)
* Fixes handling of oEmbed providers that only return XML responses.
* Addresses pagination problems with some category permalink structures.
* Adds more fields to be returned from the XML-RPC wp.getPost method.
* Avoids errors when updating automatically from very old versions of WordPress
(pre-3.0).
* Fixes problems with the visual editor when working with captions.

Additionally: Version 3.4.2 fixes a few security issues and contains some
security hardening. These issues were discovered and addressed by the WordPress
security team:

* Fix unfiltered HTML capabilities in multisite.
* Fix possible privilege escalation in the Atom Publishing Protocol endpoint.
* Allow operations on network plugins only through the network admin.
* Hardening: Simplify error messages when uploads fail.
* Hardening: Validate a parameter passed to wp_get_object_terms().
2012-09-09 06:56:10 +00:00
jnemeth
48bef66cc2 Updated comms/asterisk10 to 10.7.1 2012-09-09 06:09:26 +00:00
jnemeth
adf857c800 Update to Asterisk 10.7.1. This fixes AST-2012-012 and AST-2012-013.
The Asterisk Development Team has announced security releases for Certified
Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are
released as versions 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones.

The release of Asterisk 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones
resolve the following two issues:

* A permission escalation vulnerability in Asterisk Manager Interface.  This
  would potentially allow remote authenticated users the ability to execute
  commands on the system shell with the privileges of the user running the
  Asterisk application.  Please note that the README-SERIOUSLY.bestpractices.txt
  file delivered with Asterisk has been updated due to this and other related
  vulnerabilities fixed in previous versions of Asterisk.

* When an IAX2 call is made using the credentials of a peer defined in a
  dynamic Asterisk Realtime Architecture (ARA) backend, the ACL rules for that
  peer are not applied to the call attempt. This allows for a remote attacker
  who is aware of a peer's credentials to bypass the ACL rules set for that
  peer.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities, please read
security advisories AST-2012-012 and AST-2012-013, which were released at the
same time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.7.1

The security advisories are available at:

 * http://downloads.asterisk.org/pub/security/AST-2012-012.pdf
 * http://downloads.asterisk.org/pub/security/AST-2012-013.pdf

Thank you for your continued support of Asterisk!
2012-09-09 06:09:16 +00:00
jnemeth
c49c90b0f8 Updated comms/asterisk18 to 1.8.15.1 2012-09-09 06:04:13 +00:00
jnemeth
f975b24da7 Update to Asterisk 1.8.15.1. This fixes AST-2012-012 and AST-2012-013.
The Asterisk Development Team has announced security releases for Certified
Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are
released as versions 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones.

The release of Asterisk 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones
resolve the following two issues:

* A permission escalation vulnerability in Asterisk Manager Interface.  This
  would potentially allow remote authenticated users the ability to execute
  commands on the system shell with the privileges of the user running the
  Asterisk application.  Please note that the README-SERIOUSLY.bestpractices.txt
  file delivered with Asterisk has been updated due to this and other related
  vulnerabilities fixed in previous versions of Asterisk.

* When an IAX2 call is made using the credentials of a peer defined in a
  dynamic Asterisk Realtime Architecture (ARA) backend, the ACL rules for that
  peer are not applied to the call attempt. This allows for a remote attacker
  who is aware of a peer's credentials to bypass the ACL rules set for that
  peer.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities, please read
security advisories AST-2012-012 and AST-2012-013, which were released at the
same time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.15.1

The security advisories are available at:

 * http://downloads.asterisk.org/pub/security/AST-2012-012.pdf
 * http://downloads.asterisk.org/pub/security/AST-2012-013.pdf

Thank you for your continued support of Asterisk!
2012-09-09 06:04:01 +00:00
dholland
20c75c3796 Restore PLIST.carbon=yes, lost during update. Should fix remaining
problem in PR 46924.
2012-09-09 01:28:06 +00:00
cheusov
6be258adac Updated archivers/freeze to 2.5nb3 2012-09-08 23:06:29 +00:00
cheusov
9e401956c6 Updated math/statist to 1.0.1nb3 2012-09-08 23:06:11 +00:00
cheusov
114e488baa Updated games/exchess-book-medium to 20000511nb2 2012-09-08 23:05:52 +00:00