Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 13:10:46 UTC Now

2013-03-28 08:47:06 UTC MAIN commitmail json YAML

2013-03-27 22:16:42 UTC MAIN commitmail json YAML

Add DIST_SUBDIR because upstream switched the tarball contents without
changing the version number.

Caution not to update pkgsrc for a week after an upstream release to
avoid this in the future.

(gdt)

2013-03-27 16:36:43 UTC MAIN commitmail json YAML

2013-03-27 12:08:24 UTC MAIN commitmail json YAML

Also update the corresponding RRL patch + distinfo file

(pettai)

2013-03-27 12:03:55 UTC MAIN commitmail json YAML

Also update the corresponding RRL patch + distinfo file

(pettai)

2013-03-27 11:18:20 UTC MAIN commitmail json YAML

> ERROR: devel/deforaos-coder/Makefile:5: Invalid category "wip".
wip -> devel; Fixed.

(rodent)

2013-03-27 10:16:11 UTC MAIN commitmail json YAML

2013-03-27 09:33:01 UTC MAIN commitmail json YAML

Remove an addition to configure.in that is a remnant of when xulrunner was
been built with it's own nspr and nss.

The code remnant stop firefox10 from building because it was trying to set
NSPR_LIBS using pkg-config from the non-existent 'mozilla-nspr' package.

(sbd)

2013-03-27 00:35:11 UTC MAIN commitmail json YAML

Note update of net/bind97 package to 9.7.7nb5.

(taca)

2013-03-27 00:34:32 UTC MAIN commitmail json YAML

Disable use of regex.h for fixing CVE-2013-2266.

Bump PKGREVISION.

(taca)

2013-03-26 23:34:35 UTC MAIN commitmail json YAML

2013-03-26 23:32:50 UTC MAIN commitmail json YAML

Don't call libtool --mode=finish without argument. Fix a sign cast to
avoid a clang warning made fatal by -Werror.

(joerg)

2013-03-26 23:31:49 UTC MAIN commitmail json YAML

Don't call libtool --mode=finish without argument, this will be fatal
with the next version.

(joerg)

2013-03-26 23:30:47 UTC MAIN commitmail json YAML

2013-03-26 23:27:09 UTC MAIN commitmail json YAML

The wv2 headers has a transitive closure defining a prototype with
signal as parameter name. This conflicts with the Qt macro of the same
name, so include the header earlier.

(joerg)

2013-03-26 22:13:48 UTC MAIN commitmail json YAML

Note update of bind98 and bind99 packages.

net/bind99 9.9.2pl2
net/bind98 9.8.4pl2

(taca)

2013-03-26 22:12:56 UTC MAIN commitmail json YAML

Update bind98 to 9.8.4pl2 (BIND 9.8.4-P2).

--- 9.8.4-P2 released ---

3516. [security] Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]

(taca)

2013-03-26 22:12:14 UTC MAIN commitmail json YAML

Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2).

--- 9.9.2-P2 released ---

3516. [security] Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]

(taca)

2013-03-26 20:26:18 UTC MAIN commitmail json YAML

Keep in sync with OpenBSD: add octeon port.
>From jmc@openbsd.

(wiz)

2013-03-26 20:23:43 UTC MAIN commitmail json YAML

Forgot to bump the revision. This is a leaf package, so it is ok during
the freeze.

(bsiegert)

2013-03-26 20:22:50 UTC MAIN commitmail json YAML

Use the netdb_1thread resolver, fixes PR pkg/33105.

(bsiegert)

2013-03-26 20:21:38 UTC MAIN commitmail json YAML

Document the dependencies for building the guide from source.
Closes PR/31473.

(wiz)

2013-03-26 20:11:19 UTC MAIN commitmail json YAML

2013-03-26 16:29:43 UTC MAIN commitmail json YAML

Note update of ISC DHCP packages to 4.2.5p1 (fixing CVE-2013-2266):

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2013-03-26 16:25:06 UTC MAIN commitmail json YAML

Update ISC DHCP packages to 4.2.5p1 (4.2.5-P1).
isc-dhclient4
isc-dhcp4
isc-dhcpd4
isc-dhcrelay4

(taca)

2013-03-26 15:11:36 UTC MAIN commitmail json YAML

Respond to wiz's code review:

* In test, match the "make makesum" warning more loosely.
* In test, find packages to run against in $PKGSRCDIR explicitly.
* Bump version.

This is the last commit in a set developed for my "Rehabilitating
pkglint" talk at pkgsrcCon 2013.

Reviewed-at-pkgsrcCon-and-approved-during-the-freeze-by: wiz

(schmonz)

2013-03-26 15:11:20 UTC MAIN commitmail json YAML

Excessive self-grepping causes bugginess. Don't!

This regex almost certainly didn't intend to match an occurrence
of "ARRAY" in PkgLint::Line, but it did match.

(schmonz)

2013-03-26 15:11:05 UTC MAIN commitmail json YAML

Mechanically refactor vartype_basic to dispatch table.

Leave the silly self-grep in place, adjusting to also match the
lines that initialize the dispatch table. The underlying code is
better and the tests still pass. (No functional change intended.)

(schmonz)

2013-03-26 15:10:32 UTC MAIN commitmail json YAML

Bag-compare all vartypes_basictypes, not just two.

pkglint greps itself (really) to generate this list of types. Test
exhaustively for all types in the list today, so that the tested
code can become more civilized tomorrow. Adds a test-time dependency
on Test::Deep for cmp_bag().

(schmonz)

2013-03-26 15:10:03 UTC MAIN commitmail json YAML

Declare package pkglint (not main) in pkglint.pl.

This is more correct and more polite. For instance, pkglint.t no
longer needs to declare a package of its own just for tests.

(schmonz)

2013-03-26 15:09:35 UTC MAIN commitmail json YAML

Subst paths for both test and install.

