Commit graph

163565 commits

Author SHA1 Message Date
wiz
d22c37a906 Updated graphics/cairo to 1.10.0nb1 2010-09-15 12:02:39 +00:00
wiz
c63d1cba3b Remove comma at end of enumeration -- breaks e.g. snes9x-gtk compilation.
Bump PKGREVISION.
2010-09-15 12:02:27 +00:00
adam
64046604bb Updated www/ap2-wsgi to 3.3 2010-09-15 11:53:43 +00:00
adam
e6df159259 Changes 3.3:
* Bug fixes:
  1. Inactivity timeout not triggered at correct time when occurs for first
     request after process is started.
  2. Back off timer for failed connections to daemon process group wasn't
     working correctly and no delay on reconnect attempts was being applied.
  3. Logging not appearing in Apache error log files when using daemon mode
     and have multiple virtual hosts against same server name.
  4. Eliminate logging of KeyError exception in threading module when processes
     are shutdown when using Python 2.6.5 or 3.1.2 or later. This wasn't
     indicating any real problem but was annoying all the same.
  5. Fix potential for crash when logging error message resulting from failed
     group authorisation.
  6. Fix compilation problems with Apache 2.3.6.
2010-09-15 11:51:29 +00:00
obache
fce1b7a2ae BUILDLINK_DIR should not be used here, use BUILDLINK_PREFIX.* instead. 2010-09-15 10:37:06 +00:00
obache
53d18f22b4 Add missing RCS Id. 2010-09-15 10:32:52 +00:00
adam
824722eb45 Revbump after libpano13 update; depend on tools required for stitching 2010-09-15 10:28:09 +00:00
adam
a3add8f7ff Revbump after libpano13 update 2010-09-15 10:27:51 +00:00
adam
ba762e169b Changes 2.9.17:
* Bug-fix release.
2010-09-15 10:13:26 +00:00
drochner
a21cda311f remove some unneeded dependency propagation 2010-09-15 10:02:15 +00:00
markd
f5ead36a0f update gnuradio to version 3.3.0
build: refactor GR_GIT and GR_VERSION
Make C++ shared libraries versioned
howto: make versioned libraries
Changes to gr_udp_{source,sink} for MinGW
Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Use getaddrinfo in gr_udp_{source,sink}
Discard data in gr_udp_sink until receiver is started.
Updates to udp source/sink (select(), wait, cleanup)
Merge branch 'master' into udp
Rework UDP source and sink, with incompatible API changes
Merge branch 'master' into udp
Flush pending errors in gr_udp_sink on disconnect()
Add additional conditionalization of networking includes
Use -1 as file descriptor "not open" value instead of 0
Identify memory leaks that occur on error conditions
Correct update of d_temp_offset (parallel construction)
Move initialization of select timeout
Defend against a peer that sends an invalid message length.
Return immediately when using d_residual.
Simplify USE_SELECT usage
Add USRP2 clock source parameter to GRC blocks.
grc: update UDP source and sink block wrappers
gnuradio-core: allow swig to handle exceptions in UDP source/sink
gnuradio-core: update copyrights
libvrt: remove from 3.3 API.
Merge remote branch 'gnuradio/wip/udp_source_sink'
Fix erroneous file modes
usrp2-firmware: fix missing files in tarball
Merge remote branch 'ets/grc-usrp2-clock-source'
howto: fix make check for win32, darwin (untested)
Remove bogus check for existence of prefix directory.
Update incorrectly checked in Makefile.am
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
Fixed issue with with wrong Makefile.am files being copied
Including bitshark_rx.h header file for USRP2 build
Updated db_bitshark_rx.c to the proper version that includes the
Once and for all, here is the properly updated Makefile.am for the apps
Updated to allow BURX support to be built into standard txrx.bin
usrp: Cleanup for merge of bitshark daughterboard code
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
Merge branch 'master' into wip/burx_support
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
gr-wxgui: Renamed "emulate analog" feature to "use persistence"
gr-wxgui: update copyrights
gnuradio-core: Disable (temporarily) interpolator tap calculation
build: force use of ltmain.sh from libtool 2.2.6b
build: use correct comment delimiter
build: distribute version controlled ltmain.sh in tarball
Merge remote branch 'bitshark/burx_support' into wip/burx_support
Revert "build: force use of ltmain.sh from libtool 2.2.6b"
Revert "build: distribute version controlled ltmain.sh in tarball"
Merge branch 'wip/burx_support'
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
grc: rename execution binary from 'grc' to 'gnuradio-companion'
Update revision to release 3.3.0-rc1, update autotools
Add analog CRT screen afterglow emulation for gr-wxgui
2010-09-15 09:38:42 +00:00
markd
41b1fa69aa Update to ess 5.11
3.5 years worth of bug fixes/changes.
2010-09-15 08:46:21 +00:00
wiz
47bcacb227 + calibre-0.7.18, clive-2.2.15, gmime24-2.4.19, openttd-1.0.4,
puzzles-8996, telepathy-glib-0.11.15.
2010-09-15 06:58:19 +00:00
sno
4f5de2c5b2 Updated www/p5-HTML-FormFu to 0.07003 2010-09-15 06:40:53 +00:00
sno
176c9e3420 Updating www/p5-HTML-FormFu from 0.06001nb1 to 0.07003
pkgsrc changes:
- adjust dependencies
- adjust module type

