Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ocaml-source-4.05.0-13.5 RPM for x86_64

From OpenSuSE Leap 15.5 for x86_64

Name: ocaml-source Distribution: SUSE Linux Enterprise 15
Version: 4.05.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 13.5 Build date: Sat Jun 6 03:02:02 2020
Group: Development/Languages/OCaml Build host: sheep92
Size: 556332 Source RPM: ocaml-4.05.0-13.5.src.rpm
Packager: https://www.suse.com/
Url: http://www.ocaml.org
Summary: Source code for OCaml libraries
OCaml is a high-level, strongly-typed, functional and object-oriented
programming language from the ML family of languages.

This package contains source code for OCaml libraries.

Provides

Requires

License

QPL-1.0 AND SUSE-LGPL-2.0-with-linking-exception

Changelog

* Thu May 14 2020 [email protected]
  - The filename for rpm *.attr files and the tag used within these
    files must match. Otherwise rpm will not execute the helper scripts.
    Use helper 'suseocaml' in addition to 'ocaml' to avoid
    filename conflicts with rpm-build.rpm (bsc#1154874)
* Thu Feb 20 2020 [email protected]
  - Require current ocaml-rpm-macros
  - Update options for ocaml() Provides/Requires to specify also
    OCAMLLIB, which is required for ocamlobjinfo and cmx (bsc#1154874)
  - Remove disabling of _lto_cflags, RPM_OPT_FLAGS are not used
  - Use ocaml_standard_library macro instead of _libdir/ocaml
  - Actually make use of ocaml-configure-Allow-user-defined-C-compiler-flags.patch
    and use '-Werror=implicit-function-declaration -Werror=return-type'
    in built-in CFLAGS for libraries and applications.
  - Add ocaml-assert.patch, backport from 4.06, found by new CFLAGS
  - Add a few desirable patches from 4.05 branch:
    ocaml-Fixes-for-out-of-range-Ialloc.patch
    ocaml-In-caml_executable_name-wrong-test-on-the-return-cod.patch
    ocaml-MPR-7591-frametable-not-8-aligned-on-x86-64-port.patch
    ocaml-byterun-do-not-alias-function-arguments-to-sigprocma.patch
  - Remove backup files from ocaml-fix_aarch64_build.patch
  - Record absolute path to gcc, cmdline is part of ocamlx() hash
  - Package a few more directories which belong only to this variant of OCaml
* Mon Nov 25 2019 [email protected]
  - move topdirs.cmi/cmt/cmti from runtime to compiler-libs-devel
    so that runtime does not depend on a devel pkg (bsc#1156934)
  - split place for META files, some go to ocaml, some to compiler-libs-devel
  - move ncurses-devel requires to ocaml, it is used by BYTECCLIBS
  - initialize bcond ocaml_make_testsuite
* Fri Nov 01 2019 [email protected]
  - Use ocaml-rpm-macros to decide about native or bytecode build
  - Move ocaml-findlib.rpm.prov_req.attr.sh to ocaml-rpm-macros
  - Provide META files for ocamlfind() provides, which are now
    created via ocaml-rpm-macros
  - Provide baseversion in ocaml(compiler)/ocaml(ocaml.opt)
  - Preserve fomit-frame-pointer again on ix86
  - Remove usage of USE_INTERP_RESULT, nothing seems to check for it
  - Use results from pkgconfig(x11) for CFLAGS/LDFLAGS
  - Use make_build/make_install, no parallel build yet
  - Remove BYTECCRPATH, NATIVECCRPATH and MKSHAREDLIBRPATH
  - Remove dead code which checked for libasmrun_pic.a (#7595)
  - Remove code that populated compiler-libs
* Mon Sep 30 2019 [email protected]
  - moved ocaml-rpm-macros from ocaml.spec to separate pkg
* Tue Sep 24 2019 [email protected]
  - Provide various macros to unify dune $cmd usage
* Mon Sep 23 2019 [email protected]
  - Disable LTO for all packages that use ocaml_preserve_bytecode
* Fri Aug 30 2019 [email protected]
  - Use separate package for emacs mode files, following upstreams
    move of the files to a separate repository
    (https://github.com/ocaml/ocaml/pull/2182). This reduces the
    build dependency chain of OCaml significantly, and in turn of
    every package depending on OCaml.
  - Move caml-mode specific patches to new package:
    * ocaml-3.00-camldebug_el.patch
    * ocaml-3.04-ocamltags--no-site-start.patch
    * ocaml-3.09-emacs_localcompile.patch
* Thu Aug 22 2019 [email protected]
  - Move /etc/rpm/macros.ocaml to /usr/lib/rpm/macros.d/macros.ocaml
* Wed Apr 24 2019 [email protected]
  - Disable LTO (bsc#1133269)
* Mon Jul 02 2018 [email protected]
  - Tag license files with %license, not %doc
  - Backport patch to fix build on aarch64: 'AArch64 GOT fixed'
    https://github.com/ocaml/ocaml/pull/1330:
    * ocaml-fix_aarch64_build.patch
    (bsc#1151745)
* Tue Apr 24 2018 [email protected]
  - update ocaml-4.05.0-CVE-2018-9838.patch that causes "undefined
    reference to `caml_umul_overflow`" build failure. Replace this
    function that is not available in ocaml 4.05 (added in ocaml
    4.06) with the present caml_ba_multov() that is basically the
    same [bnc#1088591] [CVE-2018-9838]
* Fri Apr 13 2018 [email protected]
  - add ocaml-4.05.0-CVE-2018-9838.patch to fix integer overflows
    when unmarshaling a bigarray. Malicious or corrupted marshaled
    data can result in a bigarray with impossibly large dimensions
    that cause overflow when computing the in-memory size of the
    bigarray. Disaster ensues when the data is read in a too small
    memory area [bnc#1088591] [CVE-2018-9838]
* Wed Apr 04 2018 [email protected]
  - run spec-cleaner
  - update URL to www.ocaml.org
  - the language is officially called OCaml and not Objective Caml,
    rename it in summaries and descriptions
  - tweak summaries and descriptions
  - remove definition of %{_rpmconfigdir} macro - it should be
    defined on all distros by default now
* Wed Apr 04 2018 [email protected]
  - Remove info and html documentation because it is not as free
    as it should be. Drop ocaml-docs package. (bsc#1080640)
  - adjust ocaml-3.09-emacs_localcompile.patch and
    ocaml-3.08.3-gcc4.patch for autosetup
* Thu Aug 10 2017 [email protected]
  - Provide ocaml(ocaml_base_version) for camlp4
* Tue Jul 25 2017 [email protected]
  - Use Group: Development/Languages/OCaml
* Mon Jul 17 2017 [email protected]
  - update version 4.05.0
    * http://caml.inria.fr/pub/distrib/ocaml-4.05/notes/Changes
  - build with -no-cplugins (CVE-2017-9772)
* Mon Jul 17 2017 [email protected]
  - Remove autodeps for pre openSUSE 12.1 releases
* Tue Jun 06 2017 [email protected]
  - Clear _find_debuginfo_dwz_opts to avoid file conflicts due
    to identical contents in .dwz sections
* Wed May 31 2017 [email protected]
  - Install libasmrun_pic to fix build with gcc7
* Thu Jun 30 2016 [email protected]
  - Correct .TH macro creation in ocamldoc (ocaml#7281)
    ocamldoc-man-th.patch
* Thu Jun 16 2016 [email protected]
  - Install ocamltags in emacs site-lisp, do not add a shebang anymore
* Mon Jun 13 2016 [email protected]
  - Provide various macros to unify oasis ocaml setup.ml $cmd usage
* Tue Jun 07 2016 [email protected]
  - ocaml-compiler-libs requires ncurses-devel for some bytecode
    compilation
* Fri May 27 2016 [email protected]
  - Add Provides/Requires for ocamlfind() from META files
* Wed May 18 2016 [email protected]
  - update version 4.03.0 (fate#320836)
    * http://caml.inria.fr/pub/distrib/ocaml-4.03/notes/Changes
    drop ocaml-ppc64.patch
    drop ocaml-ppc64le.patch
    drop ocaml-arch-rlimit-stacksize.patch
    drop ocaml-4.02.3-bufferoverflow_infoleak.patch
* Wed May 04 2016 [email protected]
  - add ocaml-4.02.3-bufferoverflow_infoleak.patch to prevent buffer
    overflow and information leak [bsc#977990], [CVE-2015-8869]
  - use spec-cleaner to clean the specfile
* Wed Nov 11 2015 [email protected]
  - Increase rlimit stack size on ppc64
    ocaml-arch-rlimit-stacksize.patch
* Tue Nov 10 2015 [email protected]
  - Add hardcoded Provides for pre 12.1 repos
* Wed Sep 16 2015 [email protected]
  - update version 4.02.3
    * http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Tue Aug 04 2015 [email protected]
  - use spec-cleaner
* Tue Jun 23 2015 [email protected]
  - update version 4.02.2
    * http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Thu Oct 23 2014 [email protected]
  - Recognize macros provided by prjconf to disable ocamlopt and
    run testsuite
* Thu Oct 23 2014 [email protected]
  - New subpackage ocaml-rpm-macros
* Wed Oct 22 2014 [email protected]
  - update version 4.02.1
    * http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Mon Oct 20 2014 [email protected]
  - Update ppc64/ppc64le patch (bnc#901836)

Files

/usr/lib64/ocaml/arg.ml
/usr/lib64/ocaml/array.ml
/usr/lib64/ocaml/arrayLabels.ml
/usr/lib64/ocaml/buffer.ml
/usr/lib64/ocaml/bytes.ml
/usr/lib64/ocaml/bytesLabels.ml
/usr/lib64/ocaml/callback.ml
/usr/lib64/ocaml/camlinternalFormat.ml
/usr/lib64/ocaml/camlinternalFormatBasics.ml
/usr/lib64/ocaml/camlinternalLazy.ml
/usr/lib64/ocaml/camlinternalMod.ml
/usr/lib64/ocaml/camlinternalOO.ml
/usr/lib64/ocaml/char.ml
/usr/lib64/ocaml/complex.ml
/usr/lib64/ocaml/digest.ml
/usr/lib64/ocaml/ephemeron.ml
/usr/lib64/ocaml/filename.ml
/usr/lib64/ocaml/format.ml
/usr/lib64/ocaml/gc.ml
/usr/lib64/ocaml/genlex.ml
/usr/lib64/ocaml/hashtbl.ml
/usr/lib64/ocaml/int32.ml
/usr/lib64/ocaml/int64.ml
/usr/lib64/ocaml/lazy.ml
/usr/lib64/ocaml/lexing.ml
/usr/lib64/ocaml/list.ml
/usr/lib64/ocaml/listLabels.ml
/usr/lib64/ocaml/map.ml
/usr/lib64/ocaml/marshal.ml
/usr/lib64/ocaml/moreLabels.ml
/usr/lib64/ocaml/nativeint.ml
/usr/lib64/ocaml/obj.ml
/usr/lib64/ocaml/oo.ml
/usr/lib64/ocaml/parsing.ml
/usr/lib64/ocaml/pervasives.ml
/usr/lib64/ocaml/printexc.ml
/usr/lib64/ocaml/printf.ml
/usr/lib64/ocaml/queue.ml
/usr/lib64/ocaml/random.ml
/usr/lib64/ocaml/scanf.ml
/usr/lib64/ocaml/set.ml
/usr/lib64/ocaml/sort.ml
/usr/lib64/ocaml/spacetime.ml
/usr/lib64/ocaml/stack.ml
/usr/lib64/ocaml/stdLabels.ml
/usr/lib64/ocaml/std_exit.ml
/usr/lib64/ocaml/stream.ml
/usr/lib64/ocaml/string.ml
/usr/lib64/ocaml/stringLabels.ml
/usr/lib64/ocaml/sys.ml
/usr/lib64/ocaml/uchar.ml
/usr/lib64/ocaml/weak.ml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jul 9 18:11:13 2024