In the configure stage, tell pkglint to find *.map in ${FILESDIR}.
That lets tests run even when pkglint isn't installed (which means
it also makes the tests less wrong when pkglint is installed!).

In the install stage, tell pkglint to find *.map under ${PREFIX},
as before (no functional change to the installed package).

Specify USE_TOOLS=perl to quell pkglint. :-)

(schmonz)

2013-03-26 15:08:53 UTC MAIN commitmail json YAML

Document the need for many more automated tests.

(schmonz)

2013-03-26 15:08:30 UTC MAIN commitmail json YAML

Extract PkgLint::* to files, then inline them.

These bits of non-main functionality are distracting to the casual
reader, and also to your intrepid refactorer. Since we recently
added some characterization tests that run the pkglint executable
against real packages, we can safely extract bits of code to separate
files and prove nothing broke in the move.

Instead of installing the new Perl modules where pkglint can find
them at runtime, I've added a build step to inline them right back
where they used to be (same order and everything). This is a little
annoying, but less annoying than suddenly needing to deal with Perl
runtime paths just for these few tiny modules. Also, loading modules
at runtime would affect pkglint's performance, and I don't yet have
performance tests to prove that this would be fine (or not), so I
can't safely do it.

No functional change intended.

(schmonz)

2013-03-26 15:05:28 UTC MAIN commitmail json YAML

Sanity-check pkglint on some reference packages.

(schmonz)

2013-03-26 15:04:30 UTC MAIN commitmail json YAML

Give test_unit() better defaults for easier calling.

This is the first commit in a set developed for my "Rehabilitating
pkglint" talk at pkgsrcCon 2013.

Reviewed-at-pkgsrcCon-and-approved-during-the-freeze-by: wiz

(schmonz)

2013-03-26 14:38:12 UTC MAIN commitmail json YAML

Remove for-debugging .include.

(hauke)

2013-03-26 14:35:00 UTC MAIN commitmail json YAML

Upstream patches do not fix PR pkg/46555, so don't attempt to build on
64 bit time_t NetBSD.

(hauke)

2013-03-26 14:02:40 UTC MAIN commitmail json YAML

Updated games/onscripter to 20130317

(tsutsui)

2013-03-26 14:01:56 UTC MAIN commitmail json YAML

Update onscripter to 20130317. (leaf package bug fix)

Upstream changes summary (only Japanese log available)

20130317
- fix a bug introduced in 20130223, failure of loading savefile
  when there are too many characters in the backlog text buffer

(tsutsui)

2013-03-26 13:54:53 UTC MAIN commitmail json YAML

Simh revision bumped: vmb.exe was not installed accidently

(martin)

2013-03-26 13:53:42 UTC MAIN commitmail json YAML

Fix whitespace in PLIST and bump pkg revision, requested by wiz

(martin)

2013-03-26 13:43:19 UTC MAIN commitmail json YAML

Install vmb.exe - it is required to run the VAX 780 emulation

(martin)

2013-03-26 12:27:01 UTC MAIN commitmail json YAML

fixes Removed...successor format for emulators/ski-bin (hi wiz).

(obache)

2013-03-26 12:22:56 UTC MAIN commitmail json YAML

Updated graphics/gimp-ufraw to 0.19.2

(gdt)

2013-03-26 12:22:42 UTC MAIN commitmail json YAML

Update to 0.19.2.

Upstream NEWS is "Bug fix release"; diffs to 0.19.1 are minor.

(leaf package, and ok wiz@ to update in freeze)

(gdt)

2013-03-26 11:41:16 UTC MAIN commitmail json YAML

Updated lang/tcl-expect to 5.45.0nb1

(jperkin)

2013-03-26 11:41:02 UTC MAIN commitmail json YAML

Fix generation of libexpect545.a.  Ok'd by wiz@ during freeze.

Bump PKGREVISION.

(jperkin)

2013-03-26 09:37:22 UTC MAIN commitmail json YAML

2013-03-26 09:19:59 UTC MAIN commitmail json YAML

+ accerciser-3.8.0, cheese-3.8.0, clutter-1.14.0, gdl-3.8.0,
  gnome-keyring-3.8.0, gtk3-3.8.0, libgee-0.10.0, libgnome-keyring-3.8.0,
  php-tt-rss-1.7.5, py-gobject3-3.8.0, seahorse-3.8.0,
  seahorse-nautilus-3.8.0, vinagre-3.8.0, vino-3.8.0.

(wiz)

2013-03-26 08:17:22 UTC MAIN commitmail json YAML

2013-03-26 08:02:51 UTC MAIN commitmail json YAML

Needs xgettext

(sbd)

2013-03-25 21:58:35 UTC MAIN commitmail json YAML

+ harfbuzz-0.9.14, libebml-1.3.0, libffi-3.0.13, libmatroska-1.4.0,
  mono-3.0.7, py-pytz-2013b, py-simplejson-3.1.2, x264-devel-20130323.

(wiz)

2013-03-25 17:58:32 UTC MAIN commitmail json YAML

Convert -shared to -dynamiclib on OSX 10.5.  Greatly helps my bulk
builds.

(jperkin)

2013-03-25 14:09:17 UTC MAIN commitmail json YAML

stuff from yesterday

(dholland)

2013-03-25 12:55:05 UTC MAIN commitmail json YAML

2013-03-25 11:46:08 UTC MAIN commitmail json YAML

Fix package for Cygwin. From Makoto Fujiwara in PR 47691

(wiz)

2013-03-25 10:19:23 UTC MAIN commitmail json YAML

Updated editors/se to 3.0.1

(tcort)

2013-03-25 10:15:09 UTC MAIN commitmail json YAML

Updated during the freeze to fix security issue noted at:
http://se-editor.org/security/SE-SA-2013-001.txt

OK by obache.

(tcort)

2013-03-25 10:09:04 UTC MAIN commitmail json YAML

USE_FEATURES must come before bsd.prefs.mk is included.

(sbd)

