Commit graph

186390 commits

Author SHA1 Message Date
ghen
87841bd950 Updated mail/dovecot2 to 2.1.6 2012-05-10 13:26:19 +00:00
ghen
d214bf4fcf Update to Dovecot 2.1.6
* Session ID is now included by default in auth and login process log lines. It
  can be added to mail processes also by adding %{session} to mail_log_prefix.
+ Added ssl_require_crl setting, which specifies if CRL check must be successful
  when verifying client certificates.
+ Added mail_shared_explicit_inbox setting to specify if a shared INBOX should
  be accessible as "shared/$user" or "shared/$user/INBOX".
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually expand it
  to home directory.
- dbox: Fixed potential assert-crash when reading dbox files.
- trash plugin: Fixed behavior when quota is already over limit.
- mail_log plugin: Logging "copy" event didn't work.
- Proxying to backend server with SSL: Verifying server certificate name always
  failed, because it was compared to an IP address.
2012-05-10 13:25:37 +00:00
obache
1251a9df95 Updated security/ruby-simple_oauth to 0.1.8 2012-05-10 12:12:45 +00:00
obache
7c20de4ff6 Update ruby-simple_oauth to 0.1.8.
contains OAuth spec compatible fixes.
2012-05-10 12:12:29 +00:00
wiz
ba7615adfe pkglint cleanup while here. 2012-05-10 10:55:44 +00:00
wiz
3cc085bf04 Fix build with automake-1.12. 2012-05-10 10:55:38 +00:00
wiz
37d5deee78 Fix build with automake-1.2.
While here, add missing INSTALLATION_DIRS line (or perhaps it's a
Makefile dependency issue, but this fixes it).
2012-05-10 10:49:49 +00:00
martin
a9e3aec384 Add upstream bug reference 2012-05-10 09:44:58 +00:00
sbd
fa75361a46 "sys.platform is now always 'linux2' on Linux", so set PY_PLATNAME to it. 2012-05-10 09:07:19 +00:00
obache
044424903b Try to fix path of modules again. 2012-05-10 08:54:12 +00:00
obache
f45945f84c try to fix location of pre-compiled files. 2012-05-10 08:39:33 +00:00
obache
1b183d150a Kill SOABI addition to SO suffix for Linux, let to be PLIST maintainance easier. 2012-05-10 08:38:25 +00:00
sbd
5912afeaa9 "sys.platform is now always 'linux2' on Linux", so revert the linux3 handling
and always set PY_PLATNAME to 'linux2'.
2012-05-10 08:10:00 +00:00
dholland
94c121a6d3 Build fix for new glib2. 2012-05-10 07:50:11 +00:00
dholland
bdd0b29f9d mergeant 2012-05-10 07:43:40 +00:00
dholland
e6f6f212a6 Needs desktopdb.mk. PKGREVISION -> 20 2012-05-10 07:43:18 +00:00
dholland
ba8affeb44 Build fix for new glib2. 2012-05-10 07:42:22 +00:00
dholland
9a7f67d020 Build fixes for new glib2. 2012-05-10 07:28:16 +00:00
dholland
9ef903a3d4 goffice0.6, gpsim, gpsim-devel 2012-05-10 07:17:36 +00:00
dholland
90c8315c78 Build fixes for new glib2. 2012-05-10 07:10:49 +00:00
dholland
d8cbbe6c59 Add missing direct dependence on glib2. PKGREVISION -> 15 2012-05-10 07:10:43 +00:00
dholland
0689db5e60 Build fixes for new glib2. 2012-05-10 06:52:52 +00:00
dholland
0161136166 Add missing direct dependence on glib2. PKGREVISION -> 11. 2012-05-10 06:52:44 +00:00
jnemeth
fd0ce9e6e3 sort 2012-05-10 05:00:10 +00:00
dholland
2a423b1553 Build fix for new glib2. 2012-05-10 04:46:57 +00:00
dholland
cb431c14be Merge wiz's build fixes for goffice0.8. Add pcre's bl3 to Makefile
(was previously only in the bl3 file, which pkglint justifiably
considers broken) and bump PKGREVISION to 16.
2012-05-10 04:43:53 +00:00
dholland
dbe408aab8 USE_TOOLS+=intltool 2012-05-10 04:32:38 +00:00
dholland
6092a575d5 Remove wrong patch. HI ADAM 2012-05-10 04:32:18 +00:00
dholland
c8b715b575 Missed one. 2012-05-10 02:47:06 +00:00
dholland
3bd831240a Build fix for new glib2. 2012-05-10 02:44:33 +00:00
dholland
561170903c Build fixes for latest glib2. 2012-05-10 02:18:13 +00:00
dholland
5e58bcc232 Add more missing includes. I think these are the last; should finally
fix the build with gcc 4.5.
2012-05-10 02:04:36 +00:00
dholland
b43c0c49c4 oe2mbx, from a day or two ago 2012-05-10 01:58:16 +00:00
jdf
cfc3ce2274 Updated fscd from 1.0 to 1.0.1
1.0.1 fixes a bug that made fscd segfault when removing a killed process and
being in debug mode.
2012-05-09 22:44:06 +00:00
minskim
010938ba75 Note PKGREVISION bump of tex-bbold-type1. 2012-05-09 21:11:52 +00:00
minskim
b213e867b1 Make font names in the map file match with the names defined in font files.
This should fix PR 46425.
2012-05-09 21:02:03 +00:00
rhaen
40cedeae06 Updated textproc/p5-CAM-PDF 2012-05-09 19:21:38 +00:00
rhaen
c0fbb22acf Changes:
1.57  17 Dec 2011
      [FIXES]
      - Test for undef streams instead of truth, to allow streams like '' or '0'
        Thanks to Thorsten Schwander for the patch
      - Failed to parse PDF 1.5 cross reference streams where a
        1024-byte boundary happened to fall between "endstream" and
        "endobj" do to a logic error.
        Thanks to Thorsten Schwander for the report and fix suggestion

