Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HAproxy's Makefile Linux new target name #216

Commits on Jan 15, 2019

  1. multimedia/ffmpeg1: add option to generate tools

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    49ddbcd View commit details
    Browse the repository at this point in the history
  2. www/nginx: Add compiled-in Passenger support

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    55cd00f View commit details
    Browse the repository at this point in the history
  3. mk/pkginstall: DATASET-780, permit existing users

    There should be an option with packages to re-use an existing user or
    group, even if a specific uid/gid is provided.  This commit introduces a
    user variable to configure this: PKGINSTALL_IGNORE_UIDGID.
    
    When PKGINSTALL_IGNORE_UIDGID is true then pkg_install will not try to
    create the user/group as specified.  If the user/group does not exist
    but the specified uid/gid is, then the uid/gid will be stripped so that
    the system can allocate one at random.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    610d524 View commit details
    Browse the repository at this point in the history
  4. mk/wrapper: add support for _WRAP_EXTRA_LIBS

    This allows specifying additional libraries in the output phase, and is
    a special case compared to _WRAP_EXTRA_ARGS as we need to ensure that
    these libaries are not applied when using Sun ld in -r mode.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    636ba00 View commit details
    Browse the repository at this point in the history
  5. devel/binutils: avoid unwanted dependencies

      * Disable zlib so that we don't pull in platform libz.
      * Set OVERRIDE_DIRDEPTH.depcomp=1 to disable depcomp-override
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d10fb9c View commit details
    Browse the repository at this point in the history
  6. www/varnish: add dependency on gcc (DATASET-877)

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6fd9280 View commit details
    Browse the repository at this point in the history
  7. math/R: Set R_LD_LIBRARY_PATH to fix GCC libs

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a747b86 View commit details
    Browse the repository at this point in the history
  8. Add USE_GCC_RUNTIME as necessary.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    8820e9b View commit details
    Browse the repository at this point in the history
  9. multimedia/ffmpeg2: disable asm (-fno-omit-frame-pointer)

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5bed3b9 View commit details
    Browse the repository at this point in the history
  10. pkgtools/cwrappers: support CWRAPPERS_LDADD.

    This allows arguments to be added when a wrapper is generating an
    object, and is useful for inserting a specific library into each,
    for example -lumem on SunOS.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cbc4b68 View commit details
    Browse the repository at this point in the history
  11. databases/postgresql94: patch modules for joyent/postgresql-contrib

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3d5fb30 View commit details
    Browse the repository at this point in the history
  12. mk: add support for projects linked to SMF

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f46fa09 View commit details
    Browse the repository at this point in the history
  13. mk: record REQUIRES based on DT_NEEDED not ldd.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a785eeb View commit details
    Browse the repository at this point in the history
  14. lang/perl5: fix full_ar wrkdir references

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    aac32e0 View commit details
    Browse the repository at this point in the history
  15. mk: pass ABI flag to the as(1) wrapper.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3d0d9ae View commit details
    Browse the repository at this point in the history
  16. devel/libtool: apply our changes:

     - Remove TOOLS_BASEDIR references.
     - Set search path with COMPILER_LIB_DIRS.
     - Don't hardcode GCC library paths.
     - Can't use -nostdlib (due to the above change).
    
    mk/compiler/gcc.mk: remove libtool-base handling.
    
    We need this to ensure that sys_lib_search_path_spec is correct and
    prefers the runtime library.  Without this we see failures where
    packages using libtool try to use both libstdc++.so's.
    
    Ensure we can use an external libtool for binutils.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a38fc6b View commit details
    Browse the repository at this point in the history
  17. pkg_install: explicitly disable lzma.

    Avoids accidentally picking up a broken/non-working one from the
    environment, or linking against one we don't have installed everywhere.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c39ab9a View commit details
    Browse the repository at this point in the history
  18. lang/python: CHECK_WRKREF+=buildlink fixes.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f7bb03d View commit details
    Browse the repository at this point in the history
  19. databases/php-oci8: build against joyent/instantclient

    Filip Hajny authored and Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    051712a View commit details
    Browse the repository at this point in the history
  20. mk: create .pkginfo file during 'package' phase.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2f50d9e View commit details
    Browse the repository at this point in the history
  21. pkg_install: compile openssl statically

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    153a01f View commit details
    Browse the repository at this point in the history
  22. libfetch: fix proxy connections

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    986f20f View commit details
    Browse the repository at this point in the history
  23. bootstrap: Do not save compiler flags to mk.conf.

    We already set them explicitly in pkgbuild and besides avoiding
    duplicates this also allows us to change them without having to rebuild
    bootstrap.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bd3eeaf View commit details
    Browse the repository at this point in the history
  24. mk: Any errors creating .pkginfo should be ignored.

    Resolves issues when bootstrapping without a suitable pkg_info
    available, as the bootstrap pkg_info is unable to operate on binary
    packages.  Fixes TritonDataCenter/pkgsrc-legacy#564
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a3b120b View commit details
    Browse the repository at this point in the history
  25. openssl: Remove perl runtime dependency.

    It is only used for c_rehash and a couple of other example tools, and
    users can install perl manually if they require them.  It bloats too
    much by default for something that is used so little, if at all.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cd5b00b View commit details
    Browse the repository at this point in the history
  26. lang/gcc7: Apply our GCC changes.

     - Add ALTERNATIVES files.
     - Include necessary object files in the -libs package.
     - Prune unnecessary libraries from the -libs package.
     - Set local prefix to LOCALBASE (except tools build), and link against
       it by default.
     - Disable -fomit-frame-pointer, we like stack traces.
     - Disable --as-needed to avoid libgcc_s dependency.
     - Disable __stack_chk_fail_local (fixes 32-bit)
     - Support -fclone-functions, -fstrict-calling-conventions, -msave-args
     - Fix check-shlibs in -libs
     - Fix TritonDataCenter/pkgsrc-legacy#264 (avoid tls emulation)
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ee7126c View commit details
    Browse the repository at this point in the history
  27. lang/gcc49: Apply our GCC changes.

     - Add ALTERNATIVES files.
     - Include the .o files in the -libs packages.
     - Prune unnecessary libraries from the -libs package.
     - Set local prefix to LOCALBASE (except tools build), and link against
       it by default.
     - Disable -fomit-frame-pointer, we like stack traces.
     - Disable __stack_chk_fail_local (fixes 32-bit)
     - DATASET-953 disable full gcc47 dependency
     - Implement -fstrict-calling-conventions, from richlowe.
     - Cleanup DEPENDS when using -libs
     - Fix check-shlibs in -libs
     - Fix TritonDataCenter/pkgsrc-legacy#264 (avoid tls emulation)
     - Fix for building with newer GCC.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d78a228 View commit details
    Browse the repository at this point in the history
  28. mk/pkginstall: make accounts NP by default

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d0076d5 View commit details
    Browse the repository at this point in the history
  29. mk: Enable CTF logging (Joyent specific)

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2ce469e View commit details
    Browse the repository at this point in the history
  30. Ignore files under PKGBUILD_BASEDIR for scanning.

    These update a lot but not in a way that will affect the scan results,
    and if that is the case then we remove old bulklogs anyway.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    0e10902 View commit details
    Browse the repository at this point in the history
  31. Support chrooted builds.

    This adds a chroot handling script and a few additional variables to
    pbulk.conf:
    
      - $chroot_create and $chroot_delete point to scripts which create and
        delete a sandbox respectively, each taking a path argument of the
        chroot location.
    
      - $chroot_dir is the base directory where chroots are created.
    
      - $build_chroots and $scan_chroots specify the number of build and
        scan chroots to create respectively.
    
    If the number of chroots is 1, they are named:
    
      ${chroot_dir}-build
      ${chroot_dir}-scan
    
    otherwise they are named i=1..N:
    
      ${chroot_dir}-build-${i}
      ${chroot_dir}-scan-${i}
    
    The chroot_dir variable isn't brilliantly named, but at this point is
    baked into too many of our pbulk branches to change.
    
    Currently users of this need to provide their own create/delete scripts,
    though hopefully at some point I'll provide sysutils/mksandbox wrappers
    as examples for getting started.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e3019a4 View commit details
    Browse the repository at this point in the history
  32. Support specifying pbulk.conf on the command line.

    This allows a single pbulk install to handle multiple builds easily
    without having to switch out the main pbulk.conf each time.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    90ca640 View commit details
    Browse the repository at this point in the history
  33. Support USER_ADDITIONAL_PKGS.

    These are passed in as SUBDIR entries by the top-level Makefile.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d5b4fcf View commit details
    Browse the repository at this point in the history
  34. Support optional $client_clean_local script.

    This allows local customisations to the client-clean script, for example
    our OSX /tmp ramdisk cleanup:
    
      https://github.com/joyent/pkgbuild/blob/master/scripts/client-clean-osx
    
    which is necessary to keep the ramdisk usage pruned.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7812cbe View commit details
    Browse the repository at this point in the history
  35. Don't recursively mark packages as restricted.

    This is useful when e.g. using Oracle Java which cannot be
    redistributed.  It should still be possible to install packages which
    depend upon it after the user has installed the restricted package
    manually first.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    4623b4d View commit details
    Browse the repository at this point in the history
  36. Increase maximum top broken package count to 25.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    43d2e8c View commit details
    Browse the repository at this point in the history
  37. Replace hardcoded ".tgz" with $pkg_sufx

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    468aee6 View commit details
    Browse the repository at this point in the history
  38. Move OS variable generation to the first build.

    There's no guarantee that the pbulk master is running the same OS
    version that the pbulk clients are.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6c02493 View commit details
    Browse the repository at this point in the history
  39. Ensure each build starts with clean passwd files.

    Skipped on Darwin as it has a centralised OpenDirectory database,
    however finding a way to do this on Darwin would be greatly beneficial.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d4ef771 View commit details
    Browse the repository at this point in the history
  40. Support uploading reports to Manta.

    Assumes pbulk.conf is populated with the appropriate variables and that
    nodejs and the 'manta' npm package is installed under $MANTA_PATH.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    68a6fc9 View commit details
    Browse the repository at this point in the history
  41. Generate checksum and pkginfo at package build time.

    This saves a decent amount of time at the end of a pbulk run (around 20
    minutes) by avoiding a single-threaded operation to generate them.
    
    XXX: not currently handled by custom $sync_package scripts
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    894e566 View commit details
    Browse the repository at this point in the history
  42. Save package build time for performance analysis.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cc09438 View commit details
    Browse the repository at this point in the history
  43. Add support for $local_bulklog

    This is a directory where the bulklog files are written to temporarily
    before either being moved to $bulklog at the end of a failed build or
    removed.
    
    This avoids failures when writing to an NFS-backed $bulklog (seen most
    commonly with 'gmake: write error'), and also improves performance.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7d16325 View commit details
    Browse the repository at this point in the history
  44. Enable pkg-build script logging.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    82a3dd9 View commit details
    Browse the repository at this point in the history
  45. Pull in xz for pkg_summary and the machine report.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d7a29a2 View commit details
    Browse the repository at this point in the history
  46. Add support for $script_phase_pre_upload.

    This is set to a script that is executed by the upload script prior to
    starting the actual upload, and is useful for performing any sanity
    checks on what is about to be uploaded.
    
    Add variables used by Joyent to ensure a certain number of packages
    built ($pkg_rsync_min) and that a list of core packages all built
    successfully ($pkg_rsync_required_pkgs) to the example config.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    55d812d View commit details
    Browse the repository at this point in the history
  47. Exit pool loop when we've seen all returned events.

    Avoids issues seen on SunOS and Darwin where LIST_NEXT would return
    garbage.  Use event_del() while here.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f86a72c View commit details
    Browse the repository at this point in the history
  48. Add support for README.push

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    2aaec86 View commit details
    Browse the repository at this point in the history
  49. Add support for --link-dest atomic updates.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9c82401 View commit details
    Browse the repository at this point in the history
  50. Support $report_platform.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    529ee5e View commit details
    Browse the repository at this point in the history
  51. Generate pkg_files archives.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5bc8162 View commit details
    Browse the repository at this point in the history
  52. Category links are no more, remove support for them.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e324d54 View commit details
    Browse the repository at this point in the history
  53. Ensure the options cache directory is created.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d672f06 View commit details
    Browse the repository at this point in the history
  54. Use --partial-dir to avoid rsync mirror failures.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    fdf643e View commit details
    Browse the repository at this point in the history
  55. Add parallelism to pkg_{files,summary} creation.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c2286ba View commit details
    Browse the repository at this point in the history
  56. Send report mail after finishing report upload.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    fae6b03 View commit details
    Browse the repository at this point in the history
  57. fix "set -e" failure in new pkg_summary generation.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1aa2f21 View commit details
    Browse the repository at this point in the history
  58. Apply pbulk support for MySQL/Percona.

    This updates the mysql.buildlink3.mk file to support multiple versions,
    and adds some support for building multiple p5-DBD-mysql and py-mysqldb
    packages.
    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ae25f42 View commit details
    Browse the repository at this point in the history
  59. Add pbulkmulti support for php pgsql.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e4ddd07 View commit details
    Browse the repository at this point in the history
  60. myodbc: Test multi-mysql version.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1423249 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    972260d View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    8bb22b7 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    92976c6 View commit details
    Browse the repository at this point in the history
  64. Add 'joyent' and 'wip' submodules.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d6f3eb6 View commit details
    Browse the repository at this point in the history
  65. Update 'joyent' submodule.

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    e6ae314 View commit details
    Browse the repository at this point in the history
  66. gcc{49,7}: Test tools path fixes from miscfix

    Jonathan Perkin committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    698114b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    ab359eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    8dd2b01 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    fadc653 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    29f58bd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    2798c87 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    3e4a474 View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    c06307d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    ef85f50 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    108843f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    2e34d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2209280 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    983aa5b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Configuration menu
    Copy the full SHA
    81b6fe5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    06c8c9f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    8acec9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07578a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    783a5b8 View commit details
    Browse the repository at this point in the history
  2. rust: Test jbk patches.

    Jonathan Perkin committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    e34a757 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    8400a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. gcc7: Ensure the correct values objects are used.

    Based on a patch from richlowe, expanded to handle all current possible
    -std= variants except e.g. "-std=iso9899:1999" as it's not clear how to
    handle the embedded colon in the startfile syntax.
    Jonathan Perkin committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d3ce743 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    bdb7b95 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    b95d0fb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    066caf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    da7fcb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    7f64bff View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Configuration menu
    Copy the full SHA
    de548cb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    7be6b29 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    d3b1238 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    8acc41c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    b7a4f36 View commit details
    Browse the repository at this point in the history
  2. Update 'wip' submodule.

    Jonathan Perkin committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f69658d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    a99e8f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    62f6b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72a8e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    39da573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b7d1b View commit details
    Browse the repository at this point in the history
  3. Update 'wip' submodule.

    Jonathan Perkin committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7dbd055 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    d505cb0 View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c8fc78f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    fc096fb View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    157ff52 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    a543804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65227a View commit details
    Browse the repository at this point in the history
  3. Update 'joyent' submodule.

    Jonathan Perkin committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    44dde02 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    a1d14b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    73c1f25 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    2110ceb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    3c5c85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11cda0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    dc262a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    bf63dac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    6a60f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    9da61d0 View commit details
    Browse the repository at this point in the history
  2. Update 'wip' submodule.

    Jonathan Perkin committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    9efab5c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    9ebd9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c0204 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    93abd51 View commit details
    Browse the repository at this point in the history
  2. Update 'wip' submodule.

    Jonathan Perkin committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ed192e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Merge branch 'trunk' into joyent/release/trunk

    Jonathan Perkin committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    ddacb52 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    eb2c6cd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    f9fa850 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    b356634 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. fix rust checksum

    Jonathan Perkin committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    dbbe179 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Merge branch 'trunk' into joyent/release/trunk

    Jonathan Perkin committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    92f9685 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    38795ac View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    4180b5f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    8e6e7fd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    e7b0093 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    980cc58 View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' and 'wip' submodules.

    Jonathan Perkin committed May 10, 2019
    Configuration menu
    Copy the full SHA
    7ab3de8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    278ff7d View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4b00ddf View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    01a156a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    b728234 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    8f95535 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    42a763f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    fde0707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4254cf View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Configuration menu
    Copy the full SHA
    c2972b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    cf1ff08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2654dcb View commit details
    Browse the repository at this point in the history
  3. llvm fix

    Jonathan Perkin committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    6fba734 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    e42e42e View commit details
    Browse the repository at this point in the history
  2. Update 'wip' submodule.

    Jonathan Perkin committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    c9a64b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    aae51cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e0a62 View commit details
    Browse the repository at this point in the history
  3. gettext-lib: Test automatic -lintl fix.

    Jonathan Perkin committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    077033d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    52c928e View commit details
    Browse the repository at this point in the history
  2. gettext-lib: Try BUILDLINK_LDFLAGS instead.

    Jonathan Perkin committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    728ed97 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    3c18004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d25bb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    4621223 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    0fe66c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    11bacde View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    95dc31b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    e2b18ab View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    cdcddae View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    c6e5ccf View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    80e56ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d6142 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    746cc81 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    109e09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02ac22 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    c1dadfd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    8f553c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3717c97 View commit details
    Browse the repository at this point in the history
  3. Update 'joyent' submodule.

    Jonathan Perkin committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    47fdbfd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. mk: Improve +BUILD_INFO generation time.

    Cache REQUIRES entries so that we don't need to continue forking for
    every one.  Reduces time for net/samba4 from 10 minutes to 6 seconds.
    Jonathan Perkin committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    425efe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112309d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    4dcf844 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    4d2272d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05dd8b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    f316820 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    44e0030 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    837fc01 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Configuration menu
    Copy the full SHA
    75cf1f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    1796467 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    864a98b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    ed04c22 View commit details
    Browse the repository at this point in the history
  2. Update 'wip' submodule.

    Jonathan Perkin committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    42ec763 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    9f8c379 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    9f299f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    c7875df View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    57f7f4e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    ab67939 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    921571c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    691a808 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    aae3559 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. mk/mysql: Add support for mysql80 and percona80.

    Jonathan Perkin committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    6f99c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7344254 View commit details
    Browse the repository at this point in the history
  3. Update 'joyent' submodule.

    Jonathan Perkin committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    c091985 View commit details
    Browse the repository at this point in the history
  4. Add mysql80-{client,server} packages for testing.

    Jonathan Perkin committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e62de07 View commit details
    Browse the repository at this point in the history
  5. mysql80*: Some fixes.

    Jonathan Perkin committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    44ea19f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b88fde View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    f1040cb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    04506c6 View commit details
    Browse the repository at this point in the history
  2. Update 'joyent' submodule.

    Jonathan Perkin committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    4be2201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f49247a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    d58e78f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    7372630 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    95462af View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    1b131bd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Backport erlang fix from CVS.

    Jonathan Perkin committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    b357107 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    96ce226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e7576 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    59ab6e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    a4b7caf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Update HAproxy's Makefile Linux new target name

    Thomas Chrétien committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    103bd32 View commit details
    Browse the repository at this point in the history