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

Jenkins 2.25 #415

Closed
wants to merge 114 commits into from
Closed

Jenkins 2.25 #415

wants to merge 114 commits into from

Commits on Sep 30, 2016

  1. Welcome to the pkgsrc-2016Q3 branch!

    jperkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    0cd6d3a View commit details
    Browse the repository at this point in the history
  2. Provide a default config file, use standard PKG_SYSCONFDIR.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    cc9f8df View commit details
    Browse the repository at this point in the history
  3. Add an option to generate the misc tools.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    5fe0b83 View commit details
    Browse the repository at this point in the history
  4. Fix the way REQUIRES are recorded based on ldd.

    Libraries provided by the same package that ldd wouldn't find under
    DESTDIR yet match a different library provided by e.g. the platform are
    no longer added to REQUIRES.
    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    464b788 View commit details
    Browse the repository at this point in the history
  5. Add a hackish way to build php-oci8 against the Oracle Instant Client.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    ae06378 View commit details
    Browse the repository at this point in the history
  6. www/nginx: Add compiled-in Passenger support

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8bca87c View commit details
    Browse the repository at this point in the history
  7. www/apache22: Change package name for worker MPM.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3cd6284 View commit details
    Browse the repository at this point in the history
  8. Fix default config file location

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    085d798 View commit details
    Browse the repository at this point in the history
  9. Apply our GCC diffs.

     - Add ALTERNATIVES files for lang/gcc4[789]
     - Include the .o files from gcc4[79] in the -libs packages.
     - Set LOCAL_INCLUDE_DIR to LOCALBASE.
     - Disable -fomit-frame-pointer, we like stack traces.
     - 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#264 (avoid tls emulation)
     - Fix TritonDataCenter/pkgsrc#270 (disable fixincludes)
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    992b827 View commit details
    Browse the repository at this point in the history
  10. Make accounts NP by default.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8613a08 View commit details
    Browse the repository at this point in the history
  11. First cut at 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    60702c3 View commit details
    Browse the repository at this point in the history
  12. Add suport 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    69c77a7 View commit details
    Browse the repository at this point in the history
  13. Ensure we can use an external libtool for binutils.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    d60c1e4 View commit details
    Browse the repository at this point in the history
  14. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3c83c94 View commit details
    Browse the repository at this point in the history
  15. Add dependency on gcc (DATASET-877)

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    4646181 View commit details
    Browse the repository at this point in the history
  16. Fix R vs. gcc47-libs problem by fixing R_LD_LIBRARY_PATH

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2cd87f9 View commit details
    Browse the repository at this point in the history
  17. editors/emacs24: libumem fixes.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    13b0a25 View commit details
    Browse the repository at this point in the history
  18. Apply Richard's libtool fix for -fstack-protector

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    57b416c View commit details
    Browse the repository at this point in the history
  19. Perf fix: Avoid using /bin/print in libtool.

    It isn't a bash builtin, but is tested first before printf, so we end
    up using it and having to exec it many times.  Make it a bogus command
    so that we pick the builtin printf instead.
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    efe8ada View commit details
    Browse the repository at this point in the history
  20. Add USE_GCC_RUNTIME as necessary.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    880e5cc View commit details
    Browse the repository at this point in the history
  21. Disable asm, incompatible with -fno-omit-frame-pointer

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    47c374c View commit details
    Browse the repository at this point in the history
  22. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    6af77b1 View commit details
    Browse the repository at this point in the history
  23. Patch PostgreSQL contrib modules for joyent/postgresql-contrib.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    7f39dec View commit details
    Browse the repository at this point in the history
  24. Add support for projects linked to SMF services.

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    10a6919 View commit details
    Browse the repository at this point in the history
  25. 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.
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    5170b77 View commit details
    Browse the repository at this point in the history
  26. Port over our patch for Bind config file, add JSON statistics option

    Filip Hajny authored and Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    78ed552 View commit details
    Browse the repository at this point in the history
  27. Record REQUIRES based on DT_NEEDED not ldd.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    c3c460e View commit details
    Browse the repository at this point in the history
  28. lang/perl5: fix full_ar wrkdir references

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    925f6c5 View commit details
    Browse the repository at this point in the history
  29. Pass ABI flag to the as(1) wrapper.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    52603a4 View commit details
    Browse the repository at this point in the history
  30. devel/libtool: remove TOOLS_BASEDIR references.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    499a84e View commit details
    Browse the repository at this point in the history
  31. devel/libtool: set search path with COMPILER_LIB_DIRS.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    25500f4 View commit details
    Browse the repository at this point in the history
  32. devel/libtool: Don't hardcode GCC library paths.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a0f6f15 View commit details
    Browse the repository at this point in the history
  33. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    440a30c View commit details
    Browse the repository at this point in the history
  34. test check-shlibs-elf fix.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    5371af6 View commit details
    Browse the repository at this point in the history
  35. lang/python: CHECK_WRKREF+=buildlink fixes.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    70214c9 View commit details
    Browse the repository at this point in the history
  36. databases/php-oci8: instantclient must be full dep.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2031fa4 View commit details
    Browse the repository at this point in the history
  37. Create .pkginfo file during 'package' phase.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    61ae2c4 View commit details
    Browse the repository at this point in the history
  38. mysql56-client: use bundled libedit

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    0c73a4f View commit details
    Browse the repository at this point in the history
  39. Implement multi-architecture support.

    This commit adds a number of new features to pkgsrc to enable
    multi-architecture packages:
    
      - pkgtools/abiexec is a new package which integrates the isaexec
        wrapper from Solaris.  Multi-architecture binaries are hardlinks
        to this file, which then determines the architecture-dependent
        binary to run, with 32-bit being the default.
    
      - pkg_install grows "@link" support to allow abiexec hardlinks to
        be created at pkg_add time.
    
      - mk grows a MULTIARCH variable, set by --multiarch in bootstrap,
        which determines whether or not to build multiarch packages.
    
      - Each phase target will run twice (once for each architecture)
        when MULTIARCH is enabled, and the final package will combine the
        output of each build.
    
      - Support is added to lang/gcc47 for the ABI environment variable to
        control -m32/-m64.
    
    As for package support:
    
      - Packages opt-in to multi-architecture support by setting
        USE_MULTIARCH=yes, but this is only activated based on MULTIARCH.
    
      - BINARCHSUFFIX and LIBARCHSUFFIX will expand to directory suffixes
        for the current ABI, and will normally be used where there are
        hardcoded 'bin' or 'lib' paths.
    
      - When MULTIARCH is enabled, pkgsrc will build each package twice
        (once for each architecture), and then combine the two into a
        single package.
    
    This is currently only supported on SunOS, but it is generic enough
    that support can easily be added for other platforms.
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    ca813ed View commit details
    Browse the repository at this point in the history
  40. Convert "archivers" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    629e88c View commit details
    Browse the repository at this point in the history
  41. Convert "audio" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    75db8e8 View commit details
    Browse the repository at this point in the history
  42. Convert "chat" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    ea3aa21 View commit details
    Browse the repository at this point in the history
  43. Convert "converters" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    c21c39d View commit details
    Browse the repository at this point in the history
  44. Convert "databases" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    da7b941 View commit details
    Browse the repository at this point in the history
  45. Convert "devel" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    82b1701 View commit details
    Browse the repository at this point in the history
  46. Convert "fonts" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    7997c9e View commit details
    Browse the repository at this point in the history
  47. Convert "geography" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    97a1608 View commit details
    Browse the repository at this point in the history
  48. Convert "graphics" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    e559b49 View commit details
    Browse the repository at this point in the history
  49. Convert "inputmethod" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    f7a5a62 View commit details
    Browse the repository at this point in the history
  50. Convert "lang" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3496531 View commit details
    Browse the repository at this point in the history
  51. Convert "mail" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    604aac5 View commit details
    Browse the repository at this point in the history
  52. Convert "math" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    aa358d2 View commit details
    Browse the repository at this point in the history
  53. Convert "meta-pkgs" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    f5fb819 View commit details
    Browse the repository at this point in the history
  54. Convert "misc" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    0cb3376 View commit details
    Browse the repository at this point in the history
  55. Convert "multimedia" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    874aa00 View commit details
    Browse the repository at this point in the history
  56. Convert "net" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    85e4409 View commit details
    Browse the repository at this point in the history
  57. Convert "pkgtools" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8fbafc0 View commit details
    Browse the repository at this point in the history
  58. Convert "print" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    77f5682 View commit details
    Browse the repository at this point in the history
  59. Convert "security" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a2fe9a6 View commit details
    Browse the repository at this point in the history
  60. Convert "sysutils" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    07ab170 View commit details
    Browse the repository at this point in the history
  61. Convert "textproc" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    37c453e View commit details
    Browse the repository at this point in the history
  62. Convert "www" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    942e87d View commit details
    Browse the repository at this point in the history
  63. Convert "x11" category to multiarch.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b47c4e9 View commit details
    Browse the repository at this point in the history
  64. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2dd779a View commit details
    Browse the repository at this point in the history
  65. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a4af988 View commit details
    Browse the repository at this point in the history
  66. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8f06ece View commit details
    Browse the repository at this point in the history
  67. Support USER_ADDITIONAL_PKGS.

    These are passed in as SUBDIR entries by the top-level Makefile.
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    647001b View commit details
    Browse the repository at this point in the history
  68. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b849b89 View commit details
    Browse the repository at this point in the history
  69. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    89cee8d View commit details
    Browse the repository at this point in the history
  70. Increase maximum top broken package count to 25.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    67e5027 View commit details
    Browse the repository at this point in the history
  71. Replace hardcoded ".tgz" with $pkg_sufx

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a968dd7 View commit details
    Browse the repository at this point in the history
  72. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    99369ea View commit details
    Browse the repository at this point in the history
  73. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8f6b2f7 View commit details
    Browse the repository at this point in the history
  74. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    005f652 View commit details
    Browse the repository at this point in the history
  75. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    32ad23d View commit details
    Browse the repository at this point in the history
  76. Save package build time for performance analysis.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8e28e06 View commit details
    Browse the repository at this point in the history
  77. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    897ee75 View commit details
    Browse the repository at this point in the history
  78. Enable pkg-build script logging.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    316df4e View commit details
    Browse the repository at this point in the history
  79. Pull in xz for pkg_summary and the machine report.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b54e012 View commit details
    Browse the repository at this point in the history
  80. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    e968c07 View commit details
    Browse the repository at this point in the history
  81. 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 Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8992559 View commit details
    Browse the repository at this point in the history
  82. Add support for README.push

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    06100f0 View commit details
    Browse the repository at this point in the history
  83. Add support for --link-dest atomic updates.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    dd7f96c View commit details
    Browse the repository at this point in the history
  84. 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.
    
    We also add support for percona packages and mysql73-cluster from
    pkgsrc-joyent.
    
    This isn't ideal yet, but does mostly work.
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    88445b3 View commit details
    Browse the repository at this point in the history
  85. mail/postfix: Support RFD42 user/group variables.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    5956ae9 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    cfd58af View commit details
    Browse the repository at this point in the history
  87. Merge branch 'joyent/feature/pbulkmulti/2016Q3' into joyent/release/2…

    …016Q3
    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    aecb586 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    3edebb6 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    13abed3 View commit details
    Browse the repository at this point in the history
  90. Add 'joyent' and 'wip' submodules.

    Jonathan Perkin committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    4acbee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. Pullup ticket #5112 - requested by taca

    www/ruby-http-cookie: security fix
    
    Revisions pulled up:
    - www/ruby-http-cookie/Makefile                                 1.2
    - www/ruby-http-cookie/distinfo                                 1.3
    
    ---
       Module Name:	pkgsrc
       Committed By:	taca
       Date:		Fri Sep 30 15:36:59 UTC 2016
    
       Modified Files:
       	pkgsrc/www/ruby-http-cookie: Makefile distinfo
    
       Log Message:
       Update ruby-http-cookie to 1.0.3.
    
       ## 1.0.3 (2016-09-30)
    
       - Treat comma as normal character in HTTP::Cookie.cookie_value_to_hash
         instead of key-value pair separator.  This should fix the problem
         described in CVE-2016-7401.
    bsiegert committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    15a6a18 View commit details
    Browse the repository at this point in the history
  2. Pullup ticket #5113 - requested by joerg

    devel/py-logilab-astng: build fix
    
    Revisions pulled up:
    - devel/py-logilab-astng/Makefile                               1.14
    - devel/py-logilab-astng/distinfo                               1.4
    - devel/py-logilab-astng/patches/patch-aa                       1.3
    
    ---
       Module Name:	pkgsrc
       Committed By:	joerg
       Date:		Sat Oct  1 13:00:10 UTC 2016
    
       Modified Files:
       	pkgsrc/devel/py-logilab-astng: Makefile distinfo
       	pkgsrc/devel/py-logilab-astng/patches: patch-aa
    
       Log Message:
       Fix 2to3 invocation.
    bsiegert committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    068de3b View commit details
    Browse the repository at this point in the history
  3. Pullup ticket #5114 - requested by joerg

    filesystems/squashfs: build fix
    
    Revisions pulled up:
    - filesystems/squashfs/Makefile                                 1.2
    
    ---
       Module Name:	pkgsrc
       Committed By:	joerg
       Date:		Sat Oct  1 13:00:42 UTC 2016
    
       Modified Files:
       	pkgsrc/filesystems/squashfs: Makefile
    
       Log Message:
       Provide lib path as well as rpath.
    bsiegert committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    889beaf View commit details
    Browse the repository at this point in the history
  4. Pullup ticket #5115 - requested by joerg

    games/libggz: build fix
    
    Revisions pulled up:
    - games/libggz/Makefile                                         1.11
    - games/libggz/distinfo                                         1.4
    - games/libggz/patches/patch-aa                                 1.2
    
    ---
       Module Name:	pkgsrc
       Committed By:	joerg
       Date:		Sat Oct  1 13:01:12 UTC 2016
    
       Modified Files:
       	pkgsrc/games/libggz: Makefile distinfo
       	pkgsrc/games/libggz/patches: patch-aa
    
       Log Message:
       Fix gnutls fallout. Bump revision.
    bsiegert committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    fde68ce View commit details
    Browse the repository at this point in the history
  5. Pullup ticket #5116 - requested by joerg

    graphics/adaptagrams: build fix
    
    Revisions pulled up:
    - graphics/adaptagrams/Makefile                                 1.3
    
    ---
       Module Name:	pkgsrc
       Committed By:	joerg
       Date:		Sat Oct  1 13:01:32 UTC 2016
    
       Modified Files:
       	pkgsrc/graphics/adaptagrams: Makefile
    
       Log Message:
       Uses libtool.
    bsiegert committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    90ee3ba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Configuration menu
    Copy the full SHA
    ac2c63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359a153 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. textproc/libunistring: multiarch

    Jonathan Perkin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    db1da28 View commit details
    Browse the repository at this point in the history
  2. lang/guile20: multiarch

    Jonathan Perkin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    10ad1c1 View commit details
    Browse the repository at this point in the history
  3. devel/autogen: multiarch

    Jonathan Perkin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    7be1193 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'joyent/feature/multiarch/2016Q3' into joyent/release/20…

    …16Q3
    Jonathan Perkin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    d890864 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. www/ap22-dnssd: crappy fix for C99 build issue

    Jonathan Perkin committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a89f417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7074ad View commit details
    Browse the repository at this point in the history
  3. Limit wm/awesome to lua51.

    Jonathan Perkin committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    2a93993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    491170f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. libfetch-2.37: pull in upstream fetch_read fixes.

    Jonathan Perkin committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    c862e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523ab8d View commit details
    Browse the repository at this point in the history
  3. Add branch information to .gitmodules

    Jonathan Perkin committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    3acafdd View commit details
    Browse the repository at this point in the history
  4. Update 'joyent' submodule.

    Jonathan Perkin committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    6cfc087 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Ensure upper limit in mysql{56,57}-client respective bl3.

    fhajny authored and Filip Hajny committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    ba1214d View commit details
    Browse the repository at this point in the history
  2. Bump PKGREVISION to pick up INSTALL script just added.

    Filip Hajny committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    89c8404 View commit details
    Browse the repository at this point in the history
  3. Bump PKGREVISION to mark the bl3 upper limit change.

    Filip Hajny committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    3df4906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523bdf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

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