-
Notifications
You must be signed in to change notification settings - Fork 64
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
Jenkins 2.25 #415
Commits on Sep 30, 2016
-
Welcome to the pkgsrc-2016Q3 branch!
jperkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 0cd6d3a - Browse repository at this point
Copy the full SHA 0cd6d3aView commit details -
Provide a default config file, use standard PKG_SYSCONFDIR.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for cc9f8df - Browse repository at this point
Copy the full SHA cc9f8dfView commit details -
Add an option to generate the misc tools.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 5fe0b83 - Browse repository at this point
Copy the full SHA 5fe0b83View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 464b788 - Browse repository at this point
Copy the full SHA 464b788View commit details -
Add a hackish way to build php-oci8 against the Oracle Instant Client.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ae06378 - Browse repository at this point
Copy the full SHA ae06378View commit details -
www/nginx: Add compiled-in Passenger support
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8bca87c - Browse repository at this point
Copy the full SHA 8bca87cView commit details -
www/apache22: Change package name for worker MPM.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3cd6284 - Browse repository at this point
Copy the full SHA 3cd6284View commit details -
Fix default config file location
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 085d798 - Browse repository at this point
Copy the full SHA 085d798View commit details -
- 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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 992b827 - Browse repository at this point
Copy the full SHA 992b827View commit details -
Jonathan Perkin committed
Sep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8613a08 - Browse repository at this point
Copy the full SHA 8613a08View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 60702c3 - Browse repository at this point
Copy the full SHA 60702c3View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 69c77a7 - Browse repository at this point
Copy the full SHA 69c77a7View commit details -
Ensure we can use an external libtool for binutils.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for d60c1e4 - Browse repository at this point
Copy the full SHA d60c1e4View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3c83c94 - Browse repository at this point
Copy the full SHA 3c83c94View commit details -
Add dependency on gcc (DATASET-877)
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 4646181 - Browse repository at this point
Copy the full SHA 4646181View commit details -
Fix R vs. gcc47-libs problem by fixing R_LD_LIBRARY_PATH
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 2cd87f9 - Browse repository at this point
Copy the full SHA 2cd87f9View commit details -
editors/emacs24: libumem fixes.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 13b0a25 - Browse repository at this point
Copy the full SHA 13b0a25View commit details -
Apply Richard's libtool fix for -fstack-protector
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 57b416c - Browse repository at this point
Copy the full SHA 57b416cView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for efe8ada - Browse repository at this point
Copy the full SHA efe8adaView commit details -
Add USE_GCC_RUNTIME as necessary.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 880e5cc - Browse repository at this point
Copy the full SHA 880e5ccView commit details -
Disable asm, incompatible with -fno-omit-frame-pointer
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 47c374c - Browse repository at this point
Copy the full SHA 47c374cView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 6af77b1 - Browse repository at this point
Copy the full SHA 6af77b1View commit details -
Patch PostgreSQL contrib modules for joyent/postgresql-contrib.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 7f39dec - Browse repository at this point
Copy the full SHA 7f39decView commit details -
Add support for projects linked to SMF services.
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 10a6919 - Browse repository at this point
Copy the full SHA 10a6919View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 5170b77 - Browse repository at this point
Copy the full SHA 5170b77View commit details -
Port over our patch for Bind config file, add JSON statistics option
Filip Hajny authored and Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 78ed552 - Browse repository at this point
Copy the full SHA 78ed552View commit details -
Record REQUIRES based on DT_NEEDED not ldd.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for c3c460e - Browse repository at this point
Copy the full SHA c3c460eView commit details -
lang/perl5: fix full_ar wrkdir references
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 925f6c5 - Browse repository at this point
Copy the full SHA 925f6c5View commit details -
Pass ABI flag to the as(1) wrapper.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 52603a4 - Browse repository at this point
Copy the full SHA 52603a4View commit details -
devel/libtool: remove TOOLS_BASEDIR references.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 499a84e - Browse repository at this point
Copy the full SHA 499a84eView commit details -
devel/libtool: set search path with COMPILER_LIB_DIRS.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 25500f4 - Browse repository at this point
Copy the full SHA 25500f4View commit details -
devel/libtool: Don't hardcode GCC library paths.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a0f6f15 - Browse repository at this point
Copy the full SHA a0f6f15View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 440a30c - Browse repository at this point
Copy the full SHA 440a30cView commit details -
Jonathan Perkin committed
Sep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 5371af6 - Browse repository at this point
Copy the full SHA 5371af6View commit details -
lang/python: CHECK_WRKREF+=buildlink fixes.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 70214c9 - Browse repository at this point
Copy the full SHA 70214c9View commit details -
databases/php-oci8: instantclient must be full dep.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 2031fa4 - Browse repository at this point
Copy the full SHA 2031fa4View commit details -
Create .pkginfo file during 'package' phase.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 61ae2c4 - Browse repository at this point
Copy the full SHA 61ae2c4View commit details -
mysql56-client: use bundled libedit
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c73a4f - Browse repository at this point
Copy the full SHA 0c73a4fView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ca813ed - Browse repository at this point
Copy the full SHA ca813edView commit details -
Convert "archivers" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 629e88c - Browse repository at this point
Copy the full SHA 629e88cView commit details -
Convert "audio" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 75db8e8 - Browse repository at this point
Copy the full SHA 75db8e8View commit details -
Convert "chat" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for ea3aa21 - Browse repository at this point
Copy the full SHA ea3aa21View commit details -
Convert "converters" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for c21c39d - Browse repository at this point
Copy the full SHA c21c39dView commit details -
Convert "databases" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for da7b941 - Browse repository at this point
Copy the full SHA da7b941View commit details -
Convert "devel" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 82b1701 - Browse repository at this point
Copy the full SHA 82b1701View commit details -
Convert "fonts" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 7997c9e - Browse repository at this point
Copy the full SHA 7997c9eView commit details -
Convert "geography" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 97a1608 - Browse repository at this point
Copy the full SHA 97a1608View commit details -
Convert "graphics" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for e559b49 - Browse repository at this point
Copy the full SHA e559b49View commit details -
Convert "inputmethod" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f7a5a62 - Browse repository at this point
Copy the full SHA f7a5a62View commit details -
Convert "lang" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3496531 - Browse repository at this point
Copy the full SHA 3496531View commit details -
Convert "mail" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 604aac5 - Browse repository at this point
Copy the full SHA 604aac5View commit details -
Convert "math" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for aa358d2 - Browse repository at this point
Copy the full SHA aa358d2View commit details -
Convert "meta-pkgs" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f5fb819 - Browse repository at this point
Copy the full SHA f5fb819View commit details -
Convert "misc" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 0cb3376 - Browse repository at this point
Copy the full SHA 0cb3376View commit details -
Convert "multimedia" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 874aa00 - Browse repository at this point
Copy the full SHA 874aa00View commit details -
Convert "net" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 85e4409 - Browse repository at this point
Copy the full SHA 85e4409View commit details -
Convert "pkgtools" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8fbafc0 - Browse repository at this point
Copy the full SHA 8fbafc0View commit details -
Convert "print" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 77f5682 - Browse repository at this point
Copy the full SHA 77f5682View commit details -
Convert "security" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a2fe9a6 - Browse repository at this point
Copy the full SHA a2fe9a6View commit details -
Convert "sysutils" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 07ab170 - Browse repository at this point
Copy the full SHA 07ab170View commit details -
Convert "textproc" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 37c453e - Browse repository at this point
Copy the full SHA 37c453eView commit details -
Convert "www" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 942e87d - Browse repository at this point
Copy the full SHA 942e87dView commit details -
Convert "x11" category to multiarch.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for b47c4e9 - Browse repository at this point
Copy the full SHA b47c4e9View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 2dd779a - Browse repository at this point
Copy the full SHA 2dd779aView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a4af988 - Browse repository at this point
Copy the full SHA a4af988View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8f06ece - Browse repository at this point
Copy the full SHA 8f06eceView commit details -
These are passed in as SUBDIR entries by the top-level Makefile.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 647001b - Browse repository at this point
Copy the full SHA 647001bView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for b849b89 - Browse repository at this point
Copy the full SHA b849b89View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 89cee8d - Browse repository at this point
Copy the full SHA 89cee8dView commit details -
Increase maximum top broken package count to 25.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 67e5027 - Browse repository at this point
Copy the full SHA 67e5027View commit details -
Replace hardcoded ".tgz" with $pkg_sufx
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a968dd7 - Browse repository at this point
Copy the full SHA a968dd7View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 99369ea - Browse repository at this point
Copy the full SHA 99369eaView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8f6b2f7 - Browse repository at this point
Copy the full SHA 8f6b2f7View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 005f652 - Browse repository at this point
Copy the full SHA 005f652View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 32ad23d - Browse repository at this point
Copy the full SHA 32ad23dView commit details -
Save package build time for performance analysis.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8e28e06 - Browse repository at this point
Copy the full SHA 8e28e06View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 897ee75 - Browse repository at this point
Copy the full SHA 897ee75View commit details -
Enable pkg-build script logging.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 316df4e - Browse repository at this point
Copy the full SHA 316df4eView commit details -
Pull in xz for pkg_summary and the machine report.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for b54e012 - Browse repository at this point
Copy the full SHA b54e012View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for e968c07 - Browse repository at this point
Copy the full SHA e968c07View commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 8992559 - Browse repository at this point
Copy the full SHA 8992559View commit details -
Jonathan Perkin committed
Sep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 06100f0 - Browse repository at this point
Copy the full SHA 06100f0View commit details -
Add support for --link-dest atomic updates.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for dd7f96c - Browse repository at this point
Copy the full SHA dd7f96cView commit details -
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 committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 88445b3 - Browse repository at this point
Copy the full SHA 88445b3View commit details -
mail/postfix: Support RFD42 user/group variables.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 5956ae9 - Browse repository at this point
Copy the full SHA 5956ae9View commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for cfd58af - Browse repository at this point
Copy the full SHA cfd58afView commit details -
Merge branch 'joyent/feature/pbulkmulti/2016Q3' into joyent/release/2…
…016Q3
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for aecb586 - Browse repository at this point
Copy the full SHA aecb586View commit details -
Merge branch 'joyent/feature/pbulk/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 3edebb6 - Browse repository at this point
Copy the full SHA 3edebb6View commit details -
Merge branch 'joyent/feature/rfd42/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 13abed3 - Browse repository at this point
Copy the full SHA 13abed3View commit details -
Add 'joyent' and 'wip' submodules.
Jonathan Perkin committedSep 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 4acbee6 - Browse repository at this point
Copy the full SHA 4acbee6View commit details
Commits on Oct 1, 2016
-
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 committedOct 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 15a6a18 - Browse repository at this point
Copy the full SHA 15a6a18View commit details -
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 committedOct 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 068de3b - Browse repository at this point
Copy the full SHA 068de3bView commit details -
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 committedOct 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 889beaf - Browse repository at this point
Copy the full SHA 889beafView commit details -
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 committedOct 1, 2016 Configuration menu - View commit details
-
Copy full SHA for fde68ce - Browse repository at this point
Copy the full SHA fde68ceView commit details -
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 committedOct 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 90ee3ba - Browse repository at this point
Copy the full SHA 90ee3baView commit details
Commits on Oct 2, 2016
-
Merge branch 'pkgsrc_2016Q3' into joyent/feature/miscfix/2016Q3
Jonathan Perkin committedOct 2, 2016 Configuration menu - View commit details
-
Copy full SHA for ac2c63f - Browse repository at this point
Copy the full SHA ac2c63fView commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedOct 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 359a153 - Browse repository at this point
Copy the full SHA 359a153View commit details
Commits on Oct 3, 2016
-
textproc/libunistring: multiarch
Jonathan Perkin committedOct 3, 2016 Configuration menu - View commit details
-
Copy full SHA for db1da28 - Browse repository at this point
Copy the full SHA db1da28View commit details -
Jonathan Perkin committed
Oct 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 10ad1c1 - Browse repository at this point
Copy the full SHA 10ad1c1View commit details -
Jonathan Perkin committed
Oct 3, 2016 Configuration menu - View commit details
-
Copy full SHA for 7be1193 - Browse repository at this point
Copy the full SHA 7be1193View commit details -
Merge branch 'joyent/feature/multiarch/2016Q3' into joyent/release/20…
…16Q3
Jonathan Perkin committedOct 3, 2016 Configuration menu - View commit details
-
Copy full SHA for d890864 - Browse repository at this point
Copy the full SHA d890864View commit details
Commits on Oct 4, 2016
-
www/ap22-dnssd: crappy fix for C99 build issue
Jonathan Perkin committedOct 4, 2016 Configuration menu - View commit details
-
Copy full SHA for a89f417 - Browse repository at this point
Copy the full SHA a89f417View commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedOct 4, 2016 Configuration menu - View commit details
-
Copy full SHA for c7074ad - Browse repository at this point
Copy the full SHA c7074adView commit details -
Jonathan Perkin committed
Oct 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 2a93993 - Browse repository at this point
Copy the full SHA 2a93993View commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedOct 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 491170f - Browse repository at this point
Copy the full SHA 491170fView commit details
Commits on Oct 6, 2016
-
libfetch-2.37: pull in upstream fetch_read fixes.
Jonathan Perkin committedOct 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c862e20 - Browse repository at this point
Copy the full SHA c862e20View commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Jonathan Perkin committedOct 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 523ab8d - Browse repository at this point
Copy the full SHA 523ab8dView commit details -
Add branch information to .gitmodules
Jonathan Perkin committedOct 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 3acafdd - Browse repository at this point
Copy the full SHA 3acafddView commit details -
Jonathan Perkin committed
Oct 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 6cfc087 - Browse repository at this point
Copy the full SHA 6cfc087View commit details
Commits on Oct 9, 2016
-
Ensure upper limit in mysql{56,57}-client respective bl3.
fhajny authored and Filip Hajny committedOct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for ba1214d - Browse repository at this point
Copy the full SHA ba1214dView commit details -
Bump PKGREVISION to pick up INSTALL script just added.
Filip Hajny committedOct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 89c8404 - Browse repository at this point
Copy the full SHA 89c8404View commit details -
Bump PKGREVISION to mark the bl3 upper limit change.
Filip Hajny committedOct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 3df4906 - Browse repository at this point
Copy the full SHA 3df4906View commit details -
Merge branch 'joyent/feature/miscfix/2016Q3' into joyent/release/2016Q3
Filip Hajny committedOct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 523bdf4 - Browse repository at this point
Copy the full SHA 523bdf4View commit details
Commits on Oct 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 31796b7 - Browse repository at this point
Copy the full SHA 31796b7View commit details