Commit graph

40728 commits

Author SHA1 Message Date
grant
5257023b94 fix oops 2003-03-31 02:39:25 +00:00
grant
bb741fffda make comment consistent, quieten PLIST generation. 2003-03-31 02:38:22 +00:00
jschauma
8da0459baf Make this find all shlibs on Linux by passing the necessary -Wl,-rpath
flags.
2003-03-30 23:45:57 +00:00
gehenna
13f2e6e807 Note cvsync-0.17.2 2003-03-30 23:42:46 +00:00
gehenna
1819a1bd73 cvsync-0.17.2
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-30 23:40:52 +00:00
jmc
fbc4cf27ed Add FILESDIR definition so the rc.d script can be installed 2003-03-30 23:15:45 +00:00
jmc
66e1b3bb7d Actually use HARCH which was set in PLIST_SUBST but never put in the PLIST file.
Allows this to be installed on something other than x86
2003-03-30 22:33:43 +00:00
jmc
48b4bfeb2d Fix bad entry for bin/kbiff 2003-03-30 22:32:43 +00:00
jschauma
f8a4b2893d Don't use silly names for man pages, even if on Debian GNU/Linux. 2003-03-30 20:34:58 +00:00
jschauma
cc889f1ae1 As with Solaris:
The IPv6 patch doesn't go well with Linux idea of struct sockaddr, so
disable IPv6 for the time being.
2003-03-30 20:04:00 +00:00
markd
cfe0c05816 I'm working on kde-3.1.1. 2003-03-30 13:41:49 +00:00
jmc
5f1fd476b9 This needs glut in order to make kpovmodeler 2003-03-30 09:04:41 +00:00
jmc
74c2eb723e Test Mesa version and set shared library version in PLIST accordingly 2003-03-30 08:54:39 +00:00
jmc
955c2e036d Fix this package so it works with the latest updates to the xemacs package.
Builds and runs on x86 after testing the build
2003-03-30 08:51:52 +00:00
jmc
66c060187e Fix typo with extra quote on all_libraries definition 2003-03-30 08:27:49 +00:00
jmc
d0c501062f Fixup qmake's Makefile for a proper install after configure has run. 2003-03-30 08:04:50 +00:00
wiz
94da7b401d + gperiodic-2.0.3, suck-4.3.2. 2003-03-30 08:04:10 +00:00
jmc
337fcf44ad Need prefix for MesaLib, not Mesa from buildlink inclusion 2003-03-30 06:21:53 +00:00
grant
6dec3e31ab kill some trailing whitespace 2003-03-30 05:06:49 +00:00
grant
e62066ed7c formatting fix. 2003-03-30 04:21:25 +00:00
grant
1f5b42c3c9 grammar fix - ("noone" is not a word) 2003-03-30 04:16:51 +00:00
salo
1dc5c0e6e5 Add MESSAGE describing workaround for "vmware3 shows only black screen" issue,
as described by Frank van der Linden on netbsd-users.
2003-03-30 04:13:31 +00:00
itohy
7ea0d6f5ec Fix LP64 problems to make it work on sparc64. 2003-03-30 02:24:42 +00:00
jmmv
d7a03dde56 Note revision bumps for kdrill and xrolodex. These were originally done in 2003/03/02, but the PKGREVISION variable was incorrect for them. 2003-03-29 22:56:57 +00:00
jmmv
24cc0c398e Fix revision numbers: s/PKGREVISIO=/PKGREVISION=/. 2003-03-29 22:54:12 +00:00
salo
c43ed61889 Note djbdns PKGREVISION bump. 2003-03-29 21:57:21 +00:00
salo
87f68b6916 Bump PKGREVISION: dnscache-log.pl.txt checksum changed.
Changes:

- added usage
- small fix in hex to dotted decimal notation address convertor

- simplify DESCR, remove duplicate MESSAGE text
2003-03-29 21:55:19 +00:00
salo
29941b6b15 Note bitchx PKGREVISION bump. 2003-03-29 21:21:51 +00:00
salo
0d095992f9 Bump PKGREVISION: fix several potential buffer overflows found by Timo
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-29 21:20:29 +00:00
seb
f3bbd5629b m4 on solaris is /usr/ccs/bin/m4 or /usr/xpg4/bin/m4.
set M4 to /usr/ccs/bin/m4 for starter.
2003-03-29 20:49:11 +00:00
seb
3ce562a2b0 Note update of mail/sendmail and mail/libmilter to version 8.12.9.
This is a security release, you should update your sendmail packages.
2003-03-29 19:58:43 +00:00
seb
687ccf0955 Update to version 8.12.9.
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-29 19:55:56 +00:00
jmc
6a7b453074 One more pass to make sure freetype versions get included correctly when
also using Xft2/fontconfig
2003-03-29 19:11:06 +00:00
jmc
08851ece92 Clean up freetype2 requirements so Xft2 and fontconfig also require the right
version via buildlink'ing
2003-03-29 19:00:18 +00:00
jschauma
43f0484488 Synch with main sources:
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-29 18:41:56 +00:00
jschauma
4422c0cce3 Add _OPSYS_LIBTOOL_REQD, following Darwin's example.
Suggested by grant.
2003-03-29 17:40:40 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmmv
027ce62682 Note update of pkglint to 3.49. 2003-03-29 12:35:12 +00:00
jmmv
17bba8aa70 Update to 3.49: make sure WRKSRC is properly placed in the second section,
the one starting by DISTNAME (if present). Ok'ed by wiz.
2003-03-29 12:34:10 +00:00
wiz
315540ab25 Add empty patch target. 2003-03-29 09:38:21 +00:00
taca
70d4caed03 Note update of net/ja-samba package to 2.2.7.1.1.1 (samba-2.2.7a-ja-1.1).
(This version contains security problem solved by samba 2.2.8.)
2003-03-29 08:21:15 +00:00
taca
e4050b2e02 Update ja-samba package to ja-samba-2.2.7.1.1.1 (samba 2.2.7a-1.1).
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]
2003-03-29 08:18:44 +00:00
jmc
9dd37e1f79 Provide a do-extract rule that puts the 5.0 sdk into a subdir (as it used to
extract that way)
2003-03-29 07:56:59 +00:00
jmc
1df4acb341 Update for latest update of sdk50 from palm 2003-03-29 07:35:17 +00:00
gehenna
7cd1906468 Note cvsync-0.17.1 2003-03-29 04:59:06 +00:00
gehenna
24c4a03694 cvsync-0.17.1
ChangeLog:
2003-03-29  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.17.1

        * ANNOUNCE: Public cvsync service
          cvsync.allbsd.org provides the distribution and source trees of
          FreeBSD, NetBSD, OpenBSD, OpenDarwin, XFree86, and TenDRA via cvsync.
          URL: http://www.allbsd.org/#pub-cvsync

        * mk/*.mk
          Make compile on old BSDs.

2003-03-28  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * Fix signed vs unsigned problem.
2003-03-29 04:58:01 +00:00
jschauma
071841243d Note update of pkg_tarup to 1.3 2003-03-29 04:26:14 +00:00
jschauma
ecf8957d51 Update to 1.3:
pkg_tarup now gives ${HEAD}
2003-03-29 04:25:10 +00:00
wiz
ee3c4add3e + anjuta-1.0.2, mailsync-5.1.0, vm-7.14. 2003-03-28 22:25:39 +00:00
jschauma
0c1d7c289c Use correct version in DESCR. 2003-03-28 21:46:05 +00:00