Commit graph

186708 commits

Author SHA1 Message Date
marino
137d5b9bb5 lang/clang: USE_TOOLS+= pod2man pod2html, fix DragonFly
For some reason, LLVM is using autoconf files from 2003 which is before
DragonFly even existed.  I submitted a bug report #12944 at llvm.org's
bugzilla to request they use versions from 2012.

Also, installation fails at document generation without some extra tools.
No need to revbump, either built or it didn't without these packages.
2012-05-25 09:06:52 +00:00
he
46427dcd31 Add fix for http://secunia.com/advisories/49125/, taken from
http://bugzilla-attachments.gnome.org/attachment.cgi?id=212053.
2012-05-25 08:31:35 +00:00
he
85a637b239 Add fix for http://secunia.com/advisories/49125/, taken from
http://bugzilla-attachments.gnome.org/attachment.cgi?id=212053.
Bump pkgrevision.
2012-05-25 08:29:36 +00:00
wiz
43c4fe85d5 Updated security/py-crypto to 2.6 2012-05-25 08:28:23 +00:00
wiz
81c617df6d Update to 2.6:
2.6
===
	* [CVE-2012-2417] Fix LP#985164: insecure ElGamal key generation.
	  (thanks: Legrandin)

	  In the ElGamal schemes (for both encryption and signatures), g is
	  supposed to be the generator of the entire Z^*_p group.  However, in
	  PyCrypto 2.5 and earlier, g is more simply the generator of a random
	  sub-group of Z^*_p.

	  The result is that the signature space (when the key is used for
	  signing) or the public key space (when the key is used for encryption)
	  may be greatly reduced from its expected size of log(p) bits, possibly
	  down to 1 bit (the worst case if the order of g is 2).

	  While it has not been confirmed, it has also been suggested that an
	  attacker might be able to use this fact to determine the private key.

	  Anyone using ElGamal keys should generate new keys as soon as practical.

	  Any additional information about this bug will be tracked at
	  https://bugs.launchpad.net/pycrypto/+bug/985164

	* Huge documentation cleanup (thanks: Legrandin).

	* Added more tests, including test vectors from NIST 800-38A
	  (thanks: Legrandin)

	* Remove broken MODE_PGP, which never actually worked properly.
	  A new mode, MODE_OPENPGP, has been added for people wishing to write
	  OpenPGP implementations.  Note that this does not implement the full
	  OpenPGP specification, only the "OpenPGP CFB mode" part of that
	  specification.
	  https://bugs.launchpad.net/pycrypto/+bug/996814

	* Fix: getPrime with invalid input causes Python to abort with fatal error
	  https://bugs.launchpad.net/pycrypto/+bug/988431

	* Fix: Segfaults within error-handling paths
	  (thanks: Paul Howarth & Dave Malcolm)
	  https://bugs.launchpad.net/pycrypto/+bug/934294

	* Fix: Block ciphers allow empty string as IV
	  https://bugs.launchpad.net/pycrypto/+bug/997464

	* Fix DevURandomRNG to work with Python3's new I/O stack.
	  (thanks: Sebastian Ramacher)

	* Remove automagic dependencies on libgmp and libmpir, let the caller
	  disable them using args.

	* Many other minor bug fixes and improvements (mostly thanks to Legrandin)
2012-05-25 08:28:13 +00:00
morr
c510394fba Note update of net/haproxy 2012-05-25 08:20:27 +00:00
morr
ec2bbd2130 Update for net/haproxy to 1.4.21.
ChangeLog:

