summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04Update pidgin to 2.10.9.obache2-6/+6
version 2.10.9 (2/2/2014): XMPP: * Fix problems logging into some servers including jabber.org and chat.facebook.com. (#15879)
2014-02-04Mark as not ready for python-3.x.obache1-1/+2
Fixes reversed condition change at the previous commit. Build may fine with python-3.x, but installed scripts are incompatible.
2014-02-04Take care for older bmake, tested on old NetBSD 4's make(1).taca1-4/+6
Noted by wiz@ via private E-mail.
2014-02-04Updated devel/mk-configure to 0.26.0cheusov1-1/+2
2014-02-04Update mk-configure to 0.26.0cheusov3-10/+74
"Features" framework was implemented (variable MKC_FEATURES). In general, a feature is something that has problems with portability. This may be a function name or header missing on some platforms, for example. What developer needs to do is to add FEATURENAME to MKC_FEATURES variable and add #include <mkc_FEATURENAME.h> where it is needed. Internally, system requiremets are checked in the automatically included mkc_imp.f_FEATURENAME.mk file and all required actions (includes, define checks etc.) are made in mkc_FEATURENAME.h header file. Currently the following features are provided: strlcat, strlcpy, getline, libm, libdl, RB, SPLAY, SLIST, SIMPLEQ, STAILQ, LIST, TAILQ and CIRCLEQ. Original idea was stolen from pkgsrc. mkc_imp.pkg-config.mk: - New variables MKC_CHECK_PKGCONFIG and MKC_REQUIRE_PKGCONFIG were introduced. They work just like other MKC_{CHECK,REQUIRE}_* variables from mkc.configure.mk. Thanks to Andrew Shadura for pushing me to this direction. mkc.configure.mk: - MKC_{CHECK,REQUIRE}_PROTOTYPES were introduced. With their help mk-configure is able to check C function prototypes. This feature was proposed by Andrew Shadura. If ${MKC_CACHEDIR} does not exit, it is automatically created. ${SRCTOP}/Makefile.common is included by all subprojects if it exists. It can be used as a replacement or addition for ../Makefile.inc. Valiables SRCDIR_<dir>, SRC_PATHADD, MKC_SOURCE_DIR, LDFLAGS0 and LDADD0 were introduced. Wrongly named builtin 'endianess' was renamed to 'endianness'. Thanks to Andew Shadura for the report and fix! mk-configure itself is now 2-level project. This allows me to run an arbitrary regression test like the following bmake test-examples/hello_world Hurray! :-) mkc.subprj.mk: - Now it works correctly if NOSUBDIR is not empty. Also, NOSUBDIR affects NODEPS and therefore the dependency graph. - New target "print-deps" that outputs the dependency graph was introduced. -O is added to CFLAGS if USE_FORT==yes, seen on Linux/ppc64/gcc Documentation: clean-ups, grammar fixes, minor improvements. Fix. Some @@ patterns in mk-configure.7 should not be replaced with directories. Thanks to Andrew Shadura for the report! This release was successfully tested on the following platforms: NetBSD-6.1/amd64, FreeBSD-8.3/amd64, OpenBSD-{4.9,5.3}/x86, DragonFlyBSD-3.4/x86, Linux/{x86,amd64}, SunOS-5.10/sparc, SunOS-5.11/x86.
2014-02-04note update of security/netpgpverifyagc1-2/+3
(also fixup the login name on the previous entry)
2014-02-04forgot a file in the previous changesagc1-0/+55
2014-02-04Update security/netpgpverify to version 20140202agc18-64/+1324
Changes from previous version: Add the ability for netpgpverify to verify ssh-pub-key-based signatures. It is much more likely for ssh (rather than pgp) keys to be available, and used, as a source of authentication data. These changes add the ability for netpgpverify(1) -- the standalone, zero-prereq utility - to verify signatures made by netpgp when using ssh keys. Running the regression tests in WRKDIR gives the following output: % mk -f *.bsd tst ./netpgpverify -k pubring.gpg NetBSD-6.0_RC1_hashes.asc Good signature for NetBSD-6.0_RC1_hashes.asc made Thu Aug 23 11:47:50 2012 signature 4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23 fingerprint ddee 2bdb 9c98 a0d1 d4fb dbf7 0649 73ac 4c4a 706e uid NetBSD Security Officer <security-officer@NetBSD.org> ./netpgpverify -k pubring.gpg NetBSD-6.0_RC1_hashes.gpg Good signature for NetBSD-6.0_RC1_hashes.gpg made Thu Mar 14 13:32:59 2013 signature 4096/RSA (Encrypt or Sign) 064973ac4c4a706e 2009-06-23 fingerprint ddee 2bdb 9c98 a0d1 d4fb dbf7 0649 73ac 4c4a 706e uid NetBSD Security Officer <security-officer@NetBSD.org> ./netpgpverify -v netpgpverify portable 20140202 ./netpgpverify -S sshtest-20140202.pub data.gpg Good signature for data.gpg made Mon Feb 3 17:54:21 2014 signature 4096/RSA (Encrypt or Sign) 4d129225945bbb8f 1970-01-01 fingerprint 874b 75de d6a3 341f 2d5a 2219 4d12 9225 945b bb8f uid netbsd-001.cupertino.alistaircrooks.com (sshtest-20140202.pub) <agc@netbsd-001.cupertino.alistaircrooks.com> ./netpgpverify -S sshtest-20140202.pub data.sig Good signature for data.sig made Sun Feb 2 21:45:05 2014 signature 4096/RSA (Encrypt or Sign) 4d129225945bbb8f 1970-01-01 fingerprint 874b 75de d6a3 341f 2d5a 2219 4d12 9225 945b bb8f uid netbsd-001.cupertino.alistaircrooks.com (sshtest-20140202.pub) <agc@netbsd-001.cupertino.alistaircrooks.com> expected failure, to check bad signatures fail to verify sed -e 's|A|B|' data.gpg | ./netpgpverify -S sshtest-20140202.pub Signature did not match contents -- Signature on data did not match *** Error code 1 (ignored) % A new HOWTO file is provided in the sources (files/HOWTO) to show how to sign data using ssh keys and netpgp(1).
2014-02-04Adjust TCL version.joerg1-3/+3
2014-02-04Honour system CFLAGS. Fix build with TCL 8.6. Bump revision.joerg1-2/+5
2014-02-04Allow build with TCL 8.6. Needs more work as it fails in the installjoerg1-1/+6
phase.
2014-02-04Allow TCL 8.6.joerg2-6/+6
2014-02-04Fix build with TCL 8.6.joerg2-4/+4
2014-02-04Fix build against TCL 8.6.joerg4-21/+30
2014-02-04Fix build with TCL 8.6.joerg4-19/+39
2014-02-04Fix build with TCL 8.6. Honour system CFLAGS. Bump revision.joerg3-9/+13
2014-02-04Needs itstool.joerg1-1/+3
2014-02-04Kill register keyword in gperf output to allow building with -Werror andjoerg2-1/+19
clang.
2014-02-04Build with TCL 8.6.joerg1-8/+10
2014-02-04Fix build with TCL 8.6.joerg3-7/+15
2014-02-03Updated lang/nodejs to 0.10.25fhajny1-1/+2
2014-02-032014.01.23, Version 0.10.25 (Stable)fhajny3-203/+210
* uv: Upgrade to v0.10.23 * npm: Upgrade to v1.3.24 * v8: Fix enumeration for objects with lots of properties * child_process: fix spawn() optional arguments (Sam Roberts) * cluster: report more errors to workers (Fedor Indutny) * domains: exit() only affects active domains (Ryan Graham) * src: OnFatalError handler must abort() (Timothy J Fontaine) * stream: writes may return false but forget to emit drain (Yang Tianyang)
2014-02-03Updated security/libgcrypt to 1.6.1wiz2-3/+3
2014-02-03Update to 1.6.1. Remove lots of integrated patches.wiz7-1745/+6
Noteworthy changes in version 1.6.1 (2014-01-29) ------------------------------------------------ * Added emulation for broken Whirlpool code prior to 1.6.0. * Improved performance of KDF functions. * Improved ECDSA compliance. * Fixed locking for Windows and non-ELF Pthread systems (regression in 1.6.0) * Fixed message digest lookup by OID (regression in 1.6.0). * Fixed a build problem on NetBSD. * Fixed memory leaks in ECC code. * Fixed some asm build problems and feature detection bugs. * Interface changes relative to the 1.6.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GCRY_MD_FLAG_BUGEMU1 NEW (minor API change).
2014-02-03Updated security/caff to 1.1.5wiz2-3/+3
2014-02-03Update to 1.1.5: bugfixes, e.g. for perl-5.18 compat.wiz2-7/+6
2014-02-03Updated fonts/harfbuzz to 0.9.26wiz2-3/+3
2014-02-03Update to 0.9.26:wiz3-7/+8
Overview of changes leading to 0.9.26 Thursday, January 30, 2014 ===================================== - Misc fixes. - Fix application of 'rtlm' feature. - Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH. - New header: hb-ot-shape.h - Uniscribe: fix scratch-buffer accounting. - Reorder Tai Tham SAKOT to after tone-marks. - Add Hangul shaper. - New files: hb-ot-shape-complex-hangul.cc hb-ot-shape-complex-hebrew.cc hb-ot-shape-complex-tibetan.cc - Disable 'cswh' feature in Arabic shaper. - Coretext: better handle surrogate pairs. - Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE.
2014-02-03Updated misc/py-anki2 to 2.0.22wiz2-3/+3
2014-02-03Update to 2.0.22:wiz2-6/+6
Fix a regression in the type-answer feature where multiple clozes were not presented in order. Some tweaks to the SuperMemo importer, thanks to jmaatta.
2014-02-03Updated misc/dialog to 1.2.20140112wiz2-3/+3
2014-02-03Update to 20140112:wiz2-6/+6
2014/01/12 + improve calculation for amount to scroll in programbox when an "Ok" button might obscure part of the data (report by Florent Rougon). + modify program to permit --separate-output to be used with buildlist and treeview widgets (report by Florent Rougon). + add list-height parameter to manpage description of --buildlist (report by Florent Rougon). + minor fixes to dialog.1 manpage; the reported problem was actually fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason). + add a "Hello World" example to dialog.3 manpage (prompted by discussions with Dustin Oprea, Kevin Ingwersen). + correct comparison in dlg_lookup_key() so that using "bindkey" with a "*" wildcard parameter works as documented (report by Stewart Benedict). + updated configure macros, fixes for clang and mingw. + update config.guess, config.sub
2014-02-03Updated x11/xtrans to 1.3.3wiz2-3/+3
2014-02-03Update to 1.3.3:wiz2-6/+6
Changes: Gaetan Nadon (3): xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT Hans de Goede (1): xtrans 1.3.3 Jon TURNEY (1): Add TransIsListening() Mark Kettenis (3): Remove unused static inlines Fix alignment issues in FD passing code Don't restrict FD passing to Linux & Solaris Ɓukasz Stelmach (2): Define TRANS_RECEIVED flag for transports Enable systemd socket activation
2014-02-03Mark as not ready for python-3.x.wiz3-4/+9
finch does not compile with python-3.3. Since libpurple is not versioned and finch pulls it in, we have to mark libpurple too, and then pidgin because of libpurple. It's all one codebase anyway...
2014-02-03Recursive revbump from libxkbcommon 0.4.0 updateryoon47-75/+94
2014-02-03Fix doc option packagingryoon1-1/+95
2014-02-03regenwiz2-107/+137
2014-02-03Remove seldomly needed packages from introduction.wiz1-13/+28
Add a section about HTTPS, since it really is a FAQ.
2014-02-03Updated x11/libxkbcommon to 0.4.0ryoon2-3/+3
2014-02-03Update to 0.4.0ryoon5-99/+37
CHangelog: libxkbcommon 0.4.0 ================== - Add a new add-on library, xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. See the xkbcommon/xkbcommon-x11.h header file for more details. This library requires libxcb-xkb >= 1.10, and is enabled by default. It can be disabled with the --disable-x11 configure switch. Distributions are encouraged to split the necessary files for this library (libxkbcommon-x11.so, xkbcommon-x11.pc, xkbcommon/xkbcommon-x11.h) to a separate package, such that the main package does not depend on X11 libraries. - Fix the keysym <-> name lookup table to not require huge amounts of relocations. - Fix a bug in the keysym <-> name lookup, whereby lookup might fail in some rare cases. - Reduce memory usage during keymap compilation. - New API: New keysyms from xproto 7.0.25 (German T3 layout keysyms). XKB_MOD_NAME_NUM for the usual NumLock modifier. xkb_x11_* types and functions, XKB_X11_* constants.
2014-02-03Add comment on how to fetch the distfile, if "make fetch" failspettai1-2/+5
2014-02-03Note update of Contao pacakges:taca1-1/+5
www/contao211 2.11.14 www/contao211-example 2.11.14 www/contao32 3.2.5 [taca 2014-02-03] www/contao32-example 3.2.5 [taca 2014-02-03]
2014-02-03Update contao32 to 3.2.5, including fix for CVE-2014-1860.taca2-9/+6
* pkgsrc change: remove obsolete lines for contao31. Version 3.2.5 (2014-02-03) -------------------------- ### Fixed Correctly load the parent pages in the navigation modules (see #6696). ### Fixed Correctly encode URLs with GET parameters in the syndication links (see #6683). ### Fixed Do not pass POST data to the `deserialize()` function, so it is not vulnerable to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695). ### Fixed Allow any character in passwords, especially the less-than symbol (see #6447). ### Fixed Purge the image cache if a file is being renamed (see #6641). ### Fixed Preserve tags in custom CSS definitions (see #6667). ### Fixed Make the swipe CSS selectors more specific (see #6666). ### Fixed Correctly optimize floating-point numbers in style sheets (see #6674).
2014-02-03Update contao211 package to 2.11.14, fix for CVE-2014-1860.taca2-6/+6
Version 2.11.14 (2014-02-03) ---------------------------- ### Fixed Do not pass POST data to the `deserialize()` function, so it is not vulnerable to PHP object injection. Thanks to Pedro Ribeiro for his input (see #6695).
2014-02-03dnscheck-1.54pettai2-10/+13
============= Some extracts from the git log: * Add new DNSKEY algorithms registered by IANA * Add AUTH checking over both UDP and TCP. [Fixes #80] * New queue dispatch * Clean out dead code, add tests to new code and add log entries. [Closes #89] * Log when an AS prefix is discarded * Add simple command-line tool to add domains to the dispatcher queue * Add callback functionality to logger * Perl 5.18 fix (hash key order randomization) * The authoritative servers for ARPA are the root servers, which caused problems for our parent-finding algorithm. Worked around by special -casing so that single-label names always return root as the parent. [Closes #92] * Make allowed maximum NSEC3 iterations a policy parameter * Detect DNSCurve-supporting nameservers * Significant improvements to glue checking * Fix for referral check under undelegated * More tests for new glue-checking code * Detect names in domains reserved by IANA (RFC 6761). [Closes #96] * Log messages for reserved ASs. [Closes #97]
2014-02-03Updated devel/mercurial to 2.9wiz1-1/+2
2014-02-03Update to 2.9:wiz3-9/+15
1. Mercurial 2.9 (2014-02-01) This is a regularly-scheduled feature release. aliases: make "_checkshellalias()" invoke "findcmd()" with "strict=True" backout: add a message after backout that need manual commit backout: avoid update on simple case bash_completion: add completion for deleting a shelve bash_completion: add global support for -B|--bookmark bash_completion: add global support for -b|--branch bisect: --command without --noupdate should flag the parent rev it tested bookmarks: allow push -B to create a new remote head (issue2372) branchmap: cache open/closed branch head information cat: increase perf when catting single files changectx: increase perf of walk function clone: do not turn hidden changeset public on publishing clone (issue3935) convert: use branchmap to change default branch in destination (issue3469) date: allow %z in format (issue4040) diff: search beyond ancestor when detecting renames hgweb: infinite scroll support for coal, gitweb, and monoblue styles merge: consider successor changesets for a bare update patch: add support for git delta hunks phase: properly compute ancestors of --rev on push (issue3786) rebase: abort cleanly when we encounter a damaged rebasestate (issue4155) rebase: do not crash in panic when cwd disapear in the process (issue4121) record: --user/-u now works with record when ui.username not set (issue3857) record: re-enable whitespace-ignoring options relink: abort earlier when on different devices (issue3916) strip: add faster revlog strip computation subrepo: check phase of state in each subrepositories before committing subrepo: make it possible to update to hidden subrepo revisions subsettable: move from repoview to branchmap, the only place it's used templater: selecting a style with no templates does not crash (issue4140) update: consider successor changesets when moving active bookmark url: added authuri when login information is requested (issue3209)
2014-02-03+py-sqlsoup; Packaged originally in pkgsrc-wip by: kamelderouiche@yahoo.comrodent1-1/+2
2014-02-03Added databases/py-sqlsoup version 0.9.0rodent1-1/+2