1.56  13 Dec 2011
      [FIXES]
      - Workaround for corrupt PDFs that have 'n' records in their index that point to byte zero
        of the file. Silently treat those as 'f' records. Yet another case of Acrobat supporting
        broken PDFs, so the rest of us have to support them too...
        Thanks to Mark Hunnibell for a sample PDF that demonstrated the problem
2012-05-09 19:18:54 +00:00
tron
9a20f6a35f Explicitly disable TWAIN support for Mac OS X:
1.) It doesn't seem to get detected under Mac OS X Lion.
2.) It doesn't compile under Mac OS X Snow Leopard,
    see <https://bugzilla.gnome.org/show_bug.cgi?id=675510>.
While here really remove the conditional package list handling related
to TWAIN support.

No package revision bump necessary as the binary package doesn't change
on the one Mac OS X version where the package actually built.
2012-05-09 18:39:35 +00:00
mspo
4e55295b1b p5-DBD-mysq -> p5-DBD-mysql in CHANGES 2012-05-09 11:58:30 +00:00
obache
752caaf86c Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.19 2012-05-09 11:54:31 +00:00
obache
de7cac2e33 Update adobe-flash-plugin10.1 to 10.3.183.19, to resolve APSB12-09. 2012-05-09 11:54:15 +00:00
obache
bfbdd65119 Updated multimedia/adobe-flash-plugin11 to 11.2.202.235 2012-05-09 11:45:12 +00:00
obache
ee519eb853 Update adobe-flash-plugin11 to 11.2.202.235, for resolve APSB12-09. 2012-05-09 11:44:27 +00:00
adam
e395cedb04 Updated devel/zlib to 1.2.7 2012-05-09 11:36:53 +00:00
adam
84dd76a4ae Changes in 1.2.7:
- Replace use of memmove() with a simple copy for portability
- Test for existence of strerror
- Restore gzgetc_ for backward compatibility with 1.2.6
- Fix build with non-GNU make on Solaris
- Require gcc 4.0 or later on Mac OS X to use the hidden attribute
- Include unistd.h for Watcom C
- Use __WATCOMC__ instead of __WATCOM__
- Do not use the visibility attribute if NO_VIZ defined
- Improve the detection of no hidden visibility attribute
- Avoid using __int64 for gcc or solo compilation
- Cast to char * in gzprintf to avoid warnings
- Fix make_vms.com for VAX
- Don't use library or built-in byte swaps
- Simplify test and use of gcc hidden attribute
- Fix bug in gzclose_w() when gzwrite() fails to allocate memory
- Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
- Fix bug in test/minigzip.c for configure --solo
- Fix contrib/vstudio project link errors
- Add ability to choose the builder in make_vms.com
- Add DESTDIR support to mingw32 win32/Makefile.gcc
- Fix comments in win32/Makefile.gcc for proper usage
- Allow overriding the default install locations for cmake
- Generate and install the pkg-config file with cmake
- Build both a static and a shared version of zlib with cmake
- Include version symbols for cmake builds
- If using cmake with MSVC, add the source directory to the includes
- Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc
- Move obsolete emx makefile to old
- Allow the use of -Wundef when compiling or using zlib
- Avoid the use of the -u option with mktemp
- Improve inflate() documentation on the use of Z_FINISH
- Recognize clang as gcc
- Add gzopen_w() in Windows for wide character path names
- Rename zconf.h in CMakeLists.txt to move it out of the way
- Add source directory in CMakeLists.txt for building examples
- Look in build directory for zlib.pc in CMakeLists.txt
- Remove gzflags from zlibvc.def in vc9 and vc10
- Fix contrib/minizip compilation in the MinGW environment
- Update ./configure for Solaris, support --64
- Remove -R. from Solaris shared build (possible security issue)
- Avoid race condition for parallel make (-j) running example
- Fix type mismatch between get_crc_table() and crc_table
- Fix parsing of version with "-" in CMakeLists.txt
- Fix the path to zlib.map in CMakeLists.txt
- Force the native libtool in Mac OS X to avoid GNU libtool
- Add instructions to win32/Makefile.gcc for shared install
2012-05-09 11:33:09 +00:00
wiz
35485e3ede Updated editors/emacs to 23.4nb2 2012-05-09 09:31:20 +00:00
wiz
6337b9cafa Fix accepting keys in text mode; breakage caused by glib2 update.
Patch from Debian, found for OpenBSD by Antoine Jacoutot and
mentioned on current-users by Matthieu Herrb.

Bump PKGREVISION.
2012-05-09 09:30:07 +00:00
drochner
bfffb4f5b9 update to 1.4.1
changes:
-Addition of the GiveLife Color System(R) swatch palettes
-Addition of undo steps for path operations and page moving
-Enhancements to scripter
-Translation updates
-Relocation of profiles and swatches to the share directory
-bugfixes

pkgsrc note: switched from lcms1 to lcms2 -- this was not necessary
technically, but it is harder to keep cmake from picking up lcms2
if both versions are present
2012-05-09 09:28:31 +00:00
wiz
215b4f2833 Move libpciaccess to dri option section. 2012-05-09 07:53:04 +00:00