Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xenkernel3
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.33, Thu Dec 29 19:13:01 2016 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +1 -1
lines
FILE REMOVED
Remove xenkernel and tools versions 3, 33, and 41. As discussed on pkgsrc-users.
Revision 1.32 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:07 2016 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.30.4.1 / (download) - annotate - [select for diffs], Mon May 23 05:16:43 2016 UTC (6 years, 8 months ago) by bsiegert
Branch: pkgsrc-2016Q1
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored) next main 1.31 (colored)
Pullup ticket #5025 - requested by joerg sysutils/xenkernel33: build fix Revisions pulled up: - sysutils/xenkernel3/Makefile 1.31 - sysutils/xenkernel33/Makefile 1.30 - sysutils/xentools3/Makefile 1.47 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 21:25:06 UTC 2016 Modified Files: pkgsrc/sysutils/xenkernel3: Makefile pkgsrc/sysutils/xenkernel33: Makefile pkgsrc/sysutils/xentools3: Makefile Log Message: Make some GCC warnings non-fatal.
Revision 1.31 / (download) - annotate - [select for diffs], Wed May 18 21:25:06 2016 UTC (6 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored)
Make some GCC warnings non-fatal.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Dec 5 21:26:00 2015 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Branch point for: pkgsrc-2016Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.29 / (download) - annotate - [select for diffs], Fri May 9 07:37:20 2014 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:22 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.27: +4 -4
lines
Diff to previous 1.27 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 7 00:47:39 2013 UTC (9 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
Catch up with Clang ToT when it comes to various warnings and unsupported options.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 27 11:35:07 2013 UTC (9 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Make -Wunused-function non-fatal for clang.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 19 14:03:41 2013 UTC (9 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Explain xen version differences. There are 5 versions of xen in pkgsrc, which is confusing. Explain in DESCR which version is in which package (xenkernel3 contains 3.1), and which versions support PCI passthrough (only 3.1). Explain which versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the HOWTO is out of date and it's easy to end up with a non-working system on a 3.1 to 3.3 update. Cuation that 2.0 is beyond crufty. This is a DESCR-only change (with PKGREVISION++ of course). (ok during freeze agc@)
Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 11 19:57:51 2013 UTC (9 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.23: +16 -6
lines
Diff to previous 1.23 (colored)
Allow building Xen infrastructure with Clang. Fix various bugs in xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang default warnings. Bump revisions for those.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 23 19:51:36 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 20 03:48:10 2011 UTC (11 years, 2 months ago) by jym
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.21: +13 -5
lines
Diff to previous 1.21 (colored)
Create a MESSAGE so we know where to look for Xen kernels. i386 is specific due to the PAE kernel. Add license.
Revision 1.20.4.1 / (download) - annotate - [select for diffs], Sat Sep 10 23:34:16 2011 UTC (11 years, 4 months ago) by tron
Branch: pkgsrc-2011Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
Pullup ticket #3520 - requested by bouyer sysutils/xenkernel3: security patch sysutils/xenkernel33: security patch Revisions pulled up: - sysutils/xenkernel3/Makefile 1.21 - sysutils/xenkernel3/distinfo 1.15 - sysutils/xenkernel3/patches/patch-SA45835 1.1 - sysutils/xenkernel33/Makefile 1.15 - sysutils/xenkernel33/distinfo 1.14 - sysutils/xenkernel33/patches/patch-SA45835 1.1 --- Module Name: pkgsrc Committed By: bouyer Date: Sat Sep 10 18:35:51 UTC 2011 Modified Files: pkgsrc/sysutils/xenkernel3: Makefile distinfo pkgsrc/sysutils/xenkernel33: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel3/patches: patch-SA45835 pkgsrc/sysutils/xenkernel33/patches: patch-SA45835 Log Message: Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2, fixing SA45835. Bump pkgrevision
Revision 1.21 / (download) - annotate - [select for diffs], Sat Sep 10 18:35:51 2011 UTC (11 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Apply patch from http://www.openwall.com/lists/oss-security/2011/09/02/2, fixing SA45835. Bump pkgrevision
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Wed Mar 30 19:10:59 2011 UTC (11 years, 10 months ago) by tron
Branch: pkgsrc-2010Q4
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup ticket #3397 - requested by drochner sysutils/xenkernel3: security patch sysutils/xenkernel33: security patch Revisions pulled up: - sysutils/xenkernel3/Makefile 1.20 - sysutils/xenkernel3/distinfo 1.13 - sysutils/xenkernel3/patches/patch-ac 1.3 - sysutils/xenkernel33/Makefile 1.13 - sysutils/xenkernel33/distinfo 1.11 - sysutils/xenkernel33/patches/patch-ac 1.1 --- Module Name: pkgsrc Committed By: drochner Date: Thu Mar 24 12:04:57 UTC 2011 Modified Files: pkgsrc/sysutils/xenkernel33: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel33/patches: patch-ac Log Message: add patch from upstream (manually, due to changed #ifdefs and indentation) to fix possible crashes triggered by 64-bit guests (found by Cherry G. Mathew, CVE-2011-1166) bump PKGREV --- Module Name: pkgsrc Committed By: drochner Date: Thu Mar 24 12:43:53 UTC 2011 Modified Files: pkgsrc/sysutils/xenkernel3: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel3/patches: patch-ac Log Message: add patch from upstream (manually, due to changed #ifdefs and indentation) to fix possible crashes triggered by 64-bit guests (found by Cherry G. Mathew, CVE-2011-1166) bump PKGREV
Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 24 12:43:53 2011 UTC (11 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Branch point for: pkgsrc-2011Q2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
add patch from upstream (manually, due to changed #ifdefs and indentation) to fix possible crashes triggered by 64-bit guests (found by Cherry G. Mathew, CVE-2011-1166) bump PKGREV
Revision 1.18.12.1 / (download) - annotate - [select for diffs], Fri Dec 10 10:48:45 2010 UTC (12 years, 1 month ago) by tron
Branch: pkgsrc-2010Q3
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Pullup ticket #3298 - requested by bouyer sysutils/xenkernel3: security patch sysutils/xenkernel33: security patch Revisions pulled up: - sysutils/xenkernel3/Makefile 1.19 - sysutils/xenkernel3/distinfo 1.12 - sysutils/xenkernel3/patches/patch-dc 1.1 - sysutils/xenkernel33/Makefile 1.12 - sysutils/xenkernel33/distinfo 1.10 - sysutils/xenkernel33/patches/patch-ab 1.1 --- Module Name: pkgsrc Committed By: bouyer Date: Tue Dec 7 18:43:49 UTC 2010 Modified Files: pkgsrc/sysutils/xenkernel3: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel3/patches: patch-dc Log Message: Add a fix for CVE-2010-4255, from the xen-devel list and adapted for Xen 3.1 --- Module Name: pkgsrc Committed By: bouyer Date: Tue Dec 7 18:44:26 UTC 2010 Modified Files: pkgsrc/sysutils/xenkernel33: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel33/patches: patch-ab Log Message: Add a fix for CVE-2010-4255, from the xen-devel list. Bump PKGREVISION.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 7 18:43:48 2010 UTC (12 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base
Branch point for: pkgsrc-2010Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Add a fix for CVE-2010-4255, from the xen-devel list and adapted for Xen 3.1
Revision 1.18 / (download) - annotate - [select for diffs], Sun May 3 23:10:50 2009 UTC (13 years, 9 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Branch point for: pkgsrc-2010Q3
Changes since 1.17: +10 -9
lines
Diff to previous 1.17 (colored)
Add PKG_DESTDIR_SUPPORT and clean up some pkglint
Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 13 22:34:52 2009 UTC (13 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.16: +20 -2
lines
Diff to previous 1.16 (colored)
On i386 also build and install PAE versions of the xen kernel. Bump pkgrevision
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 24 18:57:59 2009 UTC (14 years ago) by bouyer
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
some device have I/O space but no mem space so checking iomem to grant privileges to non-0 domains is not enough. PKGREVISION++
Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 28 16:07:25 2008 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
Don't require Python at run time. Bump revision.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 27 19:59:40 2008 UTC (14 years, 9 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +5 -6
lines
Diff to previous 1.13 (colored)
Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:12 2008 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 25 20:11:17 2008 UTC (14 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Accept Python 2.5.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 20 22:48:27 2008 UTC (14 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Remplace patch-cx with the official fix from Xen. Bump PKGREVISION. Thanks to Christoph Egger for getting this fixed in Xen repository.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 15 20:34:35 2008 UTC (14 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.9: +3 -4
lines
Diff to previous 1.9 (colored)
Update xen3 packages to 3.1.3. Changes are mostly bugfixes and enhancement in HVM support.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 5 22:06:26 2007 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Remplace patches/patch-cy with fix from the Xen repository via Christoph Egger, and merge it back in patches/patch-ba (one patch per file). Bump PKGREVISION
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 3 21:54:28 2007 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.7: +4 -6
lines
Diff to previous 1.7 (colored)
Update the Xen3 packages to 3.1.2. Package changes: point HOMEPAGE to http://xen.org/ looks like the Xen peoples won't put a tarball on their http server for this; I built one from their repository and put it in ${MASTER_SITE_LOCAL} Summary of changes since 3.1.0: some of our patches have been integrated upstream, thanks to Christoph Egger various performances improvements and bug fixes, including some security fixes, and one bug that would lead to floating point register leak/corruption from HVM to PV guests on Intel VMX CPUs.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 26 19:35:24 2007 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Properly initialize physaddr_bitsize for native 64bit dom0. Makes NetBSD/xenamd64 boot on systems with more than 4Gb RAM. Bump pkgrevision.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 22 21:49:54 2007 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.5: +18 -2
lines
Diff to previous 1.5 (colored)
Make it build on NetBSD/amd64. This packages requires bash on this platform; if someone feels bored he can look at fixing the script :)
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 16 20:31:57 2007 UTC (15 years, 3 months ago) by bouyer
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Fix Xen kernel to silence a message on recursive Page Table Entries for level >= 3 (will send to Xen developers) Allow this package to build on x86_64. bump PKGREVISION.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 9 19:19:15 2007 UTC (15 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Remove trailing spaces.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 17 17:26:03 2007 UTC (15 years, 5 months ago) by bouyer
Branch: MAIN
Changes since 1.2: +29 -10
lines
Diff to previous 1.2 (colored)
Switch from using the pre-build binaries to building our own Xen kernel. Apply a patch (patch-b*) to xen-3.1.0 to fix the ELF loader so that the symbol table is properly loaded for the NetBSD dom0 kernel. This is from the Xen repository, based on a patch inistally submitted by Christoph Egger to Xen (thanks !). Should fix PR port-xen/36671. While there also provide a debug Xen kernel, built with debug=1. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 1 20:20:24 2007 UTC (15 years, 7 months ago) by bouyer
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jun 14 19:37:00 2007 UTC (15 years, 7 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Rename xenkernel30 to xenkernel3 to acknowledge that Xen dropped one digit in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 14 19:37:00 2007 UTC (15 years, 7 months ago) by bouyer
Branch: MAIN
Initial revision