Commit graph

83827 commits

Author SHA1 Message Date
simonb
cea72e379e Initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
2005-08-30 08:30:00 +00:00
seb
cc6ddb22c5 Note update of audio/amarok to version 1.3 [many changes, bugfixes and new
features, you will want to update]
2005-08-30 06:46:04 +00:00
seb
f625f7fe56 Update to version 1.3 'Airborne'.
Too many changes, bugfixes and features since last packaged version (1.2.4) to
list here. Please see amaroK's homepage or the ChangeLog file enclosed in the
source tarball.
2005-08-30 06:44:37 +00:00
uebayasi
e199dccb5a Correct a make(1) syntax to fix a malformed conditional error seen
on older NetBSD or other *BSD systems.  Reported by Krister
Walfridsson and Jeremy Reed respectively.
2005-08-30 05:55:05 +00:00
schmonz
7a5f464db0 Note cvm update. 2005-08-30 03:57:47 +00:00
schmonz
c3fa3e6ac6 Update to 0.76. From the changelog:
- Fixed the autoconvert feature of cvm-vmailmgr to set the permissions
  and ownership of the created password table to that of the original.

- Added a feature to all qmail-based modules to treat all domains as
  local if $CVM_QMAIL_ASSUME_LOCAL is set.
2005-08-30 03:57:11 +00:00
dmcmahill
a7a51cf575 one more try at expanding the portability of the 'tr' usage to keep this
happy on systems such as solaris which have suboptimal tr's.  Now this works
with /usr/bin/tr.
2005-08-30 01:31:21 +00:00
dmcmahill
700971659f revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/tr
has enough problems of its own.
2005-08-30 00:32:46 +00:00
jlam
0c16604d04 Don't pretend that gamin works yet to replace FAM. 2005-08-29 23:16:33 +00:00
cube
145d1272e0 Fix bogus variable names in the options framework example.
From Aron Stansvik.
2005-08-29 22:43:11 +00:00
seb
88c7f3b534 Noite update of audio/taglib to version 1.4 [lots of bugfixes and a couple
of new features]
2005-08-29 20:54:59 +00:00
seb
4e5c8448b4 Update to version 1.4.
Approved by chris@.

Changes since last packaged version (1.3.1) as seen on taglib's homepage:
* Added a package-config file
* Added support for plugging in file type resolvers to make it easier to use
  native mime type resolution systems and to add support for additional file
  formats
* Fixed a memory leak in APE items
* Fixed a crash when requesting the text of an empty APE item
* Added a README noting the Ruby and Python bindings
* Added the ability to save mp3 tags using the save mask without discarding
  those tags that are not part of the mask
* Fixed the misspelling of "A Cappella"
* Implemented support for the ID3v2 frame flag for discarding frames on tag
  alteration
* Use the above flag for ID3v2 frames that are discarded because they are no
  longer supported in ID3v2.4 (which TagLib uses). This allows for these tags
  to still be handled by library users if desired
* Fix memory corruption (deleting a no longer valid iterator) when removing a
  frame from an ID3v2 tag
* Make it possible to read and modify the descriptions of images in attached
  picture frames of ID3v2 tags
* Introduced an argument for limiting the number of fields that will be
  created usign ByteVectorList::split()
* Significantly unbroke the relative volume adjustment ID3v2 frame's API.
  It now properly supports multiple volume fields in the same frame
* Added support for reading the comment portion of "Xiph" tags (used in Ogg
  Vorbis and FLAC) from the "COMMENT" field rather than only from the
  "DESCRIPTION" field mentioned in the spec
* Added support for Ogg FLAC v1.1.1
* Added prepend methods to the List<T> class
* Added support for UTF-16 little endian strings as used in some tagging
  formats
* Fixed or implemented roughly 35 bug or wishlist items relative to 1.3.1
2005-08-29 20:51:14 +00:00
reed
ca4c22cb17 Use INSTALLATION_DIRS for lib and include also (in addition to
share/doc/ezxml). This fixes problem where it creates include
as a plain file.

Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
2005-08-29 20:39:37 +00:00
reed
c25974a22d Depend on xorg-docs.
Bump PKGREVISION.
2005-08-29 18:46:42 +00:00
reed
258ac4fa06 Add DragonFly support files.
I only tested a little (installed and ran daemon and manually
sent one email via SMTP).

I emailed exim developer list to submit support also.

(PKGREVISION was bumped a couple minutes ago, so use it.)
2005-08-29 18:31:48 +00:00
reed
73a617a5e3 Work when installing and using as non-root:
Use VARBASE instead of hard-coded /var
 Set INST_CHOWN for the installer script.

