Commit graph

180218 commits

Author SHA1 Message Date
sbd
e0e2499eca Make sure that the gsed package always has a 'gsed' executable.
Bump PKGREVISION
2011-12-29 22:30:47 +00:00
wiz
180385e91a Finish support for libdrm package. 2011-12-29 22:17:20 +00:00
schmonz
fc6461caf0 Updated www/ikiwiki to 3.20111229 2011-12-29 21:48:16 +00:00
schmonz
44df80e659 Update to 3.20111229. From the changelog:
* Consume all stdin when rcs_receive short-circuits, to avoid git SIGPIPE race.
* Add path and path_natural sort orders (smcv)
* Test coverage can be checked with make coverage (smcv)
* tag: encode categories using numeric values. (tango)
2011-12-29 21:47:56 +00:00
joerg
f762f268fb Point configure to right mount/umount on NetBSD. Use canonical format
for Solaris check.
2011-12-29 16:38:37 +00:00
joerg
8768b9bd86 Also point configure to dnssec-signzone 2011-12-29 16:37:18 +00:00
joerg
b0bb70ca22 Just make the template implementation availabe all the time. C++
compilers are supposed to know how to use COMDAT.
2011-12-29 16:35:41 +00:00
joerg
3e565f611a Deal with const changes in xulrunner. 2011-12-29 16:34:02 +00:00
joerg
977c3e0aca Don't try to use namespace with math functions, it doesn't work reliable
with different compilers.
2011-12-29 16:33:09 +00:00
rumko
c01f34c3e6 Updated audio/libaudiofile to 0.3.2nb2 2011-12-29 16:29:02 +00:00
rumko
309f7c3f8b Add configure check for libm
Fixes build for DragonFly BSD.

Provided by Matthias Rampke through PR pkg/45757
2011-12-29 16:19:25 +00:00
joerg
97b45fe776 Add note about mysql-server 2011-12-29 14:44:21 +00:00
joerg
d0aad495d8 Don't depend on mysql-server. It creates conflicting dependencies for
the bulk build and the configuration allows setting non-localhost
easily.
2011-12-29 14:35:10 +00:00
jmcneill
1debb61777 Updated devel/SDL to 1.2.14nb6 2011-12-29 10:01:37 +00:00
jmcneill
45a553193c use AUDIO_GETBUFINFO when available; bump pkg revision 2011-12-29 10:00:49 +00:00
obache
d66ade9c06 Updated textproc/groonga to 1.2.9 2011-12-29 08:17:37 +00:00
obache
4ecfc2db64 Update groonga to 1.2.9.
Release 1.2.9 - 2011/12/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported Fedora 16.
* Dropped Fedora 15 support.
* [groonga] Improved the default server ID address to work
  on unresolved host name environment. [Reported by @uzulla]
