Commit graph

187815 commits

Author SHA1 Message Date
ryoon
dbbd2df6c6 Updated www/php-owncloud to 4.0.1 2012-06-09 14:25:26 +00:00
ryoon
2e79e9082e Update to 4.0.1
Changelog:
from http://owncloud.org/owncloud-4-0-1-release/

Verify if user exists when loggin (oc-863)
More efficient log file handling
PDO requirement check
Check if apps folder is writable
prevent division by zero problem during output of free space
better mysql error message
correctly configure ldap group backend (oc-887)
sort users and groups (oc-779)
LDAP. correctly handle group filter (oc-867)
try to switch magic quotes of globally
fix ategory error reporting (oc-874)
correctly handle reverse proxy / load balancer https handling
prevent session already started warning
fix the files breadcrumb
don¡Çt try to use smtp auth if config files says no
fix versioning path
security: fix a XSS problem in calendar
make LDAP pqsql compatible
fix pqsql database migration
fix ldap config interface
support for LDAP ¡Èmember¡É
don¡Çt hardcode /tmp
fix potential security problem for requested apps parameter
fix notes in contacts properly
fix timezone detection
fix interti_id in calendar
set DB prefix for pqsql
security: fix a XSS problem in contacts
correctly encode caldav link
allow longer path in gallery
disable not compatible apps during upgrade
fix HEAD request for downloads
fix private link sharing via email
use UTC as default timezone
style fixes for tasks app
2012-06-09 14:24:05 +00:00
adam
b469430aae Updated mail/courier to 0.68.1 2012-06-09 12:40:07 +00:00
adam
0c824443da Changes 0.64.0:
* authpam.c (callback_pam): Call pam_end() after an authentication attempt.
* Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and
added it to the list of header files that 'make install' puts into
includedir.
* Fix gcc 4.6 warnings
* courier.spec.in: switch to systemd.
* Fix autoconf warnings.
* courier-authlib.spec: Make rmplint happy.
2012-06-09 11:57:20 +00:00
adam
3994bac6b1 Changes 5.5.3:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the
original message.
* msg2html.c (msg2html_download): rfc2231_udecodeDisposition() failure
is not fatal.
* cgi/cgi.c (cgiformdecode): Ditto.
* pcp/pcp.c (list_msg_mime): Ditto.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly
memory.
* showmsg2html.c (error): Provide a definition for error().
* Fix gcc 4.6 warnings
* sqwebmail.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.
2012-06-09 11:54:50 +00:00
adam
16193d83d9 Remove unnecessary patches 2012-06-09 11:52:43 +00:00
adam
3356e8f9eb Changes 0.90:
* cone/gettext.C: gettext can't deal with literal ^Ds, so provide a
  workaround: "\\D" literal.
* cone/cursesindexdisplay.C (drawLine): Misformatting of the date
  column in some locales.
2012-06-09 11:51:36 +00:00
adam
3f84565d62 Changes 2.5.5:
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the
  original message.
* rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition()
  failure is not fatal.
* rfc2045/reformime.c (get_suitable_filename): Ditto.
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
  initial null given to strtok.
* mailbot: add "feedback" and "replyfeedback" formats, generating
  RFC 5965-formatted feedback report. -a option attaches the entire
  original message, instead of only its headers, for "replydsn",
  "feedback", and "replyfeedback" formats.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly
  memory.
2012-06-09 11:50:20 +00:00
adam
da276ae88f Changes 4.10.0:
* imapd.c (main): Open IMAPDEBUGFILE only if it exists already.
(do_expunge): Optionally log deletions.
* pop3dserver.c (cleanup): Optionally log deletions.
* imapd.dist.in (IMAP_MOVE_EXPUNGE_TO_TRASH): Officially document how
IMAPDEBUGFILE works.
* imapscanclient.c: Postpone Y2038K for a while, for uid validities.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly memory.
* pop3dserver.c (openpop3dlist): Try a few times to reopen pop3dsizelist
if it fails with ESTALE.
* pop3d.dist.in: Add AUTHSERVICE settings. They've been supported all along.
* Fix gcc 4.6 warnings
* courier-imap.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.
2012-06-09 11:48:25 +00:00
adam
2e85bc7502 Changes 0.68.1:
* rfc2045mkboundary.c was broken in 0.68