2013-03-25 09:52:33 UTC MAIN commitmail json YAML

Only run the post-install target if it's needed.

(sbd)

2013-03-25 09:46:43 UTC MAIN commitmail json YAML

Add missing termcap.buildlink3.mk

(sbd)

2013-03-25 09:41:01 UTC MAIN commitmail json YAML

Fix grammatical errors

(sborrill)

2013-03-25 09:40:29 UTC MAIN commitmail json YAML

Fix grammatical errors

(sborrill)

2013-03-25 08:47:14 UTC MAIN commitmail json YAML

The lib/xulrunner-sdk directory disapered with the 16.0.1 update.

(sbd)

2013-03-25 07:46:41 UTC MAIN commitmail json YAML

Make xview-lib as not available for linux

(sbd)

2013-03-25 07:41:02 UTC MAIN commitmail json YAML

2013-03-25 07:27:55 UTC MAIN commitmail json YAML

back out previous change: this package belongs to poppler016, not poppler

(spz)

2013-03-25 06:13:33 UTC MAIN commitmail json YAML

PLIST fixes:
- update ${PLIST.jemalloc} files.
- Add PLIST.Linux file and move all webrtc and sps files to it.
- remove webrtc from PLIST_VARS.
- remove duplicate ivorbiscodec.h entry.

(sbd)

2013-03-25 04:12:41 UTC MAIN commitmail json YAML

Note security fix for net/tnftpd-20130325

(agc)

2013-03-25 04:11:25 UTC MAIN commitmail json YAML

Security fix to tnftpd, to bring the version to 20130325.

Differences from previous 20100324 version:

Mon Mar 25 03:51:20 UTC 2013 lukem

* Fix incorrect use of test(1) in configure.

Fri Mar 22 09:00:00 UTC 2013 lukem

* Release as "tnftpd 20130322"

* Update build framekwork to autoconf 2.69, automake 1.11.1,
  libtool 2.4.2.

* Replace glob with newer copy from NetBSD that does not suffer
  from DoS exhaustion attacks.
  Fix in NetBSD from Maksymilian Arciemowicz.  See CVE-2010-2632

* Update to NetBSD-ftpd 20130321:
* Fix warnings and build issues
* Fix memcpy usage
* Fix remote crash (fix was already pulled up manually to
  tnftpd 20100324).  PR/43023 from Bruce Cran.
* Reduce priority of syslog message if getpeername returns
  ENOTCONN.  PR/18934 from Greg A Woods.

pkgsrc changes - use pkgsrc libtool and add LICENSE

(agc)

2013-03-25 02:55:59 UTC MAIN commitmail json YAML

2013-03-25 01:59:03 UTC MAIN commitmail json YAML

2013-03-25 01:24:54 UTC MAIN commitmail json YAML

Add a (hopefully) prominent note to the start of the CHANGES file that pkgsrc
is in a frozen state right now, in preparation for the pkgsrc-2013Q1 branch.

(agc)

2013-03-25 00:34:50 UTC MAIN commitmail json YAML

remove ncursesw termcap sub I accidentally committed

(mspo)

2013-03-24 21:10:50 UTC MAIN commitmail json YAML

The PKG_BUILD_OPTIONS suffix must match the pkgbase.  Make it so.

(dsainty)

2013-03-24 20:10:31 UTC MAIN commitmail json YAML

qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan
Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.

(schmonz)

2013-03-24 18:35:04 UTC MAIN commitmail json YAML

2013-03-24 18:34:47 UTC MAIN commitmail json YAML

Remove ocamlduce; it is unbuildable, dead upstream, and the maintainer
said quite a ways back to just kill it.

(dholland)

2013-03-24 18:09:45 UTC MAIN commitmail json YAML

Updated x11/x3270 to 3.3.12ga12

(gls)

2013-03-24 18:05:19 UTC MAIN commitmail json YAML

Update x11/x3270 to 3.3.12ga12.

Contains the fix for CVE-2012-5662.

Upstream changes:
-----------------

    [All] Added logic to verify the name in the host certificate.
    [All] Pass all SSL-related parameters to the pr3287 session.
    [x3270] On the Connect menu, made the recent host list a
pull-right sub-menu, if there is an ibm_hosts file in use.
    [x3270] The -trace option now implies event tracing as well.
    [x3270] Spaces are now allowed in the file transfer dialog local
file name.
    [all] Corrected issues when invalid Unicode characters are encountered
during a file transfer.
    [x3270, wc3270] Corrected a crash when tracing without a file, when
the monitor window was closed.
    [all] Changed the CGCSGID for cp930 (Japanese) 0x080b012c
(2059, 300) to 0x0172012c (370, 300).

(gls)

2013-03-24 17:18:54 UTC MAIN commitmail json YAML

2013-03-24 17:18:27 UTC MAIN commitmail json YAML

Remove ski-bin -- download links broken, and since 2007 the homepage suggests
using emulators/ski instead.

(wiz)

2013-03-24 17:06:06 UTC MAIN commitmail json YAML

Reference the local libaubio.la to make sure relinking works.

(joerg)

2013-03-24 17:05:03 UTC MAIN commitmail json YAML

2013-03-24 17:04:58 UTC MAIN commitmail json YAML

2013-03-24 17:04:02 UTC MAIN commitmail json YAML

2013-03-24 17:03:15 UTC MAIN commitmail json YAML

2013-03-24 17:02:37 UTC MAIN commitmail json YAML

2013-03-24 17:02:17 UTC MAIN commitmail json YAML

2013-03-24 17:00:53 UTC MAIN commitmail json YAML

2013-03-24 17:00:30 UTC MAIN commitmail json YAML

texk/web2c/luatexdir/lua/lepdflib.cc needs one little teak more for
poppler 0.22

(spz)

2013-03-24 16:59:43 UTC MAIN commitmail json YAML

2013-03-24 16:58:29 UTC MAIN commitmail json YAML