Bump PKGREVISION.
2005-08-29 18:29:05 +00:00
adrianp
671c40c5cc Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so that
configure finds the right OpenSSL.
2005-08-29 17:53:49 +00:00
adrianp
3439ee0f2f Note update of phpmyadmin
Fix previous entry typo
2005-08-29 17:13:19 +00:00
adrianp
c291923051 Update to 2.6.4-rc1
Security fix for two XSS security issues
Lots of other changes, a brief summary includes:
> Improvements:
> Foreign-key dropdowns can be more customized
> Export: configurable filename templates
> Display column comments while editing data
> Transformations: new hexadecimal mode
> HTTP auth: support FastCGI
> Themes: can now have different theme per server
> OLD_PASSWORD in the list of functions
> Better messages when checking numerical input
> Allow adding DROP TABLE when copying databases
> Better support of information_schema
> Various interface CSS improvements
> Tree subgroups in left panel database selector
> Documentation: links and anchors to every FAQ item
> Table comments move to page header
> Export: configurable default charset
> Removed warning about PmaAbsoluteUri not set
> Fixes:
> Database search in MySQL 5.0.x on fields without a charset
> Invalid "normal" cursor style
> Browsing state when deleting multiple rows
> Support bigger queries in print view, insert row, export results
> Unsaved changes to relations were lost when changing display field
> Exporting under IE 6 (Windows XP SP2)
> Better catching of parse errors in config file
> XSS on the cookie-based login panel
> Show all while browsing foreign values
> Escaping of special characters in ENUM or SET
> XSS on table creation page
> Using mysqli extension with MySQL 4.0.x
> "empty result set" message was sometimes not returned
> Incorrect message "You should define a primary key"
> Abide cfg['Lang'] settings even if using MySQL > 4.1.x
2005-08-29 17:09:31 +00:00
taca
914220f4e5 Note update of misc/p5-File-MMagic package to 1.25. 2005-08-29 16:11:35 +00:00
taca
ba3fbcd239 Update p5-File-MMagic to 1.25.
Changes from 1.22:

2005-08-27  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Version 1.25.

	* Moved Build.PL to contrib directory.

2005-08-01  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Version 1.24.

	* MMagic.pm (check_binary): Removed brackets, closes #13535.
	  (Reported by dakkar, thank you)

2005-07-29  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Version 1.23.

2004-04-21  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (magicMatchStr): Added a length check.
	  Reported by Tadamasa Teranishi, thank you.

2004-03-17  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Build.PL: Added.
	  Contributed by Ryuji Abe, thank you.
2005-08-29 16:10:28 +00:00
adrianp
5d5f189ebc Note update of sqwebmail for security fix 2005-08-29 15:58:59 +00:00
adrianp
0a54350657 Bump to nb1 for inclusion of patches to address security issue. 2005-08-29 15:53:24 +00:00
tv
4ef1dbd5d3 Map legacy "postgresql*" options to standard "pgsql". 2005-08-29 14:28:25 +00:00
tv
8bae39f01e - Make gdbm optional, but keep it as default. (Partial dbm support using
a builtin Berkeley DB 1.8x can now be used with option "bdb -gdbm"; no
  dbm support at all can be selected with "-gdbm".)

- Specify --with/--without exactly once per option.

- Merge postgresql support to a single option (pgsql), and correspondingly
  use pgsql.buildlink3.mk to pick the builder's desired implementation.
  This aligns freeradius with the rest of pkgsrc, wrt pgsql support.
2005-08-29 14:28:12 +00:00
tv
eb5b3ea9f9 PostgreSQL support option is "pgsql". 2005-08-29 13:37:42 +00:00
tv
65a6d1440d The option used by all other packages is "pgsql", not "postgresql". 2005-08-29 13:36:06 +00:00
tonio
cf3bd618f8 Oups, i forgot the $NetBSD$, so adding it.
Thanks Matthew Luckie
2005-08-29 13:34:36 +00:00
xtraeme
cc1d992bb3 Convert more options to bsd.options.mk. The following options are
available now:

gnutls gtkspell silc audio perl tcl nas

By default the package will use:

gtkspell silc audio

