notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: dns/py-dns-lexicon/Makefile

Number of commits found: 114 (showing only 14 on this page)

«  1 | 2 

Friday, 2 Mar 2018
04:33 yuri search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.20

Also removed version numbers of dependencies.

PR:		226280
Submitted by:	Goran Mekic <meka@tilda.center>
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463366 
Saturday, 24 Feb 2018
20:12 yuri search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.19

Also added USE_PYTHON=concurrent

PR:		226182
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:462861 
Saturday, 27 Jan 2018
13:45 dbaio search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.18

PR:		225464
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:460125 
Friday, 29 Dec 2017
22:03 joneum search for other commits by this committer
dns/py-dns-lexicon: Update from 2.1.12 to 2.1.16

 *While here, switch to DISTVERSION

PR:		224589
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:457544 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Wednesday, 29 Nov 2017
22:15 dbaio search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.12

Changes:	https://github.com/AnalogJ/lexicon/releases/tag/v2.1.12

PR:		223968
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:455153 
Monday, 13 Nov 2017
05:19 swills search for other commits by this committer
dns/py-dns-lexicon: update to 2.1.11

PR:		223639
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:454099 
Wednesday, 19 Jul 2017
23:23 dbaio search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.10

Changes:	https://github.com/AnalogJ/lexicon/releases/tag/v2.1.9
			https://github.com/AnalogJ/lexicon/releases/tag/v2.1.10

PR:		220845
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:446241 
Thursday, 29 Jun 2017
18:16 ultima search for other commits by this committer
* Updated to 2.1.8

Changelog:	https://github.com/AnalogJ/lexicon/releases/tag/v2.1.8

PR:		220298
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11384
Original commitRevision:444657 
Monday, 19 Jun 2017
22:31 dbaio search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.7

Changes: https://github.com/AnalogJ/lexicon/releases/tag/v2.1.7

PR:		220007
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11220
Original commitRevision:443913 
Monday, 29 May 2017
15:28 sunpoet search for other commits by this committer
Update to 2.1.5

Changes:	https://github.com/AnalogJ/lexicon/releases
PR:		219623
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:442025 
Tuesday, 16 May 2017
00:13 dbaio search for other commits by this committer
dns/py-dns-lexicon: Update to 2.1.4

PR:		219240
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10700
Original commitRevision:440986 
Tuesday, 9 May 2017
14:23 sunpoet search for other commits by this committer
Update to 2.1.2

- While I'm here:
  - Add LICENSE_FILE
  - Sort USE_PYTHON
  - Fix typo

Changes:	https://github.com/AnalogJ/lexicon/releases
PR:		219167
Submitted by:	Goran Mekic <meka@tilda.center> (maintainer)
Original commitRevision:440502 
Saturday, 6 May 2017
06:03 miwi search for other commits by this committer
Lexicon provides a way to manipulate DNS records on multiple DNS providers in a
standardized way. Lexicon has a CLI but it can also be used as a python library.

Lexicon was designed to be used in automation, specifically letsencrypt.

WWW: https://github.com/AnalogJ/lexicon

PR:		218792
Submitted by:	Goran Meki <meka@tilda.center>
Original commitRevision:440230 

Number of commits found: 114 (showing only 14 on this page)

«  1 | 2