Changes 0.68:
* rfc2045/rfc2045mkboundary.c (rfc2045_mk_boundary): truncate
the hostname portion of the boundary to 30 chars.
* courier/doc/courier.sgml: Remove descriptions of some configuration
files that were moved to the courier-authlib package a while ago.
They don't belong here any more.
* courier/submit.C: Use the authenticated address, instead of the
return address, for domain-based virtual configuration.
* courier/libs/cfilename.c (config_has_vhost): Checks whether
vhost.[ip] exists.
* courier/module.esmtp/courieresmtpd.c (main): Only set a message's
virtual host if vhost.[ip] exists.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): Make sure the
input buffer is null-terminated.
* courier/submit.C (getrcpts): If there's no vhost setting from the
sender's IP address (this includes local mail!) if vhost.domain exists,
use [domain] as the virtual host.
* Remove config_search(), which simply called config_localfilename().
Change all current callers to call config_localfilename().
* courier/libs/cfilename.c (config_set_local_vhost): saves a string
that gets appended as a suffix, by config_localfilename(), and if that
filename exists, that's returned as the filename, otherwise it's the
original string without the suffix. config_get_local_vhost() returns
the suffix string.
to config_set_local_vhost().
* courier/libs/comsubmitclient.c (submit_fork): If
config_get_local_vhost(), add a -vhost parameter to submit().
* courier/submit.C (cppmain): -vhost sets config_set_local_vhost().
* courier/submit2.C (closectl): New COMCTLFILE_VHOST parameter in the
config file, taken from the vhost setting.
* courier/libs/comctlfile.c (ctlfile_setvhost): If COMCTLFILE_VHOST is
set, call ctlfile_setvhost(), return an indication if the vhost has
changed. Absence of a COMCTLFILE_VHOST treated as a discrete "(null)"
setting.
* courier/module.esmtp/esmtpclient.c (esmtpchild): If ctlfile_setvhost()
then disconnect the current socket, if one is open.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): The IP address
specified in ipout or ip6out overrides SOURCE_ADDRESS and
SOURCE_ADDRESS_IPV6 environment variable.
* courier/module.local/localmail.c (main): Call ctlfile_setvhost().
* courier/module.uucp/uucp.c (uux): Call ctlfile_setvhost().
* courier/module.dsn/dsn.c (main): Call ctlfile_setvhost().
* liblock/mail.c (dotlock_exists): Quell a compiler warning.
* courier/courierd.dist.in SOURCE_ADDRESS: Add a note that this setting
is deprecated.
2012-06-09 11:45:38 +00:00
wiz
172c990d52 Updated databases/py-postgresql to 4.0nb2 2012-06-09 09:41:16 +00:00
wiz
8065ce3782 Replace python interpreter in two files. Bump PKGREVISION. 2012-06-09 09:41:05 +00:00
dholland
165d4a8120 With the latest curl, the output of curl-config --vernum contains
hex digits, so patching the makefile to compare it as decimal will
not work. Just patch out the test entirely, as pkgsrc guarantees
curl will always be present and the packaging is not equipped to
deal with this check failing anyhow.
2012-06-09 08:29:41 +00:00
dholland
3bc2a96202 Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
(see pkgsrc-bulk)
2012-06-09 08:03:17 +00:00
obache
24b9f92f1c Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:52:51 +00:00
dholland
152c5855c5 Fix build with latest curl. 2012-06-09 07:35:12 +00:00
obache
6fbcc834b0 Updated net/mikutter to 0.1.1.799 2012-06-09 07:21:35 +00:00
obache
2db87c4039 Update mikutter to 0.1.1.799.
bug fixes.
2012-06-09 07:21:25 +00:00
obache
c0c4efb4e5 Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
obache
fa33975f45 remove duplicated x11/xproto 7.0.23 entry. 2012-06-09 06:52:22 +00:00
obache
d038a61ec2 remove duplicated x11/xfontsel 1.0.4 entry. 2012-06-09 06:32:05 +00:00
dholland
9be6beaaf0 Fix MAKE_JOBS issue that showed up in Joerg's build last weekend. 2012-06-09 06:28:57 +00:00
dholland
e11eaf2707 Uses pkg-config. 2012-06-09 06:21:42 +00:00
obache
98580108d4 --disable-docs configure option is not in this version. 2012-06-09 05:44:21 +00:00
pettai
2b66f32501 Updated security/validns to 0.5 2012-06-08 21:58:56 +00:00
pettai
596f9b920a validns 0.5
Parallelize signature verification (-n option)
2012-06-08 21:58:07 +00:00
pettai
c2889ee2b1 Updated net/unbound to 1.4.17 2012-06-08 21:52:33 +00:00
pettai
074e87db79 Unbound 1.4.17
Features:

* unbound-control forward_add, forward_remove, stub_add, stub_remove can modify stubs and forwards for running unbound they can also add and remove domain-insecure for the zone. This is to support reconfiguration of a DNSSEC validator on a computer that changes networks and has to enable new network config for the new location.
* new approach to NS fetches for DS lookup that works with cornercases, and is more robust and considers forwarders.
* contrib/validation-reporter follows rotated log file
* Applied patch for rrset-roundrobin and minimal-responses features (new options, enable in unbound.conf to use).
* ECDSA support (RFC 6605) by default. Use --disable-ecdsa for older openssl.
* Patch for access to full DNS packet data in unbound python module
* forward-first option. Tries without forward if a query fails. Also stub-first option that is similar.

Bug Fixes:

* Fix possible uninitialised variable in windows pipe implementation.
* Fix alignment problem in util/random on sparc64/freebsd.
* Fix for accept spinning reported by OpenBSD.
* Fix validation of nodata for DS query in NSEC zones
* [bugzilla: 444 ] Fix that setusercontext was called too late
* [bugzilla: 443 ] Fix --with-chroot-dir not honoured by configure.
* [bugzilla: 442 ] Fix that Makefile depends on pythonmod headers even using --without-pythonmodule.
* Fix to locate nameservers for DS lookup with NS fetches.
* Applied line-buffer patch from Augie Schwer to validation.reporter.sh.
* flush_infra cleans timeouted servers from the cache too.
* Fix from code review, if EINPROGRESS not defined chain if statement differently.
* [bugzilla: 434 ] Fix windows port to check registry for config file location for unbound-control.exe, and unbound-checkconf.exe.
* Fix to squelch 'network unreachable' errors from tcp connect in logs, high verbosity will show them.
* Fix prefetch and sticky NS ghost domain. It picks nameservers that 'would be valid in the future', and if this makes the NS timeout, it updates that NS by asking delegation from the parent again. If child NS has longer TTL, that TTL does not get refreshed from the lookup to the child nameserver.
* RT#2955 Fix for cygwin compilation.
* Slightly smaller critical region in one case in infra cache.
* Fix timeouts to keep track of query type, A, AAAA and other, if another has caused timeout blacklist, different type can still probe.
unit test fix for nomem_cnametopos.rpl race condition.
* fix memory leak in errorcase for DSA signatures.
* workaround for openssl 0.9.8 ecdsa sha2 and evp problem.
* fix for windows, rename() is not posix compliant on windows.
* iana portlist updated
2012-06-08 21:52:00 +00:00
joerg
03af731224 Use PKGNAME_NOREV to match the PLIST. 2012-06-08 21:44:26 +00:00
shattered
418524d3c5 Typo, whitespace edits. 2012-06-08 18:40:55 +00:00
joerg
4ee8a913c3 Don't install the (binary only) SolarisRBAC cruft. 2012-06-08 16:05:11 +00:00
joerg
6855a2cecb Redo netbsd/ctype_base.h patch to not pollute the namespace as much with
sys/param.h.
2012-06-08 15:42:28 +00:00
fhajny
34b3a1bff6 Fix ncurses/ncursesw build on SunOS and GCC>=4.6 2012-06-08 13:21:10 +00:00
fhajny
e228173a60 Add support for the ucd-snmp/diskio module on SunOS 2012-06-08 13:13:35 +00:00
fhajny
59de2d2cc4 Add readline support 2012-06-08 12:50:33 +00:00
fhajny
76b7064021 Fix build on SunOS when optimization of -O2 or greater is used. 2012-06-08 12:18:42 +00:00
jperkin
72cf2ffded Remove /usr/xpg4/bin from $PATH on Solaris, it causes weird issues in the
bmake test suite, and is unnecessary.  Instead, ensure we use the xpg4 id.

Tested on Solaris 9 and SmartOS.  Fixes PR#45444.
2012-06-08 12:15:29 +00:00
fhajny
7c35b964b5 Create own directories with proper permissions 2012-06-08 12:06:37 +00:00
fhajny
1ae4bd471b Make sure initial directories are created and have proper permissions. 2012-06-08 12:01:23 +00:00
obache
98d5f218a4 regen patches with mkpatches(1). 2012-06-08 11:50:14 +00:00
fhajny
4e437a54df Fix building with DTrace support by adding a missing DTrace probe. 2012-06-08 11:48:04 +00:00
obache
9d0abaeb6c Ignore SunPRO -errwarn flags to prevent it from being recognized as a entry
point option for `ld'.
2012-06-08 11:39:44 +00:00
ryoon
da18e7e664 Updated mail/thunderbird10 to 10.0.5
Updated mail/thunderbird10-l10n to 10.0.5
2012-06-08 11:10:34 +00:00
ryoon
bf5d841f92 Update to 10.0.5
Sync with thunderbird10
2012-06-08 11:09:22 +00:00
ryoon
42a3af2685 Update to 10.0.5
Changelog:
* Security fixes can be found here
MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer
MFSA 2012-39 NSS parsing errors with zero length items
MFSA 2012-38 Use-after-free while replacing/inserting a node in a document
MFSA 2012-37 Information disclosure though Windows file shares and shortcut files
MFSA 2012-36 Content Security Policy inline-script bypass
MFSA 2012-34 Miscellaneous memory safety hazards
* The MAPIResolveName API has been added to Simple MAPI
  interfaces which should improve interoperability (244222)
2012-06-08 11:08:22 +00:00
obache
9f94f69ecc flex is required to build bison-2.5.1.
PR 46554.
2012-06-08 07:33:46 +00:00
gdt
f8adf5ea88 Move man pages to optionized PLISTs.
quagga installs man pages for several programs only if the programs
are built.  This commit just moves some man pages to PLIST.v6 and
PLIST.opaquelsa.

No revbump because the package, if it built before, will be unchanged.
But now building with non-default options should work.
2012-06-07 23:38:16 +00:00
ryoon
d59b9a90c7 patch-lib_wiki-plugins_wikiplugin__snarf.php is not needed anymore. 2012-06-07 21:46:55 +00:00
ryoon
86392fb944 Added emulators/qemu0 version 0.15.1nb5 2012-06-07 21:37:36 +00:00
ryoon
db9b4f93b4 Add qemu0 2012-06-07 21:36:18 +00:00