ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/stable/0.4/sys/conf/newvers.sh
Revision 6714 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 10 12:22:47 2014 UTC (9 years, 9 months ago) by laffer1
File length: 4628 byte(s)
Diff to previous 6658
MidnightBSD 0.4-RELEASE-p13  Fix a vulnerability in the control message API. A buffer is not properly cleared.

Revision 6658 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 6 00:11:23 2014 UTC (9 years, 10 months ago) by laffer1
File length: 4628 byte(s)
Diff to previous 6655
MidnightBSD 0.4-RELEASE-p12

Revision 6655 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 12:20:28 2014 UTC (9 years, 11 months ago) by laffer1
File length: 4628 byte(s)
Diff to previous 6653
MidnightBSD 0.4-RELEASE-p11

Security updates for sendmail and ktrace.  See UPDATING.

Revision 6653 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 30 12:23:07 2014 UTC (10 years ago) by laffer1
File length: 4628 byte(s)
Diff to previous 6633
MidnightBSD 0.4-RELEASE-p10

        Fix a TCP reassembly bug that could result in a DOS attack
        of the system. It may be possible to obtain portions
        of kernel memory as well.

Revision 6633 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 11:48:24 2014 UTC (10 years ago) by laffer1
File length: 4627 byte(s)
Diff to previous 6631
0.4-RELEASE-p9

Fix a security issue affecting NFS server where a trusted client can deadlock the server.

Revision 6631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 11:43:39 2014 UTC (10 years ago) by laffer1
File length: 4627 byte(s)
Diff to previous 6608
0.4-p8 openssl fix.

Revision 6608 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 1 22:08:58 2014 UTC (10 years, 3 months ago) by laffer1
File length: 4627 byte(s)
Diff to previous 6600
document dot.profile fix.

Revision 6600 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 15 00:56:49 2014 UTC (10 years, 3 months ago) by laffer1
File length: 4627 byte(s)
Diff to previous 6068
security update

Revision 6068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 30 03:04:40 2013 UTC (10 years, 5 months ago) by laffer1
File length: 4627 byte(s)
Diff to previous 6055
Move RELENG_0_4 to stable/0.4

Revision 6055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 29 22:11:16 2013 UTC (10 years, 5 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 6036
Implement a compatibility fix for libc's iconv support to work with gettext and other GNU packages.

MidnightBSD 0.4-RELEASE-p5

Revision 6036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 10 23:13:00 2013 UTC (10 years, 7 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 6019
        0.4-RELEASE-p3

        nullfs(5)

        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
        check whether the source and target of the link are both in the same
        nullfs instance.  It is therefore possible to create a hardlink from a
        location in one nullfs instance to a file in another, as long as the
        underlying (source) filesystem is the same.

        ifioctl

        As is commonly the case, the IPv6 and ATM network layer ioctl request
        handlers are written in such a way that an unrecognized request is
        passed on unmodified to the link layer, which will either handle it or
        return an error code.

        Network interface drivers, however, assume that the SIOCSIFADDR,
        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
        handled at the network layer, and therefore do not perform input
        validation or verify the caller's credentials.  Typical link-layer
        actions for these requests may include marking the interface as "up"
        and resetting the underlying hardware.

Revision 6019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 25 13:34:35 2013 UTC (10 years, 8 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 5970
0.4-RELEASE-p3

Fix the broken altq that was part of the release.

Revision 5970 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 22 11:55:32 2013 UTC (10 years, 8 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 5948
0.4-RELEASE-p2

Fix two security vulnerabilities.

Fix an integer overflow in IP_MSFILTER (IP MULTICAST). This could be exploited to read memory by a user process.

When initializing the SCTP state cookie being sent in INIT-ACK chunks,
a buffer allocated from the kernel stack is not completely initialized.

Patches obtained from: FreeBSD

Revision 5948 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 1 12:15:09 2013 UTC (10 years, 9 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 5922
bump to p1 to cover the recent security issues.

Long term plan is to stop using p1, p2, p3, ... and increment release version like NetBSD does, but we'll "announce" that before making the change.

Revision 5922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 4 18:50:35 2013 UTC (10 years, 10 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4624 byte(s)
Diff to previous 5907
prepare for 0.4-RELEASE

Revision 5907 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 12 21:19:20 2013 UTC (10 years, 10 months ago) by laffer1
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4623 byte(s)
Diff to previous 5904
0.4 is now prerelease

Revision 5904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 12 11:43:28 2013 UTC (10 years, 10 months ago) by cvs2svn
Original Path: branches/RELENG_0_4/sys/conf/newvers.sh
File length: 4620 byte(s)
Diff to previous 5223
This commit was manufactured by cvs2svn to create branch 'RELENG_0_4'.
Revision 5223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 7 14:18:18 2012 UTC (11 years, 6 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 4620 byte(s)
Diff to previous 5189
use SYSDIR rather than dirname + relative path

Revision 5189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 14 01:54:57 2012 UTC (11 years, 7 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 4627 byte(s)
Diff to previous 3491
Sync some things with freebsd 9 stable

Revision 3491 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 6 00:23:34 2010 UTC (13 years, 8 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3594 byte(s)
Diff to previous 2407
Move things along.. current is now 0.4-CURRENT.  Change the man pages, osreldate and other tunables in the system accordingly.  While we're here, update other bsd systems in our mdoc.local.

Revision 2407 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 9 16:36:33 2008 UTC (15 years, 4 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3594 byte(s)
Diff to previous 2397
revert to 0.3 as discussed with ctriv@

Revision 2397 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 7 04:01:23 2008 UTC (15 years, 4 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3594 byte(s)
Diff to previous 2358
Switch version information.  We're starting at 1.0-CURRENT now.

Revision 2358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 4 14:32:54 2008 UTC (15 years, 5 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3594 byte(s)
Diff to previous 944
Change over to using __MidnightBSDversion as discussed with ctriv.  Switch to 0.3-CURRENT

Revision 944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 10 06:28:53 2007 UTC (17 years ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3586 byte(s)
Diff to previous 28
Update to 0.2-CURRENT

Revision 28 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 22 06:14:15 2006 UTC (17 years, 11 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3525 byte(s)
Diff to previous 6
Added cvs header.

Revision 6 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Original Path: trunk/sys/conf/newvers.sh
File length: 3493 byte(s)
Copied from: branches/FreeBSD/sys/conf/newvers.sh revision 5
Diff to previous 5
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 5 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Original Path: branches/FreeBSD/sys/conf/newvers.sh
File length: 3493 byte(s)
Diff to previous 2
Imported from FreeBSD 6.1 beta sources

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
Original Path: branches/FreeBSD/sys/conf/newvers.sh
File length: 3486 byte(s)
Imported from FreeBSD 6.0 sources

Convenience Links

Links to HEAD: (view) (download) (as text) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a