2013-03-24 16:57:13 UTC MAIN commitmail json YAML

2013-03-24 16:56:32 UTC MAIN commitmail json YAML

2013-03-24 16:56:26 UTC MAIN commitmail json YAML

poppler-includes and the buildlink3.mk escaped commit with the
poppler 0.20.5 -> 0.22.2 update; fix that

(spz)

2013-03-24 16:55:49 UTC MAIN commitmail json YAML

2013-03-24 16:54:59 UTC MAIN commitmail json YAML

Don't define static modfl and friends, it now conflicts with math.h.
Use our libltdl to avoid the libc.la hack.

(joerg)

2013-03-24 16:52:35 UTC MAIN commitmail json YAML

2013-03-24 16:51:35 UTC MAIN commitmail json YAML

Require GNU make and drop MAKE_JOBS_SAFE=no.

(joerg)

2013-03-24 16:51:08 UTC MAIN commitmail json YAML

pkgsrc/net/DarwinStreamingServer/Makefile@1.12 / diff
pkgsrc/net/DarwinStreamingServer/distinfo@1.4 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-APIModules_QTSSAdminModule_AdminElementNode.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-APIModules_QTSSMP3StreamingModule_QTSSMP3StreamingModule.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-APIModules_QTSSReflectorModule_QTSSReflectorModule.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-CommonUtilitiesLib_EventContext.h@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-CommonUtilitiesLib_Task.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-CommonUtilitiesLib_Task.h@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-QTFileTools_QTBroadcaster.tproj_QTBroadcaster.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-Server.tproj_main.cpp@1.1 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ab@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ac@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ad@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ae@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-af@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ag@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ah@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-ai@1.2 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-aj@1.3 / diff
pkgsrc/net/DarwinStreamingServer/patches/patch-al@1.3 / diff
      :
(more 9 files)
Fetch is no longer interactive. Allow building on 64bit platforms, even
if it is likely not going to run. Fix CONF_FILES.

(joerg)

2013-03-24 16:49:44 UTC MAIN commitmail json YAML

Fix one problem for the build with Clang, 99 more problems on the wall.

(joerg)

2013-03-24 16:48:17 UTC MAIN commitmail json YAML

Don't try to use weak aliases.

(joerg)

2013-03-24 16:47:47 UTC MAIN commitmail json YAML

2013-03-24 16:46:37 UTC MAIN commitmail json YAML

2013-03-24 16:45:56 UTC MAIN commitmail json YAML

2013-03-24 16:44:37 UTC MAIN commitmail json YAML

2013-03-24 16:42:11 UTC MAIN commitmail json YAML

2013-03-24 16:21:56 UTC MAIN commitmail json YAML

Needs asciidoc as well as xmlto; however, xmlto is only used at build time.
PKGREVISION -> 1

(dholland)

2013-03-24 16:12:33 UTC MAIN commitmail json YAML

Add xmlto to BUILD_DEPENDS; seen in Joerg's build.

(dholland)

2013-03-24 16:10:45 UTC MAIN commitmail json YAML

Fixed local username as NetBSD username typo.

(rodent)

2013-03-24 16:08:01 UTC MAIN commitmail json YAML

Updated net/wpa_gui to 2.0

(rodent)

2013-03-24 16:07:32 UTC MAIN commitmail json YAML

Updated net/wpa_supplicant to 2.0

(rodent)

2013-03-24 16:02:57 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.1.9

(tsutsui)

2013-03-24 16:02:13 UTC MAIN commitmail json YAML

Update mlterm to 3.1.9. (leaf package minor update)

Changes per doc/en/ReleaseNote:

ver 3.1.9
* Remove --enable-sixel option from configure, and add --disable-image option.
  That is, support sixel graphics by default unless configure with
  --disable-image option. (tool/w3m-remoteimg which doesn't depend on sixel
  graphics but on OSC 5379 show_picture also works on mlterm by default.)
* Separate SSH client functions to a dynamically loaded module (libptyssh)
  in platforms except win32.
* Treat key strings of "main" configuration file case-insensitively.
  (Both encoding=utf8 and ENCODING=utf8 are available.)
* Assign -M and -P options as the short options of --im and --clip.
* Add "allow_change_shortcut" (--shortcut) option which enables "set_shortcut"
  command of configuration protocol.
* Bug fixes:
  Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on.
  Fix the bug which disabled input and output of pty when configuration program
  such as mlconfig is started.
  Encode input character masked with 0x80 to the character encoding of pty
  if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev)
  Fix the bug which disabled Alt+symbol and Control+@ in win32.
  Fix the bug which disabled some shortcut key settings.

(tsutsui)

2013-03-24 15:19:54 UTC MAIN commitmail json YAML

2013-03-24 15:15:09 UTC MAIN commitmail json YAML

Remove another wrong CONFLICTS. sigh

(dholland)

2013-03-24 14:33:15 UTC MAIN commitmail json YAML

2013-03-24 14:17:31 UTC MAIN commitmail json YAML

Pull-up leaf package. Half-way resolves PR pkg/47605. OK'd by wiz@ in
private mail. Diffs were provided in PR.

(rodent)

2013-03-24 13:27:13 UTC MAIN commitmail json YAML

Updated www/py-flask-admin to 1.0.5.

(kleink)

2013-03-24 13:24:27 UTC MAIN commitmail json YAML

Update py-flask-admin to 1.0.5.

1.0.5
* SQLAlchemy 0.8 support
* Choices and PostgreSQL Enum field type support
* Flask-BabelEx will be used to localize administrative interface
* Simple text file editor
* File admin has additional hooks: rename, edit, upload, etc
* Simple text file editor
* External links in menu
* Column descriptions
* Possibility to override master template
* Reworked templates. New 稷ayout� sample with completely different
  administrative UI
* Ability to customize wtforms widget rendering through form_widget_args
  property
* German translation (WIP)
* Updated documentation
* Lots of bug fixes