* Supported MAP_HUGETLB.
* [admin] Supported throughput chart.
* Stopped adding nul character in ``grn_itoh()``. [#1194]
  [Reported by SHIDARA Yoji]
* Added ``grn_obj_get_values()``.
* Added ``grn_obj_delete_by_id()``.
* Supported string vector column for query expansion. [#1216]
* Added ``--filter`` option to :doc:`/commands/delete` to delete
  many record at once. [#1225]
* Supported approximate type customization for
  :doc:`/functions/geo_in_circle` and :doc:`/functions/geo_distance`. [#1226]
* Made ``geo_distance2()`` and ``geo_distance3()`` are deprecated.
* Changed to use ``null`` instead of ``""`` for empty geo
  point value in JSON output.
* Almost supported MessagePack output. [#1215] [Worked by SHIDARA Yoji]
* Added missing newlines after drilldown result tags in XML output.
* Supported truncate for grn_dat.
* Supported longest common prefix search by grn_dat.

Fixes
^^^^^

* [windows] Fixed inverted map type.
* Fixed -Wno- compiler flag detection. [Patch by Arnaud Fontaine]
* Fixed a problem that ``groonga --version`` reports wrongly
  about MeCab. [#1209] [Patch by SHIDARA Yoji]
* Added missing lock into ``grn_obj_remove()``.
* Fixed Content-Type on error. [#1220] [Patch by SHIDARA Yoji]
* Fixed a problem that deleting SIS (Semi Infinite String)
  may keep a garbage.
2011-12-29 08:17:23 +00:00
obache
54f6143e71 fixes last commit (variable name changes). 2011-12-29 02:34:02 +00:00
joerg
8837b904a1 Kill useless gsed magic, which is gsed specific. 2011-12-28 22:35:28 +00:00
joerg
d00e6afa8c Drop the sed calls that want to be gsed specific, since they don't
actually seem to change anything (with gsed).
2011-12-28 21:23:17 +00:00
adam
b704abfa66 HOMEPAGE update 2011-12-28 20:07:34 +00:00
ryoon
ce7a7f5281 Fix unprevileged build. 2011-12-28 19:34:39 +00:00
joerg
16ab80deef libnbcompat-20111228: If requesting BSDish getopt behavior, also include
our own getopt_long. Add a message to signify this in the configure
output. Fixes issues reported by hans@ on Solaris with nbpatch. OK
during freeze by wiz@
2011-12-28 19:19:31 +00:00
taca
7a379b8464 Note update of lang/ruby18-base package to 1.8.7.357 (1.8.7 patchlevel 357). 2011-12-28 16:44:36 +00:00
taca
d90344064d Update ruby18-base package to 1.8.7.357.
It contains security fix for CVE-2011-4815 (DoS).


Wed Dec 28 21:34:23 2011  URABE Shyouhei  <shyouhei@ruby-lang.org>

	* string.c (rb_str_hash): randomize hash to avoid algorithmic
	  complexity attacks. CVE-2011-4815

	* st.c (strhash): ditto.

	* string.c (Init_String): initialization of hash_seed to be at the
	  beginning of the process.

	* st.c (Init_st): ditto.

Thu Dec  8 11:57:04 2011  Tanaka Akira  <akr@fsij.org>

	* inits.c (rb_call_inits): call Init_RandomSeed at first.

	* random.c (seed_initialized): defined.
	  (fill_random_seed): extracted from random_seed.
	  (make_seed_value): extracted from random_seed.
	  (rb_f_rand): initialize random seed at first.
	  (initial_seed): defined.
	  (Init_RandomSeed): defined.
	  (Init_RandomSeed2): defined.
	  (rb_reset_random_seed): defined.
	  (Init_Random): call Init_RandomSeed2.

Sat Dec 10 20:44:23 2011  Tanaka Akira  <akr@fsij.org>

	* lib/securerandom.rb: call OpenSSL::Random.seed at the
	  SecureRandom.random_bytes call.
	  insert separators for array join.
	  patch by Masahiro Tomita.  [ruby-dev:44270]

Mon Oct 17 04:20:22 2011  Nobuyoshi Nakada  <nobu@ruby-lang.org>

	* mkconfig.rb: fix for continued lines.  based on a patch from
	  Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].

Mon Oct 17 04:19:39 2011  Yukihiro Matsumoto  <matz@ruby-lang.org>

	* numeric.c (flo_cmp): Infinity is greater than any bignum
	  number.  [ruby-dev:38672]

	* bignum.c (rb_big_cmp): ditto.

Mon Oct 17 03:56:12 2011  Yusuke Endoh  <mame@tsg.ne.jp>

	* ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initialize
	  store->ex_data.sk.  [ruby-core:28907] [ruby-core:23971]
	  [ruby-core:18121]
2011-12-28 16:40:06 +00:00
wiz
d90684f796 + aria2-1.14.0, dia-0.97.2, libchamplain08-0.12.1, ntp4-4.2.6p5,
opendkim-2.4.3, p5-cairo-1.082, planner-0.14.6, source-highlight-3.1.6,
  tin-2.0.1.
2011-12-28 14:30:36 +00:00
obache
25c1fdaa6e Updated databases/ruby-ldap to 0.9.12 2011-12-28 06:52:29 +00:00
obache
8265faec2f Update ruby-ldap to 0.9.12.
0.9.12
-----

* On windows, the default ldap library became wldap32;
* Fixed compile with ruby 1.9.2.

Thank to Hiroki Najima!

* Fixed many memory leaks;
* Added functions:
    LDAP::Conn.open_uri(uri);
    LDAP::explode_dn(dn, notypes);
    LDAP::explode_rdn(rdn, notypes).

Thanks to Marek Veber and Antonio Terceiro!

* Fixed bug in ldap/ldif.rb (GH-6).

Thanks to bbense.

* Fixed LDAP::Mod data corruption.

Thanks to Aprotim Sanyal!

* Enable client certificate authentication for mozilla ldap 6.0 only.

Thanks to Yuri Arabadji!
2011-12-28 06:51:57 +00:00
sbd
be7abd5d62 Updated www/webkit-gtk3 to 1.6.1nb2 2011-12-28 06:40:29 +00:00
sbd
5d65b0092f Update PLIST
Bump PKGREVISION
2011-12-28 06:40:16 +00:00
sbd
f784de37f5 Note updates:
security/gnome-keyring  to 2.32.1nb4
   www/webkit-gtk          to 1.6.1nb3
2011-12-28 04:24:54 +00:00
sbd
0b764a78d5 Include devel/glib2/schemas.mk (obache@ suggestion).
Regen PLIST
Remove patch-Source_autotools_gsettings.m4 and patch-configure
	(They are redundaent when adding gsed to USE_TOOLS)

Bump PKGREVISION
2011-12-28 04:22:15 +00:00
sbd
633b4f389f Because of adding gsed to USE_TOOLS there's no need for patch-ah or having a
build dependence on gsed.

Bump PKGREVISION.
2011-12-28 01:32:25 +00:00
asau
0ee744504e Prevent detection of OpenMP support in order to make PLIST consistent. 2011-12-27 23:15:35 +00:00
christos
b191498cc0 Put back the 3 macro files lost in the previous update that are needed by
AM_ICONV
2011-12-27 21:18:05 +00:00
obache
b8bfcde21e Restrict acceptable emacs version to 20 and 21.
For 22 and 23, this package must be updated to 0.75 (or later).
2011-12-27 08:53:31 +00:00
sbd
adfb8deabc Remove accidently added 'patch-configure.bak' 2011-12-27 03:58:24 +00:00
sbd
f1db9d185a Updated www/webkit-gtk to 1.6.1nb2 2011-12-27 03:54:48 +00:00
sbd
95d732362d There is a gsed specific expression used in the install-gsettings-schemas
target (that install org.webkitgtk-1.0.gschema.xml) so use gsed.

Bump PKGREVISION
2011-12-27 03:54:36 +00:00
ryoon
5fe23b1d89 Updated www/php-tiki6 to 6.5nb1 2011-12-26 19:08:31 +00:00
ryoon
edd5b38ffc Regen distinfo. 2011-12-26 19:07:12 +00:00
ryoon
bdef7c0996 Fix security bug, http://dev.tiki.org/item4059, patch from upstream SVN.
Bump PKGREVISION.
2011-12-26 19:05:32 +00:00
rkujawa
da814ecebc suggest updating anope to 1.8.7 2011-12-26 18:48:43 +00:00
tron
69d871cf98 Remove section about installing "php-mcrypt" as it is a dependency now. 2011-12-26 16:38:29 +00:00
joerg
f6bbc3c34d Don't include partial RCS ID to confuse the build info generation. 2011-12-26 13:25:45 +00:00
joerg
80f1475095 Fix RCS ID 2011-12-26 13:23:43 +00:00
joerg
8725653665 Create absolute path names, otherwise build info is mangled up 2011-12-26 13:23:16 +00:00
joerg
3e89b3dbf2 Fix RCS ID 2011-12-26 13:22:28 +00:00
wiz
df05cce74d Updated devel/SDL to 1.2.14nb5 2011-12-26 12:28:59 +00:00
wiz
e1d027b5a0 Fix typo in ifdef.
Bump PKGREVISION.
2011-12-26 12:28:46 +00:00