2012/05/21 : 1.4.21
    - MINOR: patch for minor typo (ressources/resources)
    - CLEANUP: fix typo in findserver() log message
    - DOC: cleanup indentation, alignment, columns and chapters
    - DOC: fix some keywords arguments documentation
    - MINOR: stats admin: allow unordered parameters in POST requests
    - MINOR: stats admin: use the backend id instead of its name in the form
    - BUG/MAJOR: trash must always be the size of a buffer
    - DOC: fix minor regex example issue and improve doc on stats
    - BUG/MAJOR: possible crash when using capture headers on TCP frontends
    - MINOR: config: disable header captures in TCP mode and complain
    - BUG/MEDIUM: balance source did not properly hash IPv6 addresses
    - CLEANUP: http: message parser must ignore HTTP_MSG_ERROR
    - CLEANUP: remove a few warning about unchecked return values in debug code
    - CLEANUP: http: remove unused http_msg->col
    - BUG/MINOR: http: error snapshots are wrong if buffer wraps
    - BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set
    - MINOR: proxy: make findproxy() return proxies from numeric IDs too
    - BUILD: http: stop gcc-4.1.2 from complaining about possibly uninitialized values
    - BUG/MINOR: stop connect timeout when connect succeeds

2012/03/10 : 1.4.20
    - BUG/MINOR: fix typo in processing of http-send-name-header
    - BUG/MEDIUM: correctly disable servers tracking another disabled servers.
    - BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend
    - MINOR: halog: add some help on the command line     (cherry picked from commit 615674cdec067066a42f53f5d55628ab7b207e6c)
    - BUILD: fix build error on FreeBSD
    - BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions
    - BUG: http: disable TCP delayed ACKs when forwarding content-length data
    - BUG: checks: fix server maintenance exit sequence
    - BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE and BF_SEND_DONTWAIT on partial writes
    - DOC: enumerate valid status codes for "observe layer7"
    - BUILD: make it possible to look for pcre in the default system paths
2012-05-25 08:19:47 +00:00
adam
83daed5f69 Updated graphics/pngcrush to 1.7.28 2012-05-25 08:03:03 +00:00
adam
467e2b6152 Changes 1.7.28:
* Write proper copyright year for zlib, depending upon ZLIB_VERNUM