(kleink)

2013-03-24 11:30:11 UTC MAIN commitmail json YAML

SunOS needs -lm.  Doesn't fix the build, but gets us further.

(jperkin)

2013-03-24 10:55:08 UTC MAIN commitmail json YAML

2013-03-24 09:11:01 UTC MAIN commitmail json YAML

Fixing path to python with python is being call from a python script.

(sbd)

2013-03-24 09:00:04 UTC MAIN commitmail json YAML

2013-03-24 07:11:19 UTC MAIN commitmail json YAML

mention the poppler update

(spz)

2013-03-24 07:09:26 UTC MAIN commitmail json YAML

Fix the following vulnerabilities:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1788
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1789
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1790
by updating to the latest stable version.

Changes against 0.22.1:
core:
  * Correct rendering of underline and strike out annotations (Bug #61518)
  * Workaround broken jpeg stream definitions (Bug #61994)
  * SplashOutputDev: Restore CTM on early exits (Bug #61413)
  * SplashOutputDev: Make sure we don't try to paint in x < 0 (KDE Bug #315432)
  * Fix latin page labels. (Bug #61034)
  * Fix compilation with jpeglib9
  * Fix minor valgrind warning

utils:
  * pdfimages: Fix extraction of some images (Bug #61168)

build system:
  * Fix the build with automake-1.13

Changes against 0.22.0:
core:
* Fix crash in some pdf files when extracting text (Bug #59561)
* Fix crashes in wrongly formed files
* Fix wrong warning when opening some files (Bug #58966)

build system:
* Improve autoconf jpeglib.h detection (Bug #59186)

Changes against 0.20 include

Release 0.22.0
core:
* Fix crash in invalid files that define a <= 0 bits per image value
* Fix a few issues in JPX decoding when not using OpenJPEG
* TextOutputDev: Use page size for max value in TextPage::visitSelection
* Fix typo in error message

utils:
* Fix pdfunite regression (Bug #58569)
* Demo fixes and improvements

misc:
* pdf-inspector improvements

Release 0.21.4
core:
* SplashOutputDev: Fix crash when rendering in monochrome mode
* SplashOutputDev: Fix line widths in monochrome mode (Bug #57294)
* PSOutputDev: Fix crop on EPS conversion (Bug #30692)
* TextOutputDev: Fix minor logic mistake
* Fix assert on some malformed files (Bug #58257)
* Move #include "jpeglib.h" into .cc file (Bug #57687)
* Filter text that may end up being written to the shell
* Fix windows compile warnings

glib:
* Add poppler_annot_set_flags (Bug #58015)
* Demo fixes and improvements

qt4:
* Fix check_lexer on 32-bit systems

Release 0.21.3
core:
* Splash: Implement bilinear image scaling (Bug #22138)
* CairoOutputDev: Update fill and stroke color in startPage (Bug #54526)
* Fix GooString::insert()
* Allow large chars in TextPage
* Fix crash on ActualText::end
* Don't use memcpy to copy classes
* Fix warnings

glib:
* Check if words end with spaces (Bug #54504)
* Ensure text is only computed on first render
* Fix warnings while generating introspection file
* Fix returns tag in PopplerAttachmentSaveFunc api doc
* Minor demo fixes

Release 0.21.2
core:
* CairoOutputDev: make drawImage work with images > 32767 in width/height
(Bug #56858)
* CairoOutputDev: Fix soft mask when image resolution != smask resolution
(Bug #57070)
* CairoOutputDev: Fix crash in CairoImageOutputDev with
setSoftMaskFromImageMask (Bug #57067)
* Remove a check on fonts that we don't need (Bug #56753)
* Misc code cleanups

utils:
* pdftocairo: Add tiff output support (Bug #57006)
* pdfunite: Fix -v (Bug #56817)
* Misc code cleanups

Release 0.21.1
core:
* Annotation improvements
* Form improvements
* CairoImageOutputDev: Support parameterized Gouraud shading (Bug #56463)
* UTF validation fixes
* Do not call drawing routines if we don't need non text (Bug #54617)
* Fix Memory leak in CharCodeToUnicode (Bug #54702)

qt4:
* Make LinkRendition properties available (Bug #55378)
* Accessors for FormWidgetChoice::editChoice
* Implement overprint

Release 0.21.0
core:
* Support the modification of files with Encrypt
* Annotation improvements
* Form improvements
* Splash: Implement DeviceN support
* Splash: Avoid bogus memory error for tilingPattern
* TextOutputDev: Allow multiple fonts in a TextWord
* Kill the concept of base dir
* PSOutputDev: Always write HiResBoundingBox (Bug #53159)
* Convert UTF-16 to UCS-4 when reading toUnicode cmap
* GooString formatting: add support for uppercase hexadecimal
* Use error() instead of fprintf(stderr, ...) in Annot::layoutText
* poppler-config.h: remove WITH_FONTCONFIGURATION_* macros

glib:
* Annotation improvements
* Add poppler_page_remove_annot()
* Add poppler_document_new_from_stream
* Add poppler_document_new_from_gfile
* Add poppler_page_find_text_with_options (Bug #2951)
* Demo improvements
* Port tests and demo to GTK+3

qt4:
* Add accessor methods for movie poster information
* Make 'additional actions' available in Annotation API (Bug #53589)
* Add whole-page search method to Poppler::Page
* Small changes in tests

utils:
* pdftohtml: Make the output more xhtml compliant
* pdftohtml: Add -fontfullname. (Bug #49872)
* pdftohtml: Do not invoke gs anymore

build system:
* Add the possibility of using lcms1 even if lcms2 is installed
* Remove extra fontconfig CFLAGS and LIBS

(spz)

2013-03-23 19:29:51 UTC MAIN commitmail json YAML

2013-03-23 19:10:45 UTC MAIN commitmail json YAML

Readd i386 fix, but for Linux and NetBSD only.
Ok jperkin.

(wiz)

2013-03-23 19:00:31 UTC MAIN commitmail json YAML

update gits version to one that fixes http://secunia.com/advisories/52361/

Changelogs:

Fixes since v1.8.1.2
--------------------

* The attribute mechanism didn't allow limiting attributes to be
  applied to only a single directory itself with "path/" like the
  exclude mechanism does. The fix for this in 1.8.1.2 had
  performance degradations.

* Command line completion code was inadvertently made incompatible with
  older versions of bash by using a newer array notation.

* Scripts to test bash completion was inherently flaky as it was
  affected by whatever random things the user may have on $PATH.

* A fix was added to the build procedure to work around buggy
  versions of ccache broke the auto-generation of dependencies, which
  unfortunately is still relevant because some people use ancient
  distros.

* We used to stuff "user@" and then append what we read from
  /etc/mailname to come up with a default e-mail ident, but a bug
  lost the "user@" part.

* "git am" did not parse datestamp correctly from Hg generated patch,
  when it is run in a locale outside C (or en).

* Attempt to "branch --edit-description" an existing branch, while
  being on a detached HEAD, errored out.

* "git cherry-pick" did not replay a root commit to an unborn branch.

* We forgot to close the file descriptor reading from "gpg" output,
  killing "git log --show-signature" on a long history.

* "git rebase --preserve-merges" lost empty merges in recent versions
  of Git.

* Rebasing the history of superproject with change in the submodule
  has been broken since v1.7.12.

* A failure to push due to non-ff while on an unborn branch
  dereferenced a NULL pointer when showing an error message.

Also contains various documentation fixes.

Fixes since v1.8.1.3
--------------------

* "git imap-send" talking over imaps:// did make sure it received a
  valid certificate from the other end, but did not check if the
  certificate matched the host it thought it was talking to.

Also contains various documentation fixes.

Fixes since v1.8.1.4
--------------------

* Given a string with a multi-byte character that begins with '-' on
  the command line where an option is expected, the option parser
  used just one byte of the unknown letter when reporting an error.

* In v1.8.1, the attribute parser was tightened too restrictive to
  error out upon seeing an entry that begins with an ! (exclamation),
  which may confuse users to expect a "negative match", which does
  not exist. This has been demoted to a warning; such an entry is
  still ignored.

* "git apply --summary" has been taught to make sure the similarity
  value shown in its output is sensible, even when the input had a
  bogus value.

* "git clean" showed what it was going to do, but sometimes ended
  up finding that it was not allowed to do so, which resulted in a
  confusing output (e.g. after saying that it will remove an
  untracked directory, it found an embedded git repository there
  which it is not allowed to remove). It now performs the actions
  and then reports the outcome more faithfully.

* "git clone" used to allow --bare and --separate-git-dir=$there
  options at the same time, which was nonsensical.

* "git cvsimport" mishandled timestamps at DST boundary.

* We used to have an arbitrary 32 limit for combined diff input,
  resulting in incorrect number of leading colons shown when showing
  the "--raw --cc" output.

* The smart HTTP clients forgot to verify the content-type that comes
  back from the server side to make sure that the request is being
  handled properly.

* "git help remote-helpers" failed to find the documentation.

* "gitweb" pages served over HTTPS, when configured to show picon or
  gravatar, referred to these external resources to be fetched via
  HTTP, resulting in mixed contents warning in browsers.

Also contains various documentation fixes.

(spz)

2013-03-23 16:01:58 UTC MAIN commitmail json YAML

2013-03-23 12:23:25 UTC MAIN commitmail json YAML

Include uvm/uvm_extern.h if it exists. Required for NetBSD/current.

(joerg)

2013-03-23 12:22:15 UTC MAIN commitmail json YAML

2013-03-23 12:20:43 UTC MAIN commitmail json YAML

Don't override IBOutlet and IBAction on NetBSD, the compiler has them
already. Bump revision.

(joerg)

2013-03-23 12:19:14 UTC MAIN commitmail json YAML

Fix PLIST for Python 2.6.

(joerg)

2013-03-23 12:18:20 UTC MAIN commitmail json YAML

2013-03-23 10:17:18 UTC MAIN commitmail json YAML

Don't pollute /tmp and mysteriously fail, if the directory is still
populated from an earlier build.

(joerg)

2013-03-23 10:16:29 UTC MAIN commitmail json YAML

2013-03-23 10:15:26 UTC MAIN commitmail json YAML

2013-03-23 10:06:12 UTC MAIN commitmail json YAML

2013-03-23 10:04:36 UTC MAIN commitmail json YAML

2013-03-23 10:03:06 UTC MAIN commitmail json YAML

Snapshot version is 24.3.50.xxx, so check for < 24.3.50.

(joerg)

2013-03-22 21:03:50 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.16nb1

(ryoon)

2013-03-22 21:02:46 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Fix _res is not supported for multi-threaded programs. error.
  Reported by Jun Ebihara on tech-pkg@.

(ryoon)

2013-03-22 18:05:10 UTC MAIN commitmail json YAML

2013-03-22 13:41:32 UTC MAIN commitmail json YAML

2013-03-22 13:37:22 UTC MAIN commitmail json YAML

2013-03-22 13:29:42 UTC MAIN commitmail json YAML

2013-03-22 12:45:26 UTC MAIN commitmail json YAML

2013-03-22 12:18:01 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.2.1.1137

(obache)

2013-03-22 12:17:34 UTC MAIN commitmail json YAML

Update mikuter to 0.2.1.1137.
(and update description, comments)

* Ruby 2.0 support
* fix to display tweet when adding data source related plugins
* rare crash at drawing TL

(obache)

2013-03-22 08:43:31 UTC MAIN commitmail json YAML

As jperkin@ has used an "ugly hack" to fix solaris packaging, the same
ugly hack can be used to fix the same problem on Linux.

(sbd)

2013-03-22 05:07:51 UTC MAIN commitmail json YAML

+LICENSE; Fixes 1/3 of pkg/47387. Non-trivial change approved by wiz@ via
private mail.

(rodent)

2013-03-21 22:47:25 UTC MAIN commitmail json YAML

Revert previous. While it may fix NetBSD, it breaks SmartOS.

(wiz)

2013-03-21 11:17:12 UTC MAIN commitmail json YAML

On i386, set arch and tuning. Should address PR 47460.
Patch from Kai-Uwe Eckhardt <kai-uwe.eckhardt@uni-rostock.de>.

(wiz)

2013-03-21 06:53:37 UTC MAIN commitmail json YAML

Linux fixes:
  1) Install udev 60-openobex.rules config file.
  2) Add Linux plist entries.

(sbd)

2013-03-21 06:49:12 UTC MAIN commitmail json YAML

2013-03-21 06:46:42 UTC MAIN commitmail json YAML

Add doxygen build depends

(sbd)

2013-03-21 04:09:17 UTC MAIN commitmail json YAML

2013-03-21 04:05:41 UTC MAIN commitmail json YAML

2013-03-21 00:29:49 UTC MAIN commitmail json YAML

remove sandy due to the freeze

(mspo)

2013-03-21 00:29:05 UTC MAIN commitmail json YAML

2013-03-21 00:14:04 UTC MAIN commitmail json YAML

Updated editors/sandy to 0.4

(mspo)

2013-03-21 00:13:45 UTC MAIN commitmail json YAML

add sandy editor

(mspo)

2013-03-21 00:11:07 UTC MAIN commitmail json YAML

sandy is the editor from suckless.org

sandy is a simple ncurses text editor.

it has emacs-esque keybindings

(mspo)

2013-03-20 13:37:49 UTC MAIN commitmail json YAML

JIT is broken on NetBSD/i386, don't enable it by default on that platform

(drochner)

2013-03-20 13:11:46 UTC MAIN commitmail json YAML

Fix MASTER_SITES since they change organization of website.

(taca)

2013-03-20 09:13:07 UTC MAIN commitmail json YAML

+ Mesa-9.1.1, httping-2.0, libgcrypt-1.5.1, mpfr-3.1.2.

(wiz)

2013-03-20 07:25:37 UTC MAIN commitmail json YAML

keep default pthread related CFLAGS for Solaris.

(obache)

2013-03-20 06:54:42 UTC MAIN commitmail json YAML

2013-03-20 06:15:58 UTC MAIN commitmail json YAML

2013-03-20 06:08:44 UTC MAIN commitmail json YAML

2013-03-20 05:59:42 UTC MAIN commitmail json YAML

Updated inputmethod/scim-ccinput to 0.3.1nb15

(obache)

2013-03-20 05:59:01 UTC MAIN commitmail json YAML

fixes hard-coded localedir:
* fixes installation with PKGLOCALEDIR != share
* fixes runtime search path of locale data.

Bump PKGREVISION.

(obache)

2013-03-20 05:33:24 UTC MAIN commitmail json YAML

Register Solaris-specific file. Caught by bulk build at Joyent.

(asau)

2013-03-20 05:25:58 UTC MAIN commitmail json YAML

2013-03-20 03:05:50 UTC MAIN commitmail json YAML

libsocket and libnsl are required for SunOS.

(obache)

2013-03-20 01:29:25 UTC MAIN commitmail json YAML

refrect addtion of x11/motif as a MOTIF_TYPE

(obache)

2013-03-19 20:06:20 UTC MAIN commitmail json YAML

Updated parallel/hwloc to 1.5nb2

(sbd)

2013-03-19 20:06:10 UTC MAIN commitmail json YAML

2013-03-19 16:22:19 UTC MAIN commitmail json YAML

Note update of Ruby on Rails 3.2.13.
Security fix CVE-2013-1854, CVE-2013-1855, CVE-2013-1856 and CVE-2013-1857.

devel/ruby-activesupport32 3.2.13
devel/ruby-activemodel32 3.2.13
www/ruby-actionpack32 3.2.13
databases/ruby-activerecord32 3.2.13
www/ruby-activeresource32 3.2.13
mail/ruby-actionmailer32 3.2.13
devel/ruby-railties32 3.2.13
www/ruby-rails32 3.2.13

(taca)

2013-03-19 16:18:35 UTC MAIN commitmail json YAML

Update ruby-rails32 to 3.2.13.

Several security fixes.

(taca)

2013-03-19 16:17:50 UTC MAIN commitmail json YAML

Update ruby-railties32 to 3.2.13.

No change but except version; but guides/source/ajax_on_rails.textile
has removed.

## Rails 3.2.13 (Feb 17, 2013) ##

*  No changes.

(taca)

2013-03-19 16:16:54 UTC MAIN commitmail json YAML

Update ruby-actionmailer32 to 3.2.13.

No change except version; but dependency to ruby-mail has been updated.

## Rails 3.2.13 (Feb 17, 2013) ##

*  No changes.

(taca)

2013-03-19 16:15:33 UTC MAIN commitmail json YAML

Update ruby-activeresource32 to 3.2.13.

No change except version.

(taca)

2013-03-19 16:14:37 UTC MAIN commitmail json YAML

Update ruby-activerecord32 to 3.2.13.

This is part of security update of Ruby on Rails 3.2.13 and changes are
too many to write here.  Please refer CHANGELOG.md.

(taca)

2013-03-19 16:13:26 UTC MAIN commitmail json YAML

Update ruby-actionpack32 to 3.2.13.

This is part of security update of Ruby on Rails 3.2.13 and changes are
too many to write here.  Please refer CHANGELOG.md.

(taca)

2013-03-19 16:09:57 UTC MAIN commitmail json YAML

Update ruby-activemodel32 to 3.2.13.

## Rails 3.2.13 (Feb 17, 2013) ##

*  Specify type of singular association during serialization *Steve Klabnik*

(taca)

2013-03-19 16:09:01 UTC MAIN commitmail json YAML

Update ruby-activesupport32 to 3.2.13.

## Rails 3.2.13 (Feb 17, 2013) ##

*  Fix DateTime comparison with DateTime::Infinity object.
    *Dan Kubb*

*  Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
    The encoding scheme was broken for unicode characters outside the basic
    multilingual plane; since json is assumed to be UTF-8, and we already force
    the encoding to UTF-8 simply pass through the un-encoded characters.
    *Brett Carter*

*  Fix mocha v0.13.0 compatibility. *James Mead*

*  `#as_json` isolates options when encoding a hash. [Backport #8185]
    Fix #8182
    *Yves Senn*

*  Handle the possible Permission Denied errors atomic.rb might trigger due to
    its chown and chmod calls. [Backport #8027]
    *Daniele Sluijters*

(taca)

2013-03-19 16:08:08 UTC MAIN commitmail json YAML

Start update of Ruby on Rails 3.2.13.

(taca)

2013-03-19 15:49:48 UTC MAIN commitmail json YAML

2013-03-19 15:48:29 UTC MAIN commitmail json YAML

Update to 1.16.4

Changelog:

aria2 1.16.4
============

Release Note
------------

This release fixes the bug that active downloads are not saved with
--save-session-interval and the bug that aria2 hangs when size of
download result exceeds its maximum. BitTorrent UDP tracker support
was added. If the filename specified using --save-session ends with
".gz", aria2 stores the session file in gzipped form. The -i option
can handle this gzipped file as well as plain text file. 1.15.2 based
Portuguese translated manual was added.

Changes
-------

* Make configure argument meaning more consistent and obvious.

  Most other software uses --disable/--without for features it does
  build or at least check by default.

  Change aria2 configure options so that:

  * --enable-*: do not build by default, unless --enable specified
  * --disable-*: check and build by default, unless --disable specified
  * --with-*: do not use by default, unless --with specified
  * --without-*: check and use by default, unless without specified

  Contributed by Nils Maier

* Allow for out-of-tree Sphinx builds

  Contributed by Nils Maier

* Bring back datetime in console log

* Run checksum check if -V and -c are used and file is completed

  With -c option, aria2 can continue download after the existing file
  position. If it is not completed, then after completion aria2 runs
  checksum checking if available. But if existing file has already
  been completed, then CreateRequestCommand exits without issuing
  checksum checking. And aria2 treats it download error because it
  needs checksum verification but it has not been done. This change
  fixes this by properly checking download state and issue checksum
  checking before CreateRequestCommand.

* Support for gzipped -i and --save-session

  Saved sessions may very large, as in hundreds and even thousands of
  megabyte when dealing with large queues.  Add support to save and
  reload sessions to gzipped files, when libz is available.

  The session serializer will output gzipped contents when the file
  ends with .gz, while the input file reader (UriListParser) will
  accept whatever is thrown at it.

  Document -i/--save-session gzip behaviour

  Contributed by Nils Maier

* Do not use a virtual varargs function

  This stuff breaks in some compiler (configurations)

  Contributed by Nils Maier

* Check for sys/signal.h and/or signal.h

  mingw-w64 does not actually have sys/signal.h, while OSX currently
  has a broken signal.h Better check the presence of both and use
  sys/signal.h if present, else signal.h

  Contributed by Nils Maier

* Hygiene: Fix some clang warnings, mostly unused private members.

  Contributed by Nils Maier

* Fix bustage on OSX with ./configure CC=cc CXX=c++ (clang)

  Contributed by Nils Maier

* Do not reference RequestGroups longer than necessary

  There is an initial vector of SharedHandle<RequestGroup> to seed the
  DownloadEngine. This vector was however kept alive via main.cc ->
  MultiUrlRequestInfo up until the program exits, hence effetively
  leaking all initial RequestGroups and associated object instances.

  Hence, as a matter of dirty-workaround, drop the contents of that
  initial vector as soon as it is not required any longer.

  Contributed by Nils Maier

* Detect console with on Windows

  Contributed by Nils Maier

* Fix infinite loop when size of downloadResults_ exceeds maxDownloadResult_

* Support BitTorrent UDP tracker

  It shares UDP listening port with IPv4 DHT. At the moment, in order
  to enable UDP tracker support, enable IPv4 DHT.

* Show correct end byte in error message when HTTP response range is not ok

  Previously, unless HTTP pipelining is enabled, end byte in that
  message is always 0. With this change, it shows correct end byte
  sent to the HTTP server.

* Add Portuguese manual

  This translation is based on aria2 version 1.15.2 manual.
  Contributed by Gilberto dos Santos Alves

* Fix bug that active downloads are not saved with --save-session-interval

(ryoon)

2013-03-19 15:38:04 UTC MAIN commitmail json YAML

Note update of www/typo3_47 package to 4.7.10nb2.

(taca)

2013-03-19 15:37:41 UTC MAIN commitmail json YAML

Restirct typo3_47 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:37:18 UTC MAIN commitmail json YAML

Note update of www/typo3_46 package to 4.6.18nb2.

(taca)

2013-03-19 15:36:56 UTC MAIN commitmail json YAML

Restirct typo3_46 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:36:15 UTC MAIN commitmail json YAML

Note update of www/typo3_45 package to 4.5.25nb2.

(taca)

2013-03-19 15:35:42 UTC MAIN commitmail json YAML

Restirct typo3_45 to php53.

Bump PKGREVISION.

(taca)

2013-03-19 15:25:19 UTC MAIN commitmail json YAML

Updated www/php-tt-rss to 1.7.4

(ryoon)

2013-03-19 15:24:38 UTC MAIN commitmail json YAML

Update to 1.7.4

* Change MASTER_SITES to github.
* Fix command in MESSAGE.

Changelog:
Unavailable.

(ryoon)