As before, this closes PR pkg/28815.
2005-08-29 13:31:14 +00:00
tv
c7c990d358 ...and likewise, option "gnutls" is no longer supported here. 2005-08-29 13:15:34 +00:00
tv
83785c5168 Make this not fail if gnutls is specified; rather, just fall back to
openssl (or no ssl) anyway.
2005-08-29 13:14:43 +00:00
tv
74268e8c5e Only one SSL scheme can be used. Default to (and prefer) gnutls, as
requested by the package author.  Fall back to openssl only if ssl is
set and -gnutls is specified in OPTIONS.
2005-08-29 13:12:14 +00:00
tv
1af924e81e Only one SSL scheme can be used. Default to (and prefer) OpenSSL; allow
fallback to gnutls of ssl is not set in OPTIONS.
2005-08-29 13:09:58 +00:00
xtraeme
e32ecbd153 It's 'gtkspell' not 'gtk-spell'. 2005-08-29 11:37:08 +00:00
xtraeme
70eead21f7 Make gtk-spell configurable via bsd.options.mk (enabled by default
as before), patch from Geert Hendrickx via tech-pkg@.
2005-08-29 11:35:51 +00:00
rillig
c437baf5bd Added two patches to make enigma run on NetBSD-1.6.2/i386 with g++-2.95. 2005-08-29 10:50:57 +00:00
jdc
44231ebdeb Unlimit datasize, otherwise perl will run out of memory during the
'configure' stage.  Noticed on NetBSD/sparc.
2005-08-29 10:36:54 +00:00
drochner
a0b8148c10 mention recent updates 2005-08-29 10:15:32 +00:00
drochner
cba8f2fe79 -according to a posting to tech-pkg by Leonard Schmidt, this needs
USE_MSGFMT_PLURALS to build on NetBSD<=2
-do a bit better faking up a "ghostscript" for "configure", to allow
 build w/o a ghostscript installed (this is to avoid a hard dependency
 on a specific ghostscript version)
2005-08-29 09:52:45 +00:00
drochner
8c63ac307e update to 180
changes:
-manpage added
-fix for BUG#210: use start_tls on referrals if configured to do so
-when handling new password policy control, only fall through to account
 management module if a policy error was returned (CERT VU#778916)

pkgsrc change: use /etc/pam_ldap.conf as config file, to distinguish
from nss_ldap
2005-08-29 09:49:07 +00:00
rillig
1d30875939 Added a patch to resolve a type ambiguity in the ?: operator. Detected
by the bulk builds for NetBSD-1.6.2/i386.
2005-08-29 08:26:35 +00:00
minskim
645674023c Note update of xterm. 2005-08-28 17:59:24 +00:00
minskim
f66cfb0707 Update xterm to 203.
Changes:
  - pkgsrc patches for Darwin and DragonFlyBSD were incorporated.
  - Many bug fixes and improvements.  See
    http://dickey.his.com/xterm/xterm.log.html for the complete list.
2005-08-28 17:58:16 +00:00
rillig
cf13a19d48 Replaced files/Makefile with an explicit do-build target, which does not
rely on PROG_CXX being known to <bsd.prog.mk>. This has been a problem
on some non-NetBSD platforms. Noted by minskim. Tested on NetBSD-1.6.2 and
Solaris/SunPro.
2005-08-28 17:36:52 +00:00
recht
c0782d7d80 Add a patch from gnats CSV to fix the security problem noted in:
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2180

Patch by adrianp@.

ChangeLog from gnats CSV:
* Makefile.in (install-gnats-tools, install-gnats-bin): Removed chown
and chmod entries for setting binaries suid.  CAN-2005-2180 advisory.
gen-index as setuid root can overwrite any system file.

Bump PKGREVISION to 1.
2005-08-28 12:36:42 +00:00
tron
a8e8d82674 Change version check to figure out whether NetBSD supports the statvfs(2)
systen call. We now assumes that it only exists in NetBSD 2.99.x and
newer. This will avoid build problems under the upcoming NetBSD 2.1
release. Mark this package as unusable for NetBSD-2.0[D-H]-* (a few
very old NetBSD-current versions which have statvfs(2) but a version
number smaller than 2.99.x).
2005-08-28 09:07:21 +00:00
jdc
b6e65ebc3d Add a hack to require gcc 3.4 on NetBSD/sparc. 2005-08-28 09:06:14 +00:00
tron
17d0b18f79 Note update of "apache2" package to version 2.0.54nb4. 2005-08-28 08:39:35 +00:00
tron
33368df221 - Add security patch for CAN-2005-2491 from Apache SVN repository.
- Add patch for high memory usage caused by "Byterange" support
  from Apache SVN repository.
Bump package revision because of the above changes.
2005-08-28 08:36:55 +00:00
uebayasi
ad08c9585e Update vm to 7.19. Changes unknown. 2005-08-28 04:31:00 +00:00