Changes 1.7.27:
* Increased row_buf malloc to row_bytes+64 instead of row_bytes+16, to
  match the size of big_row_buf in pngrutil.c (it is 48 in libpng14, 15, 16,
  and 64 in libpng10, 12.  Otherwise there is a double-free crash when the
  row_buf is destroyed.

Changes 1.7.26:
* Increased the text_text buffer from 2048 to 10*2048 (Ralph Giles), and
  changed an incorrect test for keyword length "< 180" to "< 80".  The
  text_text buffer was inadvertently reduced from 20480 to 2048 in
  pngcrush-1.7.9.
* Added -DZ_SOLO to CFLAGS, needed to compile zlib-1.2.6.
* Changed user limits to width and height max 500000, malloc max 2MB,
  cache max 500.
* Added -nolimits option which sets the user limits to the default
  unlimited values.
2012-05-25 08:01:33 +00:00
jdc
6e33b14bd3 Add: patch-babl_babl-fish-reference.c 2012-05-25 07:38:30 +00:00
jdc
a14641ebcb Fix a segmentation fault when generating documentation. See:
https://bugzilla.gnome.org/show_bug.cgi?id=676491
2012-05-25 07:37:21 +00:00
marino
1bff04786d x11/ggiterm: Fix gentoo ltmain.sh bug in configure script 2012-05-25 00:18:46 +00:00
marino
82a17f9841 wm/wbar: USE_TOOLS+= msgfmt 2012-05-24 23:41:14 +00:00
marino
a22b9733aa misc/libgksu: USE_TOOLS+= msgfmt 2012-05-24 23:23:21 +00:00
marino
36d07d6fe9 misc/gwaei: USE_TOOLS+= msgfmt 2012-05-24 23:07:29 +00:00
marino
5f1a69ecdf net/remmina: USE_TOOLS+= msgfmt 2012-05-24 21:25:45 +00:00
spz
19e37ea945 fix for CVS-2012-1152 taken from
https://rt.cpan.org/Ticket/Attachment/920541/477607/YAML-LibYAML-0.35-format-err
or.patch
2012-05-24 20:21:18 +00:00
ryoon
2a4368e4f2 Updated x11/kterm to 6.2.0nb21 2012-05-24 19:55:57 +00:00
ryoon
f222029ddb Bump PKGREVISION
Copy and paste cause segfault when UTF-8 character are hold in selection.
Reported on twitter and analysed by @oshimyja.

Use ext05 patch that does not contain UTF-8 specific copy/paste code.
2012-05-24 19:54:44 +00:00
marino
f5b56cd4c6 x11/libdesktop-agnostic: USE_TOOLS+= msgfmt 2012-05-24 19:44:07 +00:00
marino
eeb4f6545a graphics/ns-cult3d: Mark NOT-FOR-DRAGONFLY
Source unavailable, see policy:
<http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-24 19:42:22 +00:00
marino
4172501e35 databases/mysql-workbench: Fix unportable patch, add DragonFly fix
One patch was hardcoded for NetBSD, return it closer to intention without
breaking NetBSD.  It's still not great, but a little better.
2012-05-24 18:54:16 +00:00
ryoon
aa1348385c Updated devel/jenkins to 1.447.1 2012-05-24 18:13:13 +00:00
ryoon
ba31d86f32 Update to 1.447.1
Changelog:
What's new in 1.447.1 (2012/03/28)

    File handle leak in serving static files (issue 13097)
    LDAP config error (issue 8152)
    jenkins running in Tomcat doesn't initalize slf4j properly (issue 12650)
    java.lang.NoClassDefFoundError: org.slf4j.impl.StaticLoggerBinder (issue 12446)
    Remote call on CLI channel from [ip] failed (issue 12302)
    jenkins does not start in jboss container (issue 12334)
2012-05-24 18:12:11 +00:00
marino
ead873a2a1 misc/softmaker-office-demo: Mark NOT-FOR-DRAGONFLY
Besides the fact this is a crippled, obsolete demo of 6 year old
commercial productivity software, it doesn't even build successfully
on DragonFly.  Due to the license text file have a Portuguese name,
it fails during the package phase, specifically libarchive returns
an error that it can't translate the pathname to UTF.
2012-05-24 17:13:54 +00:00
marino
23c5c8f2f5 net/rtorrent: Fix DragonFly 2012-05-24 17:01:43 +00:00
marino
a0f8633347 devel/kyua-cli: Fix DragonFly 2012-05-24 16:47:11 +00:00
marino
1c16916c72 net/nagios-plugin-snmp: Fix DragonFly 2012-05-24 15:29:43 +00:00
marino
cc8c50ade6 net/nagios-plugin-radius: Fix DragonFly 2012-05-24 15:27:58 +00:00
marino
c7d3732639 net/nagios-plugin-pgsql: Fix DragonFly 2012-05-24 15:26:14 +00:00
marino
23ba76a758 net/nagios-plugin-mysql: Fix DragonFly 2012-05-24 15:24:06 +00:00
obache
8c17820db3 Updated mail/milter-manager to 1.8.3 2012-05-24 15:22:53 +00:00
obache
9a1b9a91cd Update milter-manager to 1.8.3.
== [release-1-8-3] 1.8.3: 2012-05-22

A bug fix release of 1.8.2.

=== Package

  * [ubuntu] Added Ubuntu Precise Pangolin support.
  * [solaris] Use pkgutil instead of pkg-get.
    [GitHub #6]
    [Reported by h0lzi]

=== milter manager

==== Improvements

  * binding ruby: update bundled ruby-glib2 to 1.1.3

==== Fixes

  * [manager] support manager.event_loop_backend = "libev" on CentOS.
    [Reported by SHIONO Kenji]
  * [manager][children] use gulong instead of guint.
    g_signal_connect() returns gulong.

=== milter-core

==== Fixes

  * [libev] check whether the next id is used or not.

=== Document

==== Fixes

  * doc install debian ubuntu: add missing postfix group related configuration
    milter-manager user should belong to postfix group to access a socket
    of other milter.
    [milter-manager-users-ja:00163]
    [Suggested by Satoru Sakashita]
  * doc debian: adjust to the latest squeeze environment
    [Suggested by Satoru Sakashita]
2012-05-24 15:22:39 +00:00
marino
2daf171b8d net/nagios-plugin-ldap: Fix DragonFly 2012-05-24 15:22:18 +00:00
marino
2fa0b66981 net/nagios-plugins: Fix unwanted directory removal
Currently it's possible to install Nagios plugins independently of
net/nagios-base.  However, the directories that the plugins install
into are created and owned by net/nagios-base, so it has to be
installed first to avoid unwanted directory removal when the only
plugin is deinstalled.
2012-05-24 15:20:25 +00:00
wiz
45f203d739 Updated www/neon to 0.29.6nb1 2012-05-24 13:10:29 +00:00
wiz
beeb28486a Fix path in .so includes to be relative to ${PKGMANDIR}.
Bump PKGREVISION.
2012-05-24 13:10:20 +00:00
wiz
b27e879b97 + abcm2ps-6.6.14, gramps3-3.3.2, hiawatha-8.3, libmemcached-1.0.8,
milter-manager-1.8.3, wdiff-1.1.1.
2012-05-24 12:01:12 +00:00
taca
c909b87b71 + gallery3-3.0.2, libxml2-2.8.0, xf86-video-newport-0.2.4 [unpackaged]. 2012-05-24 11:59:38 +00:00
abs
522bbdff73 Use ?= for setting PKGSRC_SETENV to make it easy to override in mk.conf 2012-05-24 11:34:15 +00:00
sborrill
2a272d0536 Fix typo in rc.d script.
Bump PKGREVISION
2012-05-24 09:44:18 +00:00
hauke
878b08a2a0 Do not create diffs after build.
Thanks to Hans Rosenfeld for noticing.
2012-05-24 09:35:53 +00:00
asau
234dca306e Updated lang/objc to 3.2.10 2012-05-24 09:15:13 +00:00
asau
5c98d338a0 Update Portable Object Compiler to 3.2.10
Changes since 3.2.6:

3.2.10	* add patch Finn Wilcox finnw
	  ocstring cannot concat: or at:insert: itself - ID: 1640788

	* port to OpenSolaris 09/06 with Sun C 5.10 SunOS_i386 2009/06/03

	* updated email address in indent-patch

3.2.9	* add OpenSolaris (solaris 2.11) to Platforms

	* change __builtin_va_alist to builtinvar for OpenSolaris

3.2.8   * add __builtin_expect, __builtin_strchr and more garbage for gcc 3.4.6
	  __builtin_cmp (GCC developers seem to believe they're using PASCAL)

        * regenerated configure with autoconf 2.6

	* upgraded config.guess and config.sub to automake 1.9

	* add NIOS2 sopc to platforms  (port by lionnel@ipricot.com)

	* rebuilt bootstrap package

	* upgraded nm objc1 | postlink >util/_objc1.c

3.2.7	* fix for -builtintype and -builtinfunction broken
          (pragma OCbuiltInFctn and OCbuiltInType still worked)

	* port to IA-64 hpux 11.23 with HP aC++/ANSI C (add to platforms)

	* add -hpux flag with some builtins: __va_list__, __va_arg__,
          __va_start__, __fpreg and __float80
2012-05-24 09:14:58 +00:00
adam
7b40db0c07 Updated x11/qt4 to 4.8.2 2012-05-24 08:09:36 +00:00
adam
d48e56b9cd Changes 4.8.2:
* Over 100 functional improvements
* WebKit updated to version 2.2.2
* libpng updated to version 1.5.10
* Thirty improvements to documentation and tools
2012-05-24 08:07:33 +00:00
sbd
c8cb033cda Treat /usr/lib${LIBABISUFFIX}} the same as /usr/lib and strip it out of
the runtime library search path.
2012-05-24 07:27:27 +00:00
gdt
dadc8f1369 not MAKE_JOBS_SAFE 2012-05-23 23:11:56 +00:00
markd
fa5d2d001f Add ${PLIST.gnome} entries as per xulrunner and xulrunner192 2012-05-23 21:06:02 +00:00
markd
49e8724637 Pass sysconfdir to configure so that its set correctly if PKG_SYSCONFBASE
has been changed from the default.
Bump PKGREVISION
2012-05-23 21:03:08 +00:00