Skip to content
  1. Dec 27, 2021
  2. Dec 26, 2021
  3. Dec 25, 2021
  4. Dec 24, 2021
  5. Dec 23, 2021
  6. Dec 22, 2021
    • Dirk Brenken's avatar
      adblock: 4.1.3-4 · 25dd0c63
      Dirk Brenken authored
      
      
      * fix backup dir creation in raw mode
      
      Signed-off-by: default avatarDirk Brenken <dev@brenken.org>
      25dd0c63
    • Matthew Hagan's avatar
      geoipupdate: initial commit · c815c9a9
      Matthew Hagan authored
      
      
      Add MaxMind's geoipupdate utility. mmdb files are downloaded to /var/GeoIP
      by default. The user should update /etc/GeoIP.conf with their API key and
      DB choice, currently set to country only. So as not to exceed MaxMind's
      download limitations, the user should manually run the utility or set up a
      cron job.
      
      Signed-off-by: default avatarMatthew Hagan <mnhagan88@gmail.com>
      c815c9a9
    • Matthew Hagan's avatar
      openldap: hide configurables when libopenldap is not enabled · 6c0f24d1
      Matthew Hagan authored
      
      
      When openldap is not enabled, the following configurables remain present
      in the config:
      
      CONFIG_OPENLDAP_DEBUG=y
      \# CONFIG_OPENLDAP_CRYPT is not set
      \# CONFIG_OPENLDAP_MONITOR is not set
      \# CONFIG_OPENLDAP_DB47 is not set
      \# CONFIG_OPENLDAP_ICU is not set
      
      This patch adds a libopenldap dependency for these options, removing the
      above from .config when libopenldap is not used. Further, move these
      configurables to Config.in.
      
      Signed-off-by: default avatarMatthew Hagan <mnhagan88@gmail.com>
      6c0f24d1