summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-31clean up cruft from when this was called 'libpkgsrc', some whitespacegrant1-34/+34
tweaks.
2003-03-31Initial import of libnbcompat-20030331, a portable NetBSD compatibilitygrant74-0/+26330
library for use by the pkgsrc tools and other sources from NetBSD.
2003-03-31Lots of fixes (bad code in a lot of places) to make this compile and workjmc6-75/+192
2003-03-31Don't use sigignore (only added recently to 1.6-current. Use sigaction tojmc2-1/+28
ignore SIG_PIPE
2003-03-31${UNAME} -p is a good value for LOWER_ARCH on Irix as well.jschauma1-1/+2
2003-03-31Make this build and install under Linux.jschauma3-6/+25
2003-03-31quieten PLIST generation.grant1-4/+4
2003-03-31make comment consistent.grant1-2/+2
2003-03-31fix oopsgrant1-2/+2
2003-03-31make comment consistent, quieten PLIST generation.grant1-5/+5
2003-03-30Make this find all shlibs on Linux by passing the necessary -Wl,-rpathjschauma3-7/+18
flags.
2003-03-30Note cvsync-0.17.2gehenna1-1/+2
2003-03-30cvsync-0.17.2gehenna2-5/+5
ChangeLog: 2003-03-31 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.17.2 * Fix a bug that the fallback of file compare algorithm doesn't work. * Fix a bug to calculate the length of file name in Attic.
2003-03-30Add FILESDIR definition so the rc.d script can be installedjmc2-2/+4
2003-03-30Actually use HARCH which was set in PLIST_SUBST but never put in the PLIST file.jmc1-69/+69
Allows this to be installed on something other than x86
2003-03-30Fix bad entry for bin/kbiffjmc1-2/+2
2003-03-30Don't use silly names for man pages, even if on Debian GNU/Linux.jschauma2-1/+19
2003-03-30As with Solaris:jschauma1-2/+3
The IPv6 patch doesn't go well with Linux idea of struct sockaddr, so disable IPv6 for the time being.
2003-03-30I'm working on kde-3.1.1.markd1-2/+2
2003-03-30This needs glut in order to make kpovmodelerjmc1-2/+3
2003-03-30Test Mesa version and set shared library version in PLIST accordinglyjmc2-4/+17
2003-03-30Fix this package so it works with the latest updates to the xemacs package.jmc1-13/+9
Builds and runs on x86 after testing the build
2003-03-30Fix typo with extra quote on all_libraries definitionjmc1-2/+2
2003-03-30Fixup qmake's Makefile for a proper install after configure has run.jmc1-2/+7
2003-03-30+ gperiodic-2.0.3, suck-4.3.2.wiz1-2/+3
2003-03-30Need prefix for MesaLib, not Mesa from buildlink inclusionjmc1-2/+2
2003-03-30kill some trailing whitespacegrant1-33/+33
2003-03-30formatting fix.grant1-5/+5
2003-03-30grammar fix - ("noone" is not a word)grant1-3/+3
2003-03-30Add MESSAGE describing workaround for "vmware3 shows only black screen" issue,salo1-0/+11
as described by Frank van der Linden on netbsd-users.
2003-03-30Fix LP64 problems to make it work on sparc64.itohy2-1/+32
2003-03-29Note revision bumps for kdrill and xrolodex. These were originally done in ↵jmmv1-1/+3
2003/03/02, but the PKGREVISION variable was incorrect for them.
2003-03-29Fix revision numbers: s/PKGREVISIO=/PKGREVISION=/.jmmv2-4/+4
2003-03-29Note djbdns PKGREVISION bump.salo1-1/+2
2003-03-29Bump PKGREVISION: dnscache-log.pl.txt checksum changed.salo3-37/+25
Changes: - added usage - small fix in hex to dotted decimal notation address convertor - simplify DESCR, remove duplicate MESSAGE text
2003-03-29Note bitchx PKGREVISION bump.salo1-1/+2
2003-03-29Bump PKGREVISION: fix several potential buffer overflows found by Timosalo8-2/+313
Sirainen <tss at iki dot fi>, see the following url for more details: http://securityfocus.com/archive/1/315057 Patch from bugtraq by <caf at guarana dor org>.
2003-03-29m4 on solaris is /usr/ccs/bin/m4 or /usr/xpg4/bin/m4.seb1-2/+2
set M4 to /usr/ccs/bin/m4 for starter.
2003-03-29Note update of mail/sendmail and mail/libmilter to version 8.12.9.seb1-1/+3
This is a security release, you should update your sendmail packages.
2003-03-29Update to version 8.12.9.seb2-6/+7
This is mostly a security fix release. See the list of changes since 8.12.8 below. Package change: always put M4 in MAKE_ENV so we are sure of the one used. Note: this also update mail/libmilter the same version. 8.12.9/8.12.9 2003/03/29 SECURITY: Fix a buffer overflow in address parsing due to a char to int conversion problem which is potentially remotely exploitable. Problem found by Michal Zalewski. Note: an MTA that is not patched might be vulnerable to data that it receives from untrusted sources, which includes DNS. To provide partial protection to internal, unpatched sendmail MTAs, 8.12.9 changes by default (char)0xff to (char)0x7f in headers etc. To turn off this conversion compile with -DALLOW_255 or use the command line option -d82.101. To provide partial protection for internal, unpatched MTAs that may be performing 7->8 or 8->7 bit MIME conversions, the default for MaxMimeHeaderLength has been changed to 2048/1024. Note: this does have a performance impact, and it only protects against frontal attacks from the outside. To disable the checks and return to pre-8.12.9 defaults, set MaxMimeHeaderLength to 0/0. Do not complain about -ba when submitting mail. Problem noted by Derek Wueppelmann. Fix compilation with Berkeley DB 1.85 on systems that do not have flock(2). Problem noted by Andy Harper of Kings College London. Properly initialize data structure for dns maps to avoid various errors, e.g., looping processes. Problem noted by Maurice Makaay. CONFIG: Prevent multiple application of rule to add smart host. Patch from Andrzej Filip. CONFIG: Fix queue group declaration in MAILER(`usenet'). CONTRIB: buildvirtuser: New option -t builds the virtusertable text file instead of the database map. Portability: Revert wrong change made in 8.12.7 and actually use the builtin getopt() version in sendmail on Linux. This can be overridden by using -DSM_CONF_GETOPT=0 in which case the OS supplied version will be used.
2003-03-29One more pass to make sure freetype versions get included correctly whenjmc2-8/+5
also using Xft2/fontconfig
2003-03-29Clean up freetype2 requirements so Xft2 and fontconfig also require the rightjmc5-9/+12
version via buildlink'ing
2003-03-29Synch with main sources:jschauma7-32/+126
Changes by hubertf and seb; these changes tested on NetBSD, Linux and Irix. Modified Files: src/usr.sbin/pkg_install/add: perform.c pkg_add.1 Log Message: Implement remaining TODO item in pkg upgrade (pkg_add -u): * Upgrade step 1/4: Check if the new version is ok with all pkgs * (from +REQUIRED_BY) that require this pkg Inspired by bsd.pkg.mk's upgrade(?) target. Modified Files: src/usr.sbin/pkg_install/admin: main.c src/usr.sbin/pkg_install/info: main.c perform.c Log Message: Consistently check findmatchingname() return value for error condition. Among other this fixes 'pkg_info -e whateverpkg' exit status when /var/db/pkg is missing: it is now 1 and not 0. Modified Files: src/usr.sbin/pkg_install/lib: version.h Log Message: Bump to "20030325" after today's changes from seb and me
2003-03-29Add _OPSYS_LIBTOOL_REQD, following Darwin's example.jschauma1-1/+2
Suggested by grant.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv899-2168/+1799
2003-03-29Note update of pkglint to 3.49.jmmv1-1/+2
2003-03-29Update to 3.49: make sure WRKSRC is properly placed in the second section,jmmv2-5/+5
the one starting by DISTNAME (if present). Ok'ed by wiz.
2003-03-29Add empty patch target.wiz1-1/+3
2003-03-29Note update of net/ja-samba package to 2.2.7.1.1.1 (samba-2.2.7a-ja-1.1).taca1-1/+2
(This version contains security problem solved by samba 2.2.8.)
2003-03-29Update ja-samba package to ja-samba-2.2.7.1.1.1 (samba 2.2.7a-1.1).taca13-160/+392
This contains security problem solved by samba 2.2.8. pkgsrc changes: o pkgsrc organization changesd as samba package. o note explicitly security problem fixed by samba 2.2.8. o remove own quota support patch. Changes from ja-samba-2.2.4.1.0 package: Changelog of Samba2.2 Japanese Edition Samba Users Group Japan Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team samba-2.2.7a-ja-1.1 ~~~~~~~~~~~~~~~~~~~ Changes to the original version c Fixed two security problems which is fixed at samba 2.2.8 [sugj-tech:5211] samba-2.2.7a-ja-1.0beta1 ~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed build problem when gettext 0.11.x installed [sugj-tech:5177] * Fixed memory leak of winbindd [sugj-tech:5152] * Added 'ldap referrals' parameter [sugj-tech:5124] * Fixed parameter of 'printing' was set on FreeBSD [sugj-tech:5155] * Fixed reseting parameters of smbd and nmbd by SIGHUP [sugj-tech:5160] * Fixed setting change of the 'printing' parameter works together with print-related parameters [sugj-tech:5155] * Fixed error message when old getgroups() is used [sugj-tech:5166] * Fixed warning message when leap second is set [sugj-tech:5166] * Fixed altname command of smbclient [sugj-tech:5019] * Fixed close share command of smbcontrol with Japanese [sugj-tech:5014] * Fixed compile problem on Tru64 UNIX [sugj-tech:5033] * Fixed compile problem of tdb directory [sugj-tech:5033] * Fixed to enable domain logon to Japanese domain name [sugj-tech:5043] * Fixed smbspool command with Japanese [sugj-tech:5048,5112] * Fixed recycle.c of VFS module [samba-jp:13590] * Fixed memory allocation of make_printerdef [sugj-tech:5106] * Fixed compile problem before FreeBSD 2.2.8 [sugj-tech:5112] * Fixed querydispinfo command of rpcclient [sugj-tech:5112] * Fixed rpcclient for Japanese resource [sugj-tech:5112] * Changed option of client tools from '-t' to '-T' [sugj-tech:5077] * Update smbchartool and removed jcode.pl [sugj-tech:5091] * Fixed encoding when using euc3 coding system [sugj-tech:5122] samba-2.2.5-ja-1.0beta3 ~~~~~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Added %j macro which means printing job name [sugj-tech:4998] Changes to the original version * Fixed counting characters of unistr_to_dos() [sugj-tech:5004] * Fixed compile problem with --with-quotas on NetBSD [sugj-tech:4965]