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

escape % in squid help text method #298

Closed
wants to merge 1 commit into from
Closed

Conversation

kevtainer
Copy link

fixes regression in pfSense haproxy package

@kevtainer
Copy link
Author

@kevtainer
Copy link
Author

LA signed

@rbgarga
Copy link
Member

rbgarga commented Feb 9, 2017

@KCrawley Please bump PORTVERSION or PORTREVISION on pfSense-pkg-haproxy/Makefile.

Also, did you check if pfSense-pkg-haproxy-devel have the same problem?

cc: @PiBa-NL

@rbgarga
Copy link
Member

rbgarga commented Feb 9, 2017

Manually committed, thanks!

@rbgarga rbgarga closed this Feb 9, 2017
@kevtainer
Copy link
Author

@rbgarga did not fix in devel, was not aware of that package. a little covered up at the moment, but I'll look at it in the next 24 hrs.

netgate-git-updates pushed a commit that referenced this pull request Oct 4, 2021
Update to the latest. It contains a number of minor fixes.

From 202109:
 * pcm-raw: support collecting events by names from event lists
   (https://download.01.org/perfmon/). Details: link
 * pcm-raw: support event group multiplexing
 * pcm-iio: support csv output
 * Extended Windows PCM driver to support all ICX uncore performance
   monitoring units
 * Developed a workaround to make PCM work in VMware guest

From 202107:
 * support systems with > 1024 logical cores
 * support Rocket Lake (#298)
 * pcm-pcie: fix HIT metrics calculation on Broadwell/Haswell server
   platforms (#306)
 * pcm: add several additional columns to the socket and core sections
   in csv output
 * pcm-iio: fix multiplier value for outbound events on Snowridge and
   Icelake server platforms
 * implement workaround for Linux watchdog not clearing its event
   programming
 * move Icelake top-down events to a separate group to fix counting
   through Linux perf API
 * add pcm-mmio utility to rpm

Sponsored by:		Netflix
netgate-git-updates pushed a commit that referenced this pull request Oct 19, 2021
…12b38)

  202109

    pcm-raw: support collecting events by names from event lists
    pcm-raw: support event group multiplexing
    pcm-iio: support csv output
    Extended Windows PCM driver to support all ICX uncore performance monitoring units
    Developed a workaround to make PCM work in VMware guest

  202107

    support systems with > 1024 logical cores
    support Rocket Lake (#298)
    pcm-pcie: fix HIT metrics calculation on Broadwell/Haswell server platforms (#306)
    pcm: add several additional columns to the socket and core sections in csv output
    pcm-iio: fix multiplier value for outbound events on Snowridge and Icelake server platforms
    implement workaround for Linux watchdog not clearing its event programming
    move Icelake top-down events to a separate group to fix counting through Linux perf API
    add pcm-mmio utility to rpm

  202105

    support Intel Atom Processor P5900 Series (previously codenamed SnowRidge)
    address Linux warnings
netgate-git-updates pushed a commit that referenced this pull request Apr 8, 2024
 *  BREAKING CHANGE: Improvements to the HTTP download API.
 *  The client now calls two new endpoints:
     -  /geoip/updates/metadata which is responsible for getting information about
        a database edition.
     -  /geoip/databases/{edition-id}/download which is responsible for downloading
        the content of a database edition. This new endpoint redirects downloads to R2
        presigned URLs, so systems running geoipupdate need to be able to
        reach
     -  mm-prod-geoip-databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com
        in addition to updates.maxmind.com.
 *  BREAKING CHANGE: The public package API has been redesigned. The previous
    API was not easy to use and had become a maintenance burden. We now
    expose a Client at github.com/maxmind/geoipupdate/client with a
    Download() method. The intention is to expose less of the geoipupdate
    internals and provide a simpler and easier to use package. Many
    previously exposed methods and types are now either internal only or have
    been removed.
 *  BREAKING CHANGE: If set, GEOIPUPDATE_VERBOSE must either be 0 or 1.
    All other values will return an error.
 *  Setting GEOIPUPDATE_VERBOSE to 1 now works as expected. In the 6.0.0 and
    6.1.0 releases, the flag was ignored. Reported by pmcevoy. GitHub #298.
    geoipupdate now supports retrying on more types of errors
    such as HTTP2 INTERNAL_ERROR.
 *  Now geoipupdate doesn't requires the user to specify the config file
    even if all the other arguments are set via the environment variables.
    Reported by jsf84ksnf. GitHub #284.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants