Commit graph

68 commits

Author SHA1 Message Date
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
joerg
758b9c7e27 Screams for pkg-config. 2014-09-11 13:48:17 +00:00
bouyer
fea1c0fda2 Don't redefine MAP_ANONYMOUS is already defined. Fixes build on netbsd-7 2014-08-28 14:30:03 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
bouyer
d0189eee89 Make it build on netbsd-6 (and maybe netbsd-5):
Don't include other libraries in an archive, our ar seems to not
support it. Instead, list all libraries at link time.
2014-05-14 20:22:41 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
drochner
655e5b88dc add patch from upstream to fix use-after-free under memory pressure
(CVE-2014-1950)
bump PKGREV
2014-02-13 11:12:58 +00:00
wiz
a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089 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.
2014-01-25 10:29:56 +00:00
joerg
5d11b47f0f Use native shm_open on newer NetBSD/current. 2014-01-06 22:15:31 +00:00
drochner
ebb93af0b5 add patch from upstream to fix a regression which made that the symbol
table of NetBSD domU kernels was not loaded correctly, see
http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html
for details
bump PKGREV
2013-11-29 19:31:47 +00:00
joerg
3d4dd76d69 Catch up with Clang ToT when it comes to various warnings and
unsupported options.
2013-11-07 00:47:39 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
joerg
15a874e7b9 Make -Wunused-function non-fatal for clang. 2013-09-27 11:35:07 +00:00
drochner
a0905f63c4 update to 4.1.6.1
This release fixes the following critical vulnerabilities:
CVE-2013-1918 / XSA-45: Several long latency operations are not
 preemptible
CVE-2013-1952 / XSA-49: VT-d interrupt remapping source validation flaw
 for bridges
CVE-2013-2076 / XSA-52: Information leak on XSAVE/XRSTOR capable AMD CPUs
CVE-2013-2077 / XSA-53: Hypervisor crash due to missing exception
 recovery on XRSTOR
CVE-2013-2078 / XSA-54: Hypervisor crash due to missing exception
 recovery on XSETBV
CVE-2013-2194, CVE-2013-2195, CVE-2013-2196 / XSA-55: Multiple
 vulnerabilities in libelf PV kernel handling
CVE-2013-2072 / XSA-56: Buffer overflow in xencontrol Python bindings
 affecting xend
CVE-2013-2211 / XSA-57: libxl allows guest write access to sensitive
 console related xenstore keys
CVE-2013-1432 / XSA-58: Page reference counting error due to
 XSA-45/CVE-2013-1918 fixes
XSA-61: libxl partially sets up HVM passthrough even with disabled iommu
This release contains many bug fixes and improvements. The highlights are:
addressing a regression from the fix for XSA-21
addressing a regression from the fix for XSA-46
bug fixes to low level system state handling, including certain
 hardware errata workarounds

(CVE-2013-1918 and CVE-2013-1952 were patched in pkgsrc before)
2013-09-11 18:00:33 +00:00
joerg
ec6d34916e Fix header guard. 2013-07-16 22:28:26 +00:00
joerg
8fb971391a Fix header guard. 2013-07-13 19:43:21 +00:00
wiz
b4dd710e80 Replace py-curses/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
2013-06-04 07:38:49 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
joerg
66e760320d Fix ctype use. 2013-05-06 14:59:10 +00:00
drochner
1e646464a4 update to 4.1.5
This integrates fixes for all vulnerabilities which were patched
in pkgsrc before.
Among many bug fixes and improvements (around 50 since Xen 4.1.4):
 * ACPI APEI/ERST finally working on production systems
 * Bug fixes for other low level system state handling
 * Support for xz compressed Dom0 and DomU kernels
2013-05-03 16:48:37 +00:00
sborrill
675a2a56f5 Move version of ipxe-git to a variable in version.mk rather than being hardwired in
Makefile. This allows other packages (namely xenstoretools) to retrieve the
version number.
2013-04-29 11:22:42 +00:00
bouyer
f25daac6f5 Add patch from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-02/msg00005.html
2013-04-19 14:03:51 +00:00
joerg
8f28de81a1 Allow building Xen infrastructure with Clang. Fix various bugs in
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.
2013-04-11 19:57:51 +00:00
is
be2d05565d Make oxenstored (more) usable, as originally researched by
Aaron J. Grier, with implementation changes by myself:

- rules to add the run-time path correctly when building shared versions
  of libraries. Using -dllpath to ocamlmklib for this - ',' would need
  to be clumsily escaped from gmake.

  (This also needs a patched ocamlmklib - from ocaml 4.00.1nb2 -
  that has -elfmode which prevents -L paths being added to the
  run-time path).

- Path fixes, but not using fixed paths as originally proposed,
  but the SUBST framework.

- Trim whitespace off a numeric string read out of the kernel.
  Instead of open coding the function, use String.trim, as the
  String library is used, anyway. (available in ocaml >= 4.00.1)
2013-03-15 16:10:57 +00:00
drochner
e04bd3afcc oops, a patch was in the wrong sub-pkg
bump PKGREV
2013-01-20 15:21:54 +00:00
drochner
f93a8c27fa update to 4.1.4
changes:
-fixes for vulnerabilities integrated (were patched in pkgsrc)
-bug fixes and improvements
2013-01-18 11:27:43 +00:00
is
978ae1d1aa Fix for DOS: XSA25 (CVE-2012-4544 / CVE-2012-2625) - dom0 memory exhaustion
possibility by uncompressing of domU kernels.

From upstream; only file paths changed to be relative to our WRKSRC.

ok'd by cegger@/wiz@.
2012-12-19 12:29:44 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
bouyer
b9f0e561e0 Add missing command_interpreter in rc.d script, as pointed out by
dieter roelants. Bump pkgrevision
2012-09-23 15:10:44 +00:00
drochner
f647411127 update to 4.1.3
also add security patches from upstream

changes:
-fixes for vulnerabilities were integrated
-many bug fixes and improvements, Highlights are:
 -Bug fixes and improvements to the libxl tool stack

approved by maintainer
2012-09-12 11:09:32 +00:00
jym
3fa66231aa Do not skip domain's creation when a prehook cmd has been executed.
Reported by Brook Milligan on port-xen@.
2012-07-16 22:55:25 +00:00
bouyer
44b90627d2 Fix build failure reported by David Holland. I don't know why gmake didn't
stop for me on this error.
Bump PKGREVISION, as despite the error the package did build fine for me.
2012-05-30 08:29:43 +00:00
taca
d4a3afa031 Fix path of the target file in patch files. 2012-05-30 03:27:05 +00:00
bouyer
55f89809df Add support for PCI pass-through for HVM guests, based on patch sent by
dukzcry <lomka@gero.in> on netbsd-users@ on may 14. This supports
only HVM guests, and only with the xl tool.

bump pkgrevision.
2012-05-29 15:01:34 +00:00
abs
426d1b014c Correctly handle PKG_SYSCONFDIR - bump pkgrevision 2012-05-10 16:07:36 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
drochner
581d829a81 "xl shutdown --halt" doesn't work, remove the "--halt" 2012-02-24 11:44:03 +00:00
bouyer
7525399887 Pull up fix from Xen repository, fixing CVE-2012-0029:
Heap-based buffer overflow in the process_tx_desc function in the
e1000 emulation allows the guest to cause a denial of service (QEMU
crash) and possibly execute arbitrary code via crafted legacy mode
packets.

Bump PKGREVISION
2012-02-03 17:00:24 +00:00
cegger
137b8f7d1a Apply patch 79d1d3311319f3390f540f547becaba9d957f84c
from qemu upstream:

Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4.
This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0.

With this patch I can no longer reproduce PR 42455.
Bump package revision.
2012-01-26 11:19:23 +00:00
sbd
01ce2c530c Regenerate diffs for GNU patch. 2011-12-14 03:57:50 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
jmcneill
afae800479 fix previous 2011-10-29 14:16:53 +00:00
jmcneill
a4b54e7a16 Fix build for 32-bit hosts with a 64-bit time_t 2011-10-29 10:20:52 +00:00
bouyer
9cf3e080a7 Do not hardcode /usr/pkg, use $PREFIX 2011-10-28 11:31:29 +00:00
bouyer
5437a3f280 Re-add patch-dd and patch-de, without them it doesn't package properly.
Without these patches, config and sample files are installed in
${PREFIX}/etc/xen instead of ${PREFIX}/share/example/xen/
2011-10-26 13:39:48 +00:00
cegger
1027369895 Update to Xen 4.1.2
Fixes/features include:
 * New XL toolstack
 * kexec/kdump
 * Remus
 * Device passthrough to HVM guests
 * Interrupt handling
 * Support for Supervisor Mode Execution Protection (SMEP)
2011-10-21 18:26:58 +00:00