Upstream changes:
0.07003 2010-08-02
    - Fix: Group element now escapes each items attributes, label_attributes
      and container attributes (based on by patch by Jeff Dairiki).
    - Fix: If using default_natural, use default_datetime_args{set_time_zone}
      if it's also set (Radek).
    - Filter::HTMLScrubber extra functionality.
    - Update _merge_hashes() so it can also merge arrays and hashes into a new
      array. This is necessary to allow default_args() to define a different
      ref-type than the element or processor which uses its values.
    - Update Element::reCAPTCHA tests after changes to Captcha::reCAPTHCA
      (bump dependency version).

0.07002 2010-06-24
    - Fix: Use MRO::Compat before mro to support perl 5.8
    - Fix: Date and ComboBox elements need to run deflators before trying to
      use any default value - reported by Matija Grabnar.
    - Overloading comparisons no longer assume both arguments are a blessed
      object - change needed for latest Test::More (Test-Simple-0.95_02)
      (RT#57747)
    - Change Element::Date to not use deprecated DateTime::Locale methods.
    - Bump DateTime::Locale and DateTime::Format::Strptime required versions
      as DateTime::Locale Changes file has no mention of when the methods
      we're now using were added.
    - Removed Regexp::Copy from prereqs.

0.07001 2010-05-16
    - No changes - cpan indexer failed for last release

0.07000 2010-05-16
    - Change of behaviour: default_args() values are now applied to any object
      inheriting from the specified type, rather than just an instance of that
      type. Old behaviour is still supported with a minor change, see docs for
      details. - (Daniel Hilton)
    - Change of behaviour: default_args() key/values are now applied in order
      of inheritance, rather than the random order returned by keys()
    - New reverse_single attribute for all field elements.  New reverse_group
      attribute for Checkboxgroup and Radiogroup elements. (Ronald Kimball)
    - New default_datetime_args() method on Date and DateTime elements.
    - Element::DateTime now supports a 'second' select menu.
    - Allow empty string as default value for Date element. (Ronald Kimball)
    - Now use Clone instead of Storable (ntyni@iki.fi).
    - Change from Class::C3 to mro, to get built-in support in perl >= 5.9
    - New Bulgarian translation (Kamen Naydenov).
    - Fix bad links and markup in POD. (Ronald Kimball)
    - Fix spelling errors in POD (Ansgar Burchardt)
    - Documented Element::Textarea cols() and rows() methods.
    - Bump Config::Any requirement to version 0.18 for YAML::XS support
    - Refactored ObjectUtil (Daniel Hilton)
2010-09-15 06:40:32 +00:00
sno
50e33eabc4 Updated www/p5-HTTP-Server-Simple-Mason to 0.14 2010-09-15 06:03:14 +00:00
sno
372d58d9f3 Updating www/p5-HTTP-Server-Simple-Mason from 0.13nb1 to 0.14
pkgsrc changes:
- adjust module type

Upstream changes:
0.14 Sun Sep  5 09:24:13 EDT 2010
    * encode out string only if the string is in utf8
2010-09-15 06:02:29 +00:00
sno
f3d2b84aa5 Updated www/p5-HTTP-Parser-XS to 0.09 2010-09-15 05:54:44 +00:00
sno
41adf7e85e Updating www/p5-HTTP-Parser-XS from 0.07nb1 to 0.09
Upstream changes:
0.09
	- improve compatibility (mainly Windows, RT #61133, thanks to
	  Taro Nishino)

0.08
	- improve compatibility (mainly Solaris, thanks to gfx)
2010-09-15 05:54:23 +00:00
sno
d11f9ce479 Updated net/p5-Net-Twitter to 3.13008 2010-09-15 05:51:26 +00:00
sno
c27d383fe8 Update net/p5-Net-Twitter from 3.11012nb1 to 3.13008
Upstream changes:
3.13008 2010-08-26
    - use HTTPS for all OAuth token negotiation steps

3.13007 2010-07-06
    - decode_html_entities now decodes all fields (incl source in search
      results)
    - Role::OAuth doc patch by Doug Bell <doug@plainblack.com>
    - fixed: incompatibility between "since" and InflateObjects

3.13006 2010-06-18
    - test fix: bump the skip count for a new test in t/unicode.t for
      optional module

3.13005 2010-06-18
    - fixed: since (synthetic arg) filtering
    - fixed: don't use args for OAuth signature on multi-part mime posts

3.13004 2010-06-18
    - fixed: OAuth signature error with unicode args (RT#58493)

3.13003 2010-05-21
    - production release with Lists API refactor and OAuth changes

3.13002_03 2010-05-13
    - fixed: generate new OAuth authorization hearder on retry
      (RetryOnError trait)

3.13002_02 2010-05-12
    - fixed: removed redundant alias declarations

3.13002_01 2010-05-12
    - Refactored the Lists API to use Net::Twitter::API

3.13001 2010-11
    - use POST with Authorization header for XAuth (per Twitter
      documentation)
    - replace homegrown XAuth support with Net::OAuth's native support
    - accommodate 2 base URLs for API::Search (search and trends* methods
      use different base URLs)
    - enable SSL support for API::Search

3.13000 2010-05-09
    - added support and documentation for optional timeline parameter
      skip_user
    - fixed tests: plan was called twice when LWP was too old
    - added friends_incoming and friendships_outgoing methods

3.12000 2010-03-19
    - added new API methods: retweeted_by and retweeted_by_ids
    - fixed: t/51_since.t was actually connecting to twitter
2010-09-15 05:51:01 +00:00
obache
c0841756ed strnlen.h is missing in distfile, taken from upstream repository
(and fixed in the repository).
2010-09-15 04:00:38 +00:00
manu
7cf7411b74 Update to perfused-20100915, which fixes reliability problems (lost frames). 2010-09-15 03:44:17 +00:00
obache
904e389094 Updated nkf to 2.11. 2010-09-15 01:01:19 +00:00
obache
d6e202cf10 Update nkf to 2.11, a.k.a. 2.1.1.
bug fix release
* add MS_Kanji as alias of Shift_JIS.
* fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and
  eucJP-ascii.
* fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220.
* other some bug fixes.
2010-09-15 00:59:02 +00:00
jakllsch
280f8d3b4e The tiny puppet moved ... must be a ventriloquist around. 2010-09-15 00:13:12 +00:00
wiz
c9c858b09a nm workaround not needed any longer, was fixed sometime before or in 0.11.11. 2010-09-14 23:49:39 +00:00
gdt
0060a6312b Use new "pkg-add -U -D" for make replace in DESTDIR case.
Removes overbroad use of -f to override the
depending-packages-have-satisfied-dependencies check, replacing with
the narrow override of -D.

Discussed on tech-pkg@.
OK pkgsrc-pmc@.
2010-09-14 22:30:42 +00:00
gdt
b4484b0d85 In "make replace" case with DESTDIR other than no, require 20100914
for -D flag in "pkg_add -U -D".

Discussed on tech-pkg@.
OK pkgsrc-pmc@.
2010-09-14 22:29:07 +00:00
gdt
23b6cd52c9 Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new
package.  Essentially, split off this particular behavior as a special
case of -f, so that -f works as before, unforced works as before, and
one can give -D to override exactly this check, leaving all other
checks intact.

The -D flag is in support of make replace, as the workflow for make
replace is that inter-package dependencies are sometimes violated (but
then one must replace the depending packages, which is what
pkg_rolling-replace does via the unsafe_depends flags).

Bump PKGTOOLS_VERSION.

Add missing break statement in option parsing of "pkg_add -C", riding
the version bump.

Discussed extensively on tech-pkg@ over the summer.
OK pkgsrc-pmc@.
2010-09-14 22:26:18 +00:00
minskim
8b9f9c2582 Update DISTFILES for TeX Live 2010. 2010-09-14 20:50:11 +00:00
tron
476d4521a3 Note update of the "x11-links" package to version 0.60. 2010-09-14 19:41:28 +00:00
tron
ed8a0c9a4c Update "x11-links" package to version 0.60:
- Fix a fundamental problem which meant that the package included links
  for builtin components that "pkgsrc" will not use because they are too old.
- Remove NetBSD specific "pixman" hack that is no longer necessary.
2010-09-14 19:40:15 +00:00
tron
40c1c41fab We don't need to set the required "pixman" version here anymore. 2010-09-14 19:08:29 +00:00
tron
09293cadf8 Set the required API version to 0.18.4 as well to enforce correct
build time dependences.
2010-09-14 19:07:00 +00:00
tron
a1343a139d Note update of the "x11-links" package to version 0.56. 2010-09-14 17:30:32 +00:00
tron
54765b05cd Update "x11-links" package to version 0.56:
- Add a nasty hack to deal with the "pixman" issue under NetBSD 5.1*
  (and 5.0?) which provides an old version of "libpixman" with a higher
  major number than the package in "pkgsrc".
2010-09-14 17:30:12 +00:00
minskim
3739d330e5 Note update of tex-hyphen-base. 2010-09-14 15:37:34 +00:00
minskim
475d9c4ab2 Update tex-hyphen-base to 2010.
Changes:
- Added a configuration file for luatex.
2010-09-14 15:37:16 +00:00
minskim
6623397f05 Note update of tex-tetex{,-doc}. 2010-09-14 15:27:59 +00:00
minskim
e53464cff7 Update tex-tetex{,-doc} to TeX Live revision 19695.
Changes:
- Added more map files to updmap.cfg.
2010-09-14 15:27:32 +00:00
schwarz
6a60e358e4 added licensing information 2010-09-14 14:57:39 +00:00
taca
6ddb02859d -samba-3.3.14. 2010-09-14 13:09:57 +00:00
taca
acf5673cc1 Note update of net/samba33 package to 3.3.14. 2010-09-14 13:09:37 +00:00
taca
f60effea71 Update samba33 package to 3.3.14.
==============================
                   Release Notes for Samba 3.3.14
		         September 14, 2010
                   ==============================


This is a security release in order to address CVE-2010-3069.


o  CVE-2010-3069:
   All current released versions of Samba are vulnerable to
   a buffer overrun vulnerability. The sid_parse() function
   (and related dom_sid_parse() function in the source4 code)
   do not correctly check their input lengths when reading a
   binary representation of a Windows SID (Security ID). This
   allows a malicious client to send a sid that can overflow
   the stack variable that is being used to store the SID in the
   Samba smbd server.
2010-09-14 13:08:23 +00:00
taca
8af27cde45 +samba-3.3.14, samba-3.4.9, samba-3.5.5
CVE-2010-3069.
2010-09-14 12:26:48 +00:00
obache
225726f29c Note nkf-2.1.1. 2010-09-14 11:40:36 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
tron
d9c4f1eff5 Note update of the "x11-links" package to version 0.55. 2010-09-14 09:14:55 +00:00