Compare commits

...

356 Commits

Author SHA1 Message Date
Fedora Release Engineering 19e5b49261 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 05:03:54 +00:00
Nick Bebout af91d38583 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2019-07-05 16:26:48 -05:00
Nick Bebout 623fd0a1ad Update to 1.7.4 to fix CVE-2019-12816 2019-07-05 16:26:03 -05:00
Jitka Plesnikova c5aa0f5e28 Perl 5.30 rebuild 2019-05-30 13:34:27 +02:00
Nick Bebout 8a55901c02 Fix build 2019-04-09 08:31:28 -05:00
Nick Bebout 95f8a308e7 Update to 1.7.3 2019-04-09 08:25:30 -05:00
Nick Bebout 75ee78d08d Update to 1.7.3 2019-03-27 08:47:23 -05:00
Nick Bebout 74fc3f07da Update to 1.7.3-rc1 to fix CVE-2019-9917 2019-03-27 08:37:04 -05:00
Fedora Release Engineering 7c6b28aaa9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 13:14:01 +00:00
Jason Tibbitts 0b633c2df2 Update to 1.7.2.
Also add a quick sed call to fix three references to /usr/local/ in the
manpage.
2019-01-29 15:32:05 -06:00
Pete Walter 8d389a3cca Rebuild for ICU 63 2019-01-23 21:49:03 +00:00
Björn Esser 46164dba2d
Add missing source file (GPG signature) 2019-01-04 00:16:26 +01:00
Nick Bebout 11e6e873f5 Merge #1 `RFC - misc packaging cleanups and improvements` 2018-11-16 17:00:20 +00:00
Miro Hrončok 4b3ade3e9a https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 2018-11-15 12:53:57 +01:00
Todd Zullinger 7eb901b93c Bump release 2018-08-26 21:11:12 -04:00
Todd Zullinger dcd0ebc78e Add rpmlint config file
Filter several expected warnings and error messages from rpmlint.
2018-08-26 04:24:21 -04:00
Todd Zullinger cfed6841db Move znc-buildmod.1 to znc-devel
The znc-buildmod command is in znc-devel.  The man-page belongs there as
well.
2018-08-26 04:24:21 -04:00
Todd Zullinger c3743a066e Add ChangeLog.md and NOTICE files to %doc
The ChangeLog file was added in 1.6.0 and contains useful information
for users.

The AUTHORS file was removed from %doc in znc-1.7.0-1, because the file
was no longer present in the upstream tarball.  Prior to that, the
AUTHORS file was a symlink to the (unpackaged) NOTICES file from
znc-1.2-0.1.alpha1 through znc-1.6.6.
2018-08-26 04:24:21 -04:00
Todd Zullinger f0d7b66afa Use %license tag for LICENSE file 2018-08-26 04:24:21 -04:00
Todd Zullinger 9048b9f36a Use system-wide crypto policy
Upstream uses reasonable defaults and keeps them updated.  However,
Fedora packages should use the system-wide crypto policy.

Reference: https://fedoraproject.org/wiki/Packaging:CryptoPolicies
2018-08-26 04:24:21 -04:00
Todd Zullinger 878da480e8 Drop obsolete Group tag
The packaging guidelines specify that this tag should not be used.
2018-08-26 04:24:21 -04:00
Todd Zullinger d97d3c4cd4 Capitalize 'Perl' and 'Python' in Summary
This is minor, but rpmlint complains about the summaries for the perl
and python modules otherwise.

Use "%{summary}." for the %description of the mod(perl|python|tcl)
packages.
2018-08-26 04:24:21 -04:00
Todd Zullinger ef6ca56209 Pass --with-tcl to ensure tclConfig.sh is found
On x86_64 the default search path configure uses for tclConfig.sh
does not include /usr/lib64.  The tcl module builds with default
settings, but we can do better by explicitly setting --with-tcl.  This
ensures that TCL_FLAGS is set by tclConfig.sh rather than guessed.
2018-08-26 04:24:21 -04:00
Todd Zullinger 48fada5db5 Enable verbose make
A quiet make might be easier to read but it's useless for debugging
build issues and verifying that the proper compilation options are used.
2018-08-26 04:24:21 -04:00
Todd Zullinger d939722801 Simplify %{_libdir}/znc/ file list
Manually maintaining the module list is tedious and error-prone.
Include all files under %{_libdir}/znc by default.  Use %exclude to
filter out the modperl, modpython, and modtcl files.
2018-08-26 04:24:21 -04:00
Todd Zullinger 7e502cc8e6 Check upstream GPG signature in %prep
Upstream provides signatures for the source tarballs.  Automatically
verify them in %prep.  This is one less manual step for maintainers.

The upstream tarballs are signed by Alexey Sokolov, AKA DarthGandalf.
The key was initially taken from Alexey's profile page at
savannah.gnu.org¹.  The key was then refreshed from the public
keyservers to pick up changes to the expiration date.  Lastly, it was
exported via the following command:

    gpg2 --armor --export-options export-minimal --export \
        D5823CACB477191CAC0075555AE420CC0209989E > gpgkey-5AE420CC0209989E.asc

¹ https://savannah.gnu.org/users/darthgandalf
2018-08-26 04:22:23 -04:00
Todd Zullinger b4e64ed274 Use https for URL and SOURCE tags
While upstream redirects to https these days, avoid sending users to the
non-secure site.  As %url is used for Source0 it's preferable to
download source tarballs via a secure channel.
2018-08-26 04:18:44 -04:00
Todd Zullinger 2e6612f513 Use %autosetup, %make_build, and %make_install macros
Using %autosetup removes the need to manually define %patchN macros.

Using %make_build and %make_install handles %{?_smp_mflags} and DESTDIR.

Also remove cruft related to the znc systemd service file install, left
after a53b3b8 ("cleanup conditionals, use upstream unit file",
2016-10-07).
2018-08-26 04:18:17 -04:00
Todd Zullinger 21befc622d Remove cruft from %prep
The znc.cpp file was moved in znc-1.0 and the pattern used in the perl
replacement changed.  No one seems to have missed the addition of the
%%{release} macro which was intended.  Drop the command and avoid an rpm
build warning.

Similarly, the q.cpp file mode no longer needs to be fixed.
2018-08-26 04:16:24 -04:00
Todd Zullinger a61baffdc8 Clean up ancient Fedora and RHEL conditionals
RHEL-5 reached EOL in March of 2017.  Fedora-24 is similarly EOL.
2018-08-24 20:07:44 -04:00
Todd Zullinger 434c418ed5 Simplify and improve git ignore rules
Using a pattern to match the source tar.gz files prevents fedpkg upload
from needlessly appending each new source file to .gitignore.

Also ignore *.rpm, the results dir from mockbuild, and expanded source
directories.
2018-08-24 20:04:30 -04:00
Nick Bebout 5e81aa65ec Add gcc-c++ and redhat-rpm-config to dependencies of znc-devel 2018-07-23 11:06:25 -05:00
Nick Bebout c9332deeed Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2018-07-23 11:05:41 -05:00
Nick Bebout 16c5bdf70b Add gcc-c++ and redhat-rpm-config to dependencies 2018-07-23 11:05:26 -05:00
Nick Bebout 18f3e665cd Add admindebug.so to files 2018-07-17 19:05:14 -05:00
Nick Bebout 2b698f2c1f Update to 1.7.1 2018-07-17 18:51:09 -05:00
Fedora Release Engineering ec1af11616 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:52:27 +00:00
Pete Walter 6ce4d60bbb Add missing BuildRequires: gcc-c++ 2018-07-10 23:46:45 +01:00
Pete Walter 04dd6d84b9 Rebuild for ICU 62 2018-07-10 22:06:13 +01:00
Petr Písař 5ac3db7ead Perl 5.28 rebuild 2018-07-03 12:35:56 +02:00
Jitka Plesnikova 35493f64d0 Perl 5.28 rebuild 2018-06-28 03:33:43 +02:00
Miro Hrončok 853357be18 Rebuilt for Python 3.7 2018-06-19 11:31:02 +02:00
Nick Bebout 84d2780a32 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2018-05-18 14:36:11 -05:00
Nick Bebout c4ebcd526b Fix %files to not use wildcard 2018-05-18 14:35:05 -05:00
Nick Bebout ab1e6679f6 Revert "Update to 1.7.0"
This reverts commit dcd546a2a9.
2018-05-18 13:35:47 -05:00
Pete Walter 2c25631517 Rebuild for ICU 61.1 2018-05-15 14:24:52 +01:00
Nick Bebout dcd546a2a9 Update to 1.7.0 2018-05-02 14:46:29 -05:00
Pete Walter 9356bcd845 Rebuild for ICU 61.1 2018-04-30 08:32:48 +01:00
Nick Bebout ac0cebd747 Update to 1.6.6 2018-03-05 08:15:29 -06:00
Fedora Release Engineering b0b57dcc97 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:31:03 +00:00
Igor Gnatenko 091b6c7bb1
Fix systemd executions/requirements
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-25 15:59:04 +01:00
Björn Esser 2a7e59df0e
Rebuilt for switch to libxcrypt 2018-01-20 23:08:48 +01:00
Pete Walter 9560e1eaf8 Rebuild for ICU 60.1 2017-11-30 20:57:24 +00:00
Fedora Release Engineering b246f770e8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:13:07 +00:00
Fedora Release Engineering 88c004476e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:45:18 +00:00
Petr Písař 752dd46c35 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-13 09:59:50 +02:00
Petr Písař 83fe02ad82 Fix creating /var/lib/znc directory 2017-06-12 17:15:26 +02:00
Jitka Plesnikova 127290d150 Perl 5.26 rebuild 2017-06-04 09:56:40 +02:00
Fedora Release Engineering e70bc574ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild 2017-05-15 19:51:32 +00:00
Nick Bebout 07b978f9e6 Apply patch from tibbs to change how /var/lib/znc is created 2017-03-14 10:33:27 -05:00
Nick Bebout f0a00b68e0 Apply patch from tibbs to change how /var/lib/znc is created 2017-03-14 10:30:42 -05:00
Nick Bebout 0f2ad4414f Update to 1.6.5 2017-03-14 10:06:47 -05:00
Fedora Release Engineering f25e46c55b - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:26:24 +00:00
Miro Hrončok c5007ded61 Rebuild for Python 3.6 2016-12-19 18:20:38 +01:00
Nick Bebout b260c20ce0 Update to 1.6.4 2016-12-16 13:15:10 -06:00
Nick Bebout 81e864b31f Fix %setup 2016-11-28 16:44:12 -06:00
Nick Bebout c4189a8553 Fix N-V-R 2016-11-28 16:38:42 -06:00
Nick Bebout 234a1d0dcd Update to 1.6.4-rc2 2016-11-28 16:36:51 -06:00
Nick Bebout 37ece4fccd Apply patch from tibbs to own libdir/znc 2016-11-07 08:20:32 -06:00
Eli Young 375994c11b Add support for modpython on EPEL >= 7 2016-10-10 08:57:43 -05:00
Nick Bebout aa5e141f54 Fix bug 1367810 2016-10-07 16:07:17 -05:00
Nick Bebout 52bdcb564c Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2016-10-07 13:19:35 -05:00
Nick Bebout 7fc881758c Cleanup conditionals, use upstream systemd unit file 2016-10-07 13:18:44 -05:00
Nick Bebout a53b3b8ab7 cleanup conditionals, use upstream unit file 2016-10-07 13:17:01 -05:00
Petr Písař 799aee9b7c Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:21:25 +02:00
Jitka Plesnikova 2ba9f4d6ca Perl 5.24 rebuild 2016-05-17 03:29:45 +02:00
David Tardon 3f5062ef28 rebuild for ICU 57.1 2016-04-15 20:17:27 +02:00
Nick Bebout 42b83a035c Update to 1.6.3 2016-04-06 14:11:01 -05:00
Fedora Release Engineering 208c4b4f39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:08:20 +00:00
Nick Bebout a40401f505 Update to 1.6.2 2015-11-16 15:02:58 -06:00
Peter Robinson ee1088bf77 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 18:17:28 +00:00
David Tardon c47fde8e92 rebuild for ICU 56.1 2015-10-28 14:09:12 +01:00
Nick Bebout 835c5c393e Update to 1.6.1 2015-08-03 19:37:58 -05:00
Nick Bebout ef7c08bec6 Revert change to znc path 2015-06-19 16:54:49 -05:00
Nick Bebout 7cc5f22f1b Revert my change to the znc path. Any systemd based version
will use /var/lib/znc/.znc
2015-06-19 16:54:02 -05:00
Nick Bebout 5e91d0ea2e Update files in spec 2015-06-18 19:56:52 -05:00
Nick Bebout 4184aa223b Fix bugs 2015-06-18 19:41:19 -05:00
Jitka Plesnikova 3673eff25e Perl 5.22 rebuild 2015-06-06 18:20:53 +02:00
Kalev Lember 17a668c257 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:55:20 +02:00
Nick Bebout 78cb5b1371 Update to 1.6.0 2015-02-23 19:46:04 -06:00
Jitka Plesnikova 0637e1a0dd Perl 5.20 rebuild 2014-08-27 12:53:35 +02:00
Peter Robinson 79f80df01e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 11:46:49 +00:00
Björn Esser 2e8bfbdf2e re-add needed %%global for Python3 2014-08-03 21:35:54 +02:00
Björn Esser da030cfe6c add missing backslashes 2014-08-03 21:13:01 +02:00
Björn Esser 098bdb0841 merge to get common history in all branches 2014-08-03 21:00:14 +02:00
Björn Esser 5d6645262f merge to get common history in all branches 2014-08-03 20:58:23 +02:00
Björn Esser 9f106b2b1f skip the python-subpkg on EPEL <= 7
replaced %%define with %%global
removed %%defattr, since it is not needed for recent releases
conditionalized stuff for el <= 5
small cleanups
purged unused patches
2014-08-03 20:56:09 +02:00
Dennis Gilmore 28c14be16b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:16:09 -05:00
Kalev Lember 36a7753feb Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-28 15:31:31 +02:00
Jaroslav Škarvada 4b89ef3743 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 2014-05-21 12:46:51 +02:00
Nick Bebout 777fdc92d9 Merge branch 'master' into el5 2014-05-15 20:32:42 -05:00
Nick Bebout 3a636495f6 Merge branch 'master' into el6 2014-05-15 20:32:36 -05:00
Nick Bebout ac94eac6ca Update to 1.4 2014-05-15 20:21:58 -05:00
Nick Bebout a528f2c920 Merge branch 'master' into el5 2014-04-14 22:01:51 -05:00
Nick Bebout cf47bd57ea Merge branch 'master' into el6 2014-04-14 22:01:13 -05:00
Nick Bebout 221c8ed9c1 Add patch 2014-04-14 21:08:15 -05:00
Nick Bebout 153aa84553 Merge branch 'master' into el5
Conflicts:
	znc.spec
2014-04-14 21:07:40 -05:00
Nick Bebout 729609fd12 Merge branch 'master' into el6 2014-04-14 20:34:29 -05:00
Nick Bebout 6c87763726 Add patch to fix crash bug 2014-04-14 20:29:03 -05:00
Nick Bebout 5526916761 Fix various bugs 2013-11-11 17:30:20 -06:00
Nick Bebout b973ebee5d Merge branch 'master' into el6 2013-11-11 17:00:44 -06:00
Nick Bebout b0ce3e5b1f Fix build 2013-11-11 10:55:04 -06:00
Nick Bebout 278948aae6 Upgrade to 1.2 2013-11-11 10:53:21 -06:00
Nick Bebout 0ffd846bd9 Merge branch 'master' into el6 2013-10-25 20:44:36 -05:00
Nick Bebout a6eeb14354 Upgrade to 1.2-rc2 2013-10-25 20:04:51 -05:00
Nick Bebout b236362c57 Merge branch 'master' into el6 2013-09-26 18:11:16 -05:00
Nick Bebout a451907be0 Add modules_online.so 2013-09-26 17:32:12 -05:00
Nick Bebout 4ba75e886b Oops, forgot to change alpha to beta 2013-09-26 17:19:10 -05:00
Nick Bebout 9b8ecd133e Upgrade to znc 1.2-beta1 2013-09-26 17:13:30 -05:00
Nick Bebout f458dc8dd0 Minor changes to spec 2013-08-07 16:40:16 -05:00
Petr Písař bc3630e17c Perl 5.18 rebuild 2013-08-03 14:57:04 +02:00
Nick Bebout d4ce3a6d05 Merge branch 'master' into el6
Conflicts:
	znc.spec
2013-07-29 12:11:24 -05:00
Nick Bebout d31e2f3ee3 Fix license 2013-07-28 21:24:24 -05:00
Nick Bebout 99363cd73c Add gettext-devel to BuildRequires 2013-07-28 17:00:07 -05:00
Nick Bebout 9c0644c3dc Upgrade to 1.2-alpha1 2013-07-28 16:45:10 -05:00
Petr Písař 4791326b3c Perl 5.18 rebuild 2013-07-17 15:30:12 +02:00
Dennis Gilmore 7814ab569a - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:23:41 -06:00
Nick Bebout fb3d9c704d Merge branch 'master' into el5 2012-11-13 17:59:12 -06:00
Nick Bebout 65c4da51e3 Merge branch 'master' into el6 2012-11-13 17:58:51 -06:00
Nick Bebout 5f84d7e718 Add dist tag back 2012-11-13 17:55:16 -06:00
Nick Bebout 36bc878a3a Update to 1.0 2012-11-13 17:41:56 -06:00
Nick Bebout 3523649a68 Upgrade to 1.0-beta1 2012-10-18 19:12:44 -05:00
Nick Bebout fad86bba58 Disable python3 on el6 2012-09-13 20:29:10 -05:00
Nick Bebout 7db01151bc Merge branch 'master' into el5
Conflicts:
	znc.spec
2012-09-13 20:18:56 -05:00
Nick Bebout a715998d18 Merge branch 'master' into el6
Conflicts:
	znc.spec
2012-09-13 20:17:30 -05:00
Nick Bebout 8edc3f1d0e Update to 1.0-alpha1 2012-09-13 20:13:57 -05:00
Dennis Gilmore 6ed29b1c96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 03:29:43 -05:00
Nick Bebout 90a1f8aec8 Merge branch 'master' into el5 2012-04-16 23:15:57 -05:00
Nick Bebout 43c2ae264e Merge branch 'master' into el6 2012-04-16 23:15:44 -05:00
Nick Bebout 6e0e08cece Merge branch 'master' of ssh://pkgs.fedoraproject.org/znc
Conflicts:
	znc.spec
2012-04-16 23:05:21 -05:00
Nick Bebout 7ce2352cc7 Upgrade to 0.206 2012-04-16 23:03:50 -05:00
Dennis Gilmore d1cf0566b3 - Rebuilt for c++ ABI breakage 2012-02-28 14:43:13 -06:00
Nick Bebout bc2133efaa Merge branch 'master' into el5 2012-01-24 19:10:51 -06:00
Nick Bebout 5e577e0846 Merge branch 'master' into el6 2012-01-24 19:10:48 -06:00
Nick Bebout bf0dd5f667 Catch scriptlet errors in preun 2012-01-24 19:10:21 -06:00
Nick Bebout 5b3d8c4982 Merge branch 'master' into el5 2012-01-23 15:13:43 -06:00
Nick Bebout 968f6611f9 Merge branch 'master' into el6 2012-01-23 15:13:13 -06:00
Nick Bebout 97507d9a7f Bump release 2012-01-23 15:12:12 -06:00
Nick Bebout 839aa19ebb Merge branch 'master' into el6 2012-01-23 15:11:36 -06:00
Nick Bebout 62132cff81 Add init file to use for EL6 and EL5 2012-01-23 15:10:00 -06:00
Nick Bebout e7fa718ebc Commit changes 2012-01-23 15:08:27 -06:00
Nick Bebout 740cba30f2 Disable python el6 2012-01-23 14:55:33 -06:00
Nick Bebout 785f51b8d6 Disable python el6 2012-01-23 14:48:21 -06:00
Nick Bebout 6639e7c03b Remove python3 from epel 2012-01-23 14:24:08 -06:00
Nick Bebout 4ae235b5ea Add init script for epel 2012-01-23 14:13:36 -06:00
Nick Bebout 1c303f6e45 Merge branch 'master' into el5 2012-01-23 11:19:54 -06:00
Nick Bebout ef67239280 Merge branch 'master' into el6 2012-01-23 11:19:34 -06:00
Nick Bebout afe2435ba2 Update to 0.204 to fix CVE-2012-0033 2012-01-23 11:12:50 -06:00
Nick Bebout 21eecfee92 Forgot to bump release 2012-01-09 10:01:17 -06:00
Nick Bebout 31f566fe5f Add glibc-devel, openssl-devel, c-ares-devel to requires for
znc-devel so znc-buildmod will work
2012-01-09 10:00:30 -06:00
Nick Bebout e752fd6fce Merge branch 'master' into el5 2011-09-25 15:19:22 -05:00
Nick Bebout 79bc0a8ef3 Merge branch 'master' into el6 2011-09-25 15:19:05 -05:00
Nick Bebout e2a77476fc Upgrade to 0.202 2011-09-25 15:17:26 -05:00
Nick Bebout 0fe089738f Merge branch 'master' into el5 2011-08-23 18:32:18 -05:00
Nick Bebout 249ec17fe7 Merge branch 'master' into el6 2011-08-23 18:31:30 -05:00
Nick Bebout 5709cc8686 remove patch0 2011-08-23 17:04:26 -05:00
Nick Bebout 9c7184c188 Update to 0.200 2011-08-23 16:57:41 -05:00
Nick Bebout 20ca2588c9 Merge branch 'master' into el5 2011-08-15 21:25:29 -05:00
Nick Bebout 9c5ca6b086 Merge branch 'master' into el6 2011-08-15 21:24:10 -05:00
Nick Bebout a5ee66d178 Merge branch 'master' into f14 2011-08-15 21:23:47 -05:00
Nick Bebout fa6140c704 Bump release 2011-08-15 21:20:51 -05:00
Nick Bebout c2f07caf68 Don't create the znc user unless use_systemd is set 2011-08-15 21:18:55 -05:00
Nick Bebout 98bb697e80 disable modperl on el5 2011-08-15 21:11:44 -05:00
Nick Bebout c7370d052e Merge branch 'el6' into el5
Conflicts:
	znc.spec
2011-08-15 21:08:27 -05:00
Nick Bebout 5ba8a87dfa Disable modpython on epel6 2011-08-15 20:59:18 -05:00
Nick Bebout 3923bf1f20 Merge branch 'master' into el6 2011-08-15 20:49:28 -05:00
Nick Bebout b4d936867b Merge branch 'master' into f14 2011-08-15 13:10:47 -05:00
Nick Bebout 485cb0fb01 Change znc's homedir to /var/lib/znc 2011-08-15 13:08:14 -05:00
Nick Bebout 4eb31d1292 Change znc's homedir to /var/lib/znc 2011-08-15 13:05:20 -05:00
Nick Bebout 31be4c1731 Merge branch 'master' into f14 2011-08-14 15:48:50 -05:00
Nick Bebout 7559684903 Re-enable modperl and modpython 2011-08-14 15:27:53 -05:00
Nick Bebout 0c0e80d2f2 Merge branch 'master' into f14 2011-08-14 15:11:46 -05:00
Nick Bebout 32dcb9e61e Merge branch 'master' into el6 2011-08-14 15:08:29 -05:00
Nick Bebout ebf1137280 Create /home/znc when installed 2011-08-14 15:07:20 -05:00
Nick Bebout 3848b960cd Create /home/znc when installed 2011-08-14 15:06:56 -05:00
Nick Bebout c3fe719337 Merge branch 'master' into f14 2011-08-13 17:38:37 -05:00
Nick Bebout fa53c07e29 Add systemd file for znc 2011-08-13 17:34:31 -05:00
Nick Bebout c378a2e0c0 Rediff patch 2011-08-13 16:56:51 -05:00
Nick Bebout d3ceae92af Update to 0.2-beta1, disable modperl 2011-08-06 20:14:18 -05:00
Nick Bebout 4542ab6407 Merge branch 'master' into el6 2011-08-06 20:13:34 -05:00
Nick Bebout de0b54bf52 Fix release 2011-08-06 19:49:19 -05:00
Nick Bebout 6e31f8201d Update to 0.2-beta1 2011-08-06 19:46:18 -05:00
Nick Bebout aeec889eca Upgrade to 0.2-alpha1 2011-08-05 17:48:44 -05:00
Nick Bebout 00874781ee Merge branch 'master' into el6 2011-04-03 02:47:37 +00:00
Nick Bebout c10f5a4659 Merge branch 'master' into f14 2011-04-03 02:43:14 +00:00
Nick Bebout 2a6fea2c11 Make znc-modperl provide ZNC::Module 2011-04-03 02:15:57 +00:00
Nick Bebout 6211e02bab Merge branch 'master' into f14 2011-04-01 23:17:52 +00:00
Nick Bebout d83e4b978b Merge branch 'master' into el6 2011-04-01 23:12:04 +00:00
Nick Bebout 57f28eeb82 Merge branch 'master' into el5 2011-04-01 23:10:20 +00:00
Nick Bebout 5ab3382b53 Fix 2011-04-01 23:09:35 +00:00
Nick Bebout b9b77f7962 Upgrade to 0.098 2011-04-01 23:00:18 +00:00
Nick Bebout 80badf29e8 Merge branch 'master' into el5 2011-03-12 13:43:34 -06:00
Nick Bebout d4996dc85b Merge branch 'master' into el6 2011-03-12 13:40:00 -06:00
Nick Bebout a92d1dcb8c Merge branch 'master' into f14 2011-03-12 13:33:25 -06:00
Nick Bebout a52b503877 Update to znc 0.098-rc1 2011-03-12 13:25:07 -06:00
Nick Bebout 17fac951a2 Merge branch 'master' into el5 2011-03-03 17:30:28 -06:00
Nick Bebout 67bf6ba54b Merge branch 'master' into el6 2011-03-03 17:29:14 -06:00
Nick Bebout a7de384e6e Merge branch 'master' into f14 2011-03-03 17:27:25 -06:00
Nick Bebout bfb86d836c Add patch so znc's version doesn't get messed up with prereleases 2011-03-03 17:12:20 -06:00
Nick Bebout 657a45ff38 Upgrade to 0.098-beta 2011-03-03 16:32:31 -06:00
Nick Bebout cdb56272da modperl can't be built on el5 2011-02-24 20:13:36 -06:00
Nick Bebout b55909941a Merge branch 'el5/master' of ssh://pkgs.fedoraproject.org/znc into el5
Conflicts:
	.gitignore
	sources
	znc.spec
2011-02-24 19:59:00 -06:00
Nick Bebout 92fe4374bb Merge branch 'el6' into el5 2011-02-24 19:56:32 -06:00
Nick Bebout c7eaa132e0 Merge branch 'master' into el5 2011-02-24 19:56:23 -06:00
Nick Bebout 7d1112e53c Merge branch 'master' into el6
Conflicts:
	znc.spec
2011-02-24 19:55:48 -06:00
Nick Bebout 3a5f533abf Merge branch 'master' into f14 2011-02-24 19:18:41 -06:00
Nick Bebout 0a5ad7b0f0 Oops, I should probably update sources 2011-02-24 19:17:05 -06:00
Nick Bebout ed87c40397 Remove old patches, update to 0.098-alpha1 2011-02-24 18:32:20 -06:00
Nick Bebout 3a7df48412 Add automake to BuildRequires 2011-02-15 20:32:57 -06:00
Nick Bebout 63305656f7 Run autogen.sh before configure 2011-02-15 19:29:56 -06:00
Nick Bebout 5815cb3eb4 Remove duplicate Release 2011-02-15 19:18:48 -06:00
Nick Bebout e33844ffea Merge branch 'master' into el6
Conflicts:
	sources
	znc.spec
2011-02-15 19:16:53 -06:00
Nick Bebout 27b8bc6ac8 Merge branch 'f14/master' of ssh://pkgs.fedoraproject.org/znc into f14 2011-02-15 18:47:41 -06:00
Nick Bebout 2e6081c0ca Merge branch 'master' into f14 2011-02-15 18:47:21 -06:00
Nick Bebout 3aff4facfe Merge branch 'master' of ssh://pkgs.fedoraproject.org/znc
Conflicts:
	.gitignore
	sources
	znc.spec
2011-02-15 18:27:30 -06:00
Nick Bebout 82c7dfc656 Update to latest git 2011-02-15 18:25:29 -06:00
Nick Bebout 7a3ea1108e Merge branch 'el6/master' of ssh://pkgs.fedoraproject.org/znc into el6
Conflicts:
	.gitignore
	sources
	znc.spec
2011-02-11 20:27:15 -06:00
Nick Bebout 5db4107b37 Upgrade to svn2277 2011-02-11 20:24:39 -06:00
Nick Bebout 914652fbd7 Revert to 0.096-2 2011-02-09 21:06:30 +00:00
Nick Bebout eda4c45211 Revert "Move modperl and modtcl to separate subpackages"
This reverts commit 6b214a13cf.

Conflicts:

	znc.spec
2011-02-09 21:05:17 +00:00
Nick Bebout 1880cbb260 Merge branch 'master' into el6 2011-02-09 20:53:46 +00:00
Nick Bebout fa2a48dc90 Merge branch 'master' into el5 2011-02-09 20:53:11 +00:00
Nick Bebout 0362caad5e Merge branch 'master' into f14 2011-02-09 20:20:56 +00:00
Nick Bebout abe48fa44f Upgrade to svn2277 2011-02-09 20:20:09 +00:00
Nick Bebout 5eb0ef11e7 Merge branch 'master' into el5 2011-01-24 11:27:47 -06:00
Nick Bebout 20087f7dc0 Merge branch 'master' into el6 2011-01-24 11:27:14 -06:00
Nick Bebout 99cb88dd38 Merge branch 'master' into f14 2011-01-24 11:24:41 -06:00
Nick Bebout 0393dbd7ba Upgrade to svn2272 2011-01-24 11:22:13 -06:00
Nick Bebout 89a8e46cb2 Update to svn2269 2011-01-17 16:30:29 -06:00
Nick Bebout 09cb7a54c6 Fix merge 2011-01-07 18:28:30 -06:00
Nick Bebout e6732194ce Merge branch 'master' of ssh://pkgs.fedoraproject.org/znc
Conflicts:
	znc.spec
2011-01-07 18:24:04 -06:00
Nick Bebout 4b7d7ba796 Update to svn2255 2011-01-07 18:22:23 -06:00
David Malcolm e17a3df371 rebuild for newer python3 (see rhbz#666429) 2011-01-03 19:03:46 -05:00
Nick Bebout dcb1b65d63 Merge branch 'master' into el5 2010-12-24 23:10:25 -06:00
Nick Bebout 14008eb3c2 Merge branch 'master' into el6 2010-12-24 23:09:39 -06:00
Nick Bebout 74bc073ac6 Merge branch 'master' into f14 2010-12-24 23:08:14 -06:00
Nick Bebout b4ac474a73 Patch has been upstreamed, update to 2214 2010-12-24 23:07:29 -06:00
Nick Bebout f12196f16f Upgrade to svn2213 2010-12-24 23:04:00 -06:00
Nick Bebout 5d0c4c9846 Upgrade to 0.097 svn2202 which adds modpython 2010-12-23 17:25:21 -06:00
Nick Bebout 38cff24207 Update to 0.097.svn2197 which also adds modpython 2010-12-22 20:30:07 -06:00
Nick Bebout 82c2a67d40 Merge branch 'master' into el6 2010-11-07 16:10:33 -05:00
Nick Bebout 37c3fbabd4 Merge branch 'master' into f14
Conflicts:
	znc.spec
2010-11-07 16:08:48 -05:00
Nick Bebout 6b214a13cf Move modperl and modtcl to separate subpackages
Enable modtcl
2010-11-07 16:07:20 -05:00
Nick Bebout 0c3f26f99c Merge branch 'master' into el5 2010-11-06 22:56:10 -04:00
Nick Bebout 81e2229339 Merge branch 'master' into el6 2010-11-06 22:55:41 -04:00
Nick Bebout 395e46ca15 Merge branch 'master' into f14
Conflicts:
	.gitignore
	znc.spec
2010-11-06 22:53:02 -04:00
Nick Bebout dc9857995a Upgrade to 0.096 2010-11-06 22:50:16 -04:00
Nick Bebout d3dc5c46a5 Upgrade to znc 0.096 2010-11-06 22:22:58 -04:00
Jesse Keating 31dd9427fd Rebuild for gcc bug 634757 2010-10-08 17:08:07 -07:00
Nick Bebout 05dc826468 Merge master into el5 2010-09-24 20:31:57 -04:00
Nick Bebout 5fd9362b70 Merge branch 'master' into el5
Conflicts:
	.gitignore
2010-09-24 20:31:47 -04:00
Nick Bebout cf240a3186 Merge branch 'master' into el6
Conflicts:
	.gitignore
2010-09-24 20:31:36 -04:00
Nick Bebout 428c95dbda Fix .gitignore 2010-09-24 20:31:01 -04:00
Nick Bebout fecc964ee0 Fix .gitignore 2010-09-24 20:30:49 -04:00
Nick Bebout 4be524e1a2 Fix setup 2010-09-10 20:41:17 -04:00
Nick Bebout c240a1a9ce Update to 0.094 2010-09-10 20:23:39 -04:00
Nick Bebout bb7a57a006 Merge branch 'master' into el5
Conflicts:
	.gitignore
	sources
	znc.spec
2010-08-10 21:07:56 -04:00
Nick Bebout 1ceb799b22 Merge branch 'master' into el6
Conflicts:
	.gitignore
	sources
	znc.spec
2010-08-10 21:06:04 -04:00
Nick Bebout f95c44a291 Fix build error 2010-08-10 20:15:01 -04:00
Nick Bebout fe20d167ca Update to znc-0.093.svn2101 to fix two CVE's 2010-08-10 20:06:44 -04:00
Nick Bebout fa6a42859b Update to znc 0.093.svn2098 2010-08-03 14:04:25 -04:00
Fedora Release Engineering 20cb9e769e dist-git conversion 2010-07-29 16:32:26 +00:00
Fedora Release Engineering abde845561 dist-git conversion 2010-07-29 16:32:24 +00:00
Fedora Release Engineering eb166c6a57 dist-git conversion 2010-07-29 16:32:22 +00:00
Nick Bebout 32fa22b8ad Update to ZNC 0.092 2010-07-23 03:12:33 +00:00
Nick Bebout 2ee3aad475 Update to ZNC 0.092 2010-07-23 03:12:33 +00:00
Nick Bebout 8c5829950f Update to ZNC 0.092 2010-07-23 03:00:33 +00:00
Nick Bebout 8094560eba Update to znc 0.092 2010-07-14 05:32:40 +00:00
Nick Bebout 30ee5a6b26 Really add znc-trafficstats.patch this time 2010-06-16 22:16:37 +00:00
Nick Bebout f79a160c96 Really add znc-trafficstats.patch this time 2010-06-16 22:16:37 +00:00
Nick Bebout bee8bd8327 Backport r2026 of ZNC subversion repo to fix bug 603915 znc: NULL pointer
dereference flaw leads to segfault under certain conditions
2010-06-16 22:09:49 +00:00
Nick Bebout b604954661 Backport r2026 of ZNC subversion repo to fix bug 603915 znc: NULL pointer
dereference flaw leads to segfault under certain conditions
2010-06-16 22:09:48 +00:00
Nick Bebout 8d8e2079ea Update spec changelog 2010-06-16 22:08:21 +00:00
Nick Bebout 144e944355 Backport r2026 of ZNC subversion repo to fix bug 603915 znc: NULL pointer
dereference flaw leads to segfault under certain conditions
2010-06-16 21:57:20 +00:00
Nick Bebout 8ac01f8b7c Fix perl(ExtUtils::Embed) BuildRequires to not break on EL-5/EL-6 2010-06-07 00:09:35 +00:00
Nick Bebout 5963a52afa Fix perl(ExtUtils::Embed) BuildRequires to not break on EL-5/EL-6 2010-06-07 00:09:35 +00:00
Nick Bebout 33c06aaefe Fix perl(ExtUtils::Embed) BuildRequires to not break on EL-5/EL-6 2010-06-07 00:09:35 +00:00
Nick Bebout cc4c1cb9aa Upgrade to ZNC 0.090 2010-06-06 23:02:09 +00:00
Nick Bebout 3665e2f00a Upgrade to ZNC 0.090 2010-06-06 23:02:07 +00:00
Nick Bebout 6385b7c3c9 Upgrade to ZNC 0.090 2010-06-06 23:02:07 +00:00
Nick Bebout 6f7ec227b9 Update to znc-0.090-rc1 2010-05-30 00:56:19 +00:00
Nick Bebout 7029f9a6b0 Update to ZNC 0.090-rc1 2010-05-28 04:21:49 +00:00
Nick Bebout da66c96d74 Update to ZNC 0.090-rc1 2010-05-28 04:21:48 +00:00
Nick Bebout 137fd37756 Update to ZNC 0.090-rc1 2010-05-28 03:56:59 +00:00
Nick Bebout 9c49b80ed0 Update to znc 0.089-7.svn2004 2010-05-28 02:18:00 +00:00
Nick Bebout 6a84a6119e Require perl-ExtUtils-Embed on EL-6 2010-05-19 03:46:18 +00:00
Nick Bebout 3cdc30e32f Require perl-ExtUtils-Embed on EL-6 2010-05-19 03:44:15 +00:00
Nick Bebout e0276452ba Update to svn2000 2010-05-19 03:27:34 +00:00
Nick Bebout 55f0bc3999 Fix typo in re-enabling saslauth module 2010-05-19 03:24:39 +00:00
Nick Bebout baec478d21 Fix typo in re-enabling saslauth module 2010-05-19 03:24:38 +00:00
Nick Bebout 698e5e65f6 Re-enable saslauth module 2010-05-19 03:06:25 +00:00
Nick Bebout 8366dd1066 Re-enable saslauth module 2010-05-19 03:06:25 +00:00
Nick Bebout 282abf7ed8 Re-enable modperl 2010-05-19 03:00:47 +00:00
Nick Bebout e1fbe21453 Re-enable modperl 2010-05-19 03:00:46 +00:00
Nick Bebout 3abbb3e877 Re-enable modperl 2010-05-19 02:49:20 +00:00
Nick Bebout e3ae4f432e Add send_raw and shell to modules 2010-05-19 02:40:59 +00:00
Nick Bebout 67e92bd620 Update to ZNC 0.089.svn2000 2010-05-19 02:33:16 +00:00
Dennis Gilmore f305229608 Initialize branch EL-6 for znc 2010-05-08 02:30:19 +00:00
Nick Bebout 83adccfcd4 Update SPEC 2010-04-26 03:05:52 +00:00
Nick Bebout d1da58710a Update SPEC 2010-04-26 02:58:44 +00:00
Nick Bebout b96efbe284 Update to znc 0.089-svn1944 2010-04-26 02:56:57 +00:00
Nick Bebout adbbc765a3 Update to svn 1897 2010-04-08 01:33:40 +00:00
Nick Bebout 69053d4df4 Update to latest SVN 2010-03-30 04:15:21 +00:00
Nick Bebout 1fd0a81258 Update to latest SVN 2010-03-30 04:15:20 +00:00
Nick Bebout a5764c7908 Fix spec 2010-03-30 04:06:57 +00:00
Nick Bebout 0067daa24d Update to znc 0.081 svn1850 2010-03-30 03:55:54 +00:00
Nick Bebout 77820b1fac Update to znc 0.081 svn1850 2010-03-30 03:50:06 +00:00
Nick Bebout cf530734c2 Upgrade to ZNC 0.080 2010-02-18 19:16:12 +00:00
Nick Bebout bf82905be8 Upgrade to ZNC 0.080 2010-02-18 19:10:49 +00:00
Nick Bebout 2fcab81e0b Upgrade to ZNC 0.080 2010-02-18 19:07:59 +00:00
Nick Bebout 0be8bd65fd Upgrade to ZNC 0.078 2009-12-30 21:06:32 +00:00
Nick Bebout 200fb44551 Upgrade to ZNC 0.078 2009-12-30 21:06:31 +00:00
Nick Bebout f6ae170479 Upgrade to ZNC 0.078 2009-12-30 20:52:34 +00:00
Nick Bebout 03c2bb0b89 Update to 0.078-rc1 2009-12-14 05:48:28 +00:00
Nick Bebout ec6f4696cd update to svn1672 2009-12-07 17:11:01 +00:00
Nick Bebout d0b4f38f93 update to svn1672 2009-12-07 17:00:25 +00:00
Nick Bebout 4ecab1285e Remove connect_throttle.so from spec 2009-12-07 16:42:03 +00:00
Nick Bebout dc6793e9ac Remove znc.conf from spec 2009-12-07 16:34:28 +00:00
Nick Bebout c3fc63d363 Fix broken spec 2009-12-07 16:25:58 +00:00
Nick Bebout 544317477e Update to svn1672 2009-12-07 16:17:00 +00:00
Štěpán Kasal 57d7984982 - rebuild against perl 5.10.1 2009-12-06 23:41:29 +00:00
Bill Nottingham e75ede6bb4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:58 +00:00
Bill Nottingham c80f7b933a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:58 +00:00
Bill Nottingham a2b82d1cd2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:20 +00:00
Nick Bebout 51236f8e72 Upgrade to ZNC 0.076 2009-09-25 06:14:57 +00:00
Nick Bebout d4381b07c7 Fix missing dist tag 2009-09-25 06:08:55 +00:00
Nick Bebout 01137f4cd7 Upgrade to ZNC 0.076 2009-09-25 06:01:11 +00:00
Nick Bebout 072105660f Upgrade the rest of the branches to svn1613 with new openssl 2009-08-28 07:42:17 +00:00
Nick Bebout 00a397d8ba Upgrade to svn1613 and add tmraz's patch for new openssl 2009-08-28 07:36:51 +00:00
Tomáš Mráz fbbcf0fa79 - rebuilt with new openssl 2009-08-26 15:31:37 +00:00
Tomáš Mráz f05869e137 - rebuilt with new openssl 2009-08-21 16:38:39 +00:00
Nick Bebout 0c0f648261 Update to SVN 1608 2009-08-21 05:56:05 +00:00
Nick Bebout 2aec4d00c0 Update to tarball from svn export instead of svn checkout 2009-08-21 05:23:31 +00:00
Nick Bebout 4ec811ab19 Update to latest SVN 1608 2009-08-21 05:20:21 +00:00
Nick Bebout 2d5b6d1f3d Upgrade Rawhide to ZNC 0.075 20090817svn1602 2009-08-19 04:25:14 +00:00
Nick Bebout 611837af25 Modify source tarball name 2009-08-08 05:34:02 +00:00
Nick Bebout 62bd1ef03b Fix spec file 2009-08-08 04:45:34 +00:00
Nick Bebout 45498f14f4 Fix broken source tarball 2009-08-08 04:43:08 +00:00
Nick Bebout 7f55076a41 Upgrade to ZNC 0.075.20090807svn1594 2009-08-08 04:33:34 +00:00
Nick Bebout 3c910e2c46 Bump release to fix failed push 2009-08-03 16:59:27 +00:00
Nick Bebout 391760d7a0 Update to 0.074-1 2009-07-23 18:12:47 +00:00
Nick Bebout d45d947f39 Fixing configure options in spec file - disable c-ares 2009-07-23 02:56:55 +00:00
Nick Bebout c652e56d16 Updating to 0.072-2 2009-07-23 02:00:10 +00:00
Nick Bebout fb563bbe25 Updating to version 0.072 - fixes security bug 513152 2009-07-23 01:22:42 +00:00
Nick Bebout 546739c211 Initial import for EL-5 2009-07-13 03:18:45 +00:00
Jason ティビツ 9de00a48ae Initialize branch EL-5 for znc 2009-07-13 02:49:00 +00:00
11 changed files with 895 additions and 56 deletions

View File

@ -1 +0,0 @@
znc-0.074.tar.gz

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/*.rpm
/gpgkey-*.gpg
/results_*/
/znc-*/
/znc-*.tar.gz
/znc-*.tar.gz.sig
/gpgkey-5AE420CC0209989E.asc

View File

@ -0,0 +1,42 @@
From f0f51d75c160baeb212090940ec1dc35af9bd565 Mon Sep 17 00:00:00 2001
From: Todd Zullinger <tmz@pobox.com>
Date: Sun, 26 Aug 2018 01:31:13 -0400
Subject: [PATCH] Use system-wide crypto policy
Reference: https://fedoraproject.org/wiki/Packaging:CryptoPolicies
---
src/Socket.cpp | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/src/Socket.cpp b/src/Socket.cpp
index fa510462..e40c76ea 100644
--- a/src/Socket.cpp
+++ b/src/Socket.cpp
@@ -28,21 +28,10 @@
#endif
#ifdef HAVE_LIBSSL
-// Copypasted from
-// https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29
-// at 2018-04-01
+// Use system-wide crypto policy
+// https://fedoraproject.org/wiki/Packaging:CryptoPolicies
static CString ZNC_DefaultCipher() {
- return "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-"
- "ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-"
- "AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-"
- "SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-"
- "RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:"
- "ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-"
- "SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:"
- "DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:"
- "ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:"
- "AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-"
- "SHA:DES-CBC3-SHA:!DSS";
+ return "PROFILE=SYSTEM";
}
#endif
--
2.19.0.rc0

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: znc
# $Id$
NAME := znc
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -0,0 +1,89 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
yyIpbKrNT4ugmrTrkOXU85APrub821Rp+g==
=HB3n
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -1 +0,0 @@
znc-0_070-7_fc11:HEAD:znc-0.070-7.fc11.src.rpm:1247453867

View File

@ -1 +1 @@
378187acd114769f8f97ef2d4b19da25 znc-0.074.tar.gz
SHA512 (znc-1.7.4.tar.gz) = ea559ee9e06bfbc51c03ef08e145bc39ee7402638cc153fab7dc1dcedae01548fa0743d726304f9e4631a66241eb96c03940b76093954093a35f69641133b2ae

90
znc.init Normal file
View File

@ -0,0 +1,90 @@
#!/bin/sh
#
# znc - Advanced IRC Bouncer INIT script for Fedora #
# chkconfig: 35 99 14
# description: An Advanced IRC bouncer INIT script for
# Fedora-CentOS Variants
# Source function library.
. /etc/rc.d/init.d/functions
exec=/usr/bin/znc
prog=znc
config=/var/lib/znc
runas=znc
lockfile=/var/lock/subsys/$prog
start() {
[ -x $exec ] || exit 5
echo -n $"Starting $prog: "
# if not running, start it up here, usually something like "daemon $exec"
daemon --user $runas "$exec -d $config >/dev/null 2>&1"
# If you're reckless with your system, comment the line above and
# uncomment this one below... I just don't get it why
# daemon "$exec -r -d $config >/dev/null 2>&1"
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile
return $retval
}
stop() {
echo -n $"Stopping $prog: "
# stop it here, often "killproc $prog"
killproc $prog -TERM
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
return $retval
}
reload() {
echo -n $"Reloading $prog: "
# stop it here, often "killproc $prog"
killproc $prog -HUP
retval=$?
echo
}
restart() {
stop
start
}
rh_status() {
# run checks to determine if the service is running or use generic status
status $prog
}
rh_status_q() {
rh_status >/dev/null 2>&1
}
case "$1" in
start)
rh_status_q && exit 0
$1
;;
stop)
rh_status_q || exit 0
$1
;;
restart)
$1
;;
reload)
rh_status_q || exit 7
$1
;;
status)
rh_status
;;
condrestart|try-restart)
rh_status_q || exit 0
restart
;;
*)
echo $"Usage: $0 {start|stop|status|reload|restart|condrestart|try-restart}"
exit 2
esac
exit $?

13
znc.rpmlintrc Normal file
View File

@ -0,0 +1,13 @@
from Config import *
# Ignore dangling symlinks in .build-id dirs
addFilter("znc\..*: W: dangling-relative-symlink /usr/lib/.build-id/.*")
# No documentation is expected in these packages
addFilter("znc-(devel|modperl|modpython|modtcl)\..*: W: no-documentation")
# /var/lib/znc is expected to be owned by the znc user/group
addFilter("znc\..*: W: non-standard-[gu]id /var/lib/znc znc")
# Some template files are expected to be empty
addFilter("znc\..*: E: zero-length /usr/share/znc/webskins/.*/tmpl/.*\.tmpl")

11
znc.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=ZNC - an advanced IRC bouncer
After=network.target
[Service]
ExecStart=/usr/bin/znc
User=znc
Type=forking
[Install]
WantedBy=multi-user.target

674
znc.spec
View File

@ -1,20 +1,52 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.074
Release: 2%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
Source0: http://downloads.sourceforge.net/sourceforge/znc/znc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: cyrus-sasl-devel
BuildRequires: c-ares-devel
# This package depends on automagic byte compilation
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
%global _python_bytecompile_extra 1
# The following line is necessary because this module
# is needed for Fedora, but not for EPEL.
%{?fedora:BuildRequires: perl-ExtUtils-Embed}
# ZNC is a daemon application and that's why needs hardening
%global _hardened_build 1
# Define variables to use in conditionals
%if 0%{?fedora} || 0%{?rhel} >= 6
%global with_modperl 1
%endif # 0%{?fedora} || 0%{?rhel} >= 6
%if 0%{?fedora} || 0%{?rhel} >= 7
%global __python %{__python3}
%global with_modpython 1
%endif # 0%{?fedora} || 0%{?rhel} >= 7
Name: znc
Version: 1.7.4
Release: 2%{?dist}
Summary: An advanced IRC bouncer
License: ASL 2.0
URL: https://znc.in
Source0: %{url}/releases/%{name}-%{version}.tar.gz
Source1: %{url}/releases/%{name}-%{version}.tar.gz.sig
Source2: gpgkey-5AE420CC0209989E.asc
# Use system-wide crypto policy
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch0: 0001-Use-system-wide-crypto-policy.patch
BuildRequires: automake
BuildRequires: c-ares-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: gcc-c++
BuildRequires: gettext-devel
BuildRequires: gnupg2
BuildRequires: libicu-devel
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: perl(ExtUtils::Embed)
%if 0%{?rhel} && 0%{?rhel} <= 9
Obsoletes: znc-extra <= %{version}-%{release}
%endif # 0%{?rhel} && 0%{?rhel} <= 9
Requires(pre): shadow-utils
BuildRequires: systemd
%{?systemd_requires}
%description
ZNC is an IRC bouncer with many advanced features like detaching,
@ -23,71 +55,649 @@ DCC bouncing, Perl and C++ module support to name a few.
%package devel
Summary: Development files needed to compile ZNC modules
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
Requires: openssl-devel c-ares-devel glibc-devel libicu-devel%{?_isa}
BuildRequires: pkgconfig
Requires: gcc-c++ redhat-rpm-config
%description devel
All includes and program files you need to compile your own znc
modules.
%package modtcl
Summary: TCL module for ZNC
BuildRequires: tcl-devel
Requires: %{name} = %{version}-%{release}
Requires: tcl
%description modtcl
%{summary}.
%if 0%{?with_modperl}
%package modperl
Summary: Perl module for ZNC
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: swig
Requires: %{name} = %{version}-%{release}
Requires: perl-interpreter
Provides: perl(ZNC::Module) = %{version}-%{release}
%description modperl
%{summary}.
%endif # 0%{?with_modperl}
%if 0%{?with_modpython}
%package modpython
Summary: Python3 module for ZNC
%if 0%{?rhel}
BuildRequires: python34-devel
%else
BuildRequires: python3-devel
%endif # 0%{?rhel}
BuildRequires: swig
Requires: %{name} = %{version}-%{release}
%if 0%{?rhel}
Requires: python34
%else
Requires: python3
%endif # 0%{?rhel}
%description modpython
%{summary}.
%endif # 0%{?with_modpython}
%prep
%setup -q
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
#chmod -x modules/q.cpp
# Verify GPG signature
gpghome="$(mktemp -qd)" # Ensure we don't use any existing gpg keyrings
key="%{SOURCE2}"
gpg2 --dearmor --quiet --batch --yes $key >/dev/null
gpgv2 --homedir "$gpghome" --quiet --keyring $key.gpg %{SOURCE1} %{SOURCE0}
rm -rf "$gpghome" $key.gpg # Cleanup tmp gpg home dir and dearmored key
%autosetup -p1
# The manual page references /usr/local/; fix that
sed -ie 's!/usr/local/!/usr/!' man/znc.1
%build
%configure \
--with-module-prefix=%{_libdir}/znc \
--enable-ipv6 --enable-sasl
%__make %{?_smp_mflags}
--with-systemdsystemunitdir=%{_unitdir} \
%if 0%{?with_modperl}
--enable-perl \
%else
--disable-perl \
%endif # 0%{?with_modperl}
%if 0%{?with_modpython}
--enable-python \
%else # 0%{?with_modpython}
--disable-python \
%endif # 0%{?with_modpython}
--enable-ipv6 --enable-cyrus --enable-tcl --with-tcl=%{_libdir}
%make_build V=1
%install
%__rm -Rf "%{buildroot}"
%__make install DESTDIR="%{buildroot}"
%make_install
install -d "%{buildroot}%{_sharedstatedir}/znc"
%pre
getent group znc >/dev/null || groupadd -r znc
getent passwd znc >/dev/null || \
useradd -r -g znc -d /var/lib/znc -s /sbin/nologin \
-c "Account for ZNC to run as" znc
%post
%systemd_post znc.service
%postun
%systemd_postun_with_restart znc.service
%preun
%systemd_preun znc.service
%clean
%__rm -Rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc AUTHORS LICENSE LICENSE.OpenSSL README znc.conf
%doc ChangeLog.md NOTICE README.md
%license LICENSE
%{_bindir}/znc
%{_mandir}/man1/*
%{_libdir}/znc/
%{_mandir}/man1/znc.1*
%{_libdir}/znc
# exclude modperl, modpython, and modtcl files
%exclude %{_libdir}/znc/modperl/
%exclude %{_libdir}/znc/modperl.so
%exclude %{_libdir}/znc/perleval.pm
%if 0%{?with_modpython}
%exclude %{_libdir}/znc/__pycache__/
%exclude %{_libdir}/znc/modpython/
%exclude %{_libdir}/znc/modpython.so
%exclude %{_libdir}/znc/pyeval.py
%endif # 0%{?with_modpython}
%exclude %{_libdir}/znc/modtcl.so
%{_datadir}/znc/
# exclude modtcl files
%exclude %{_datadir}/znc/modtcl/
%{_unitdir}/znc.service
%attr(-,znc,znc) %{_sharedstatedir}/znc/
%files devel
%defattr(-,root,root)
%{_bindir}/znc-buildmod
%{_bindir}/znc-config
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/znc/
%{_mandir}/man1/znc-buildmod.1*
%files modtcl
%{_libdir}/znc/modtcl.so
%{_datadir}/znc/modtcl/
%if 0%{?with_modperl}
%files modperl
%{_libdir}/znc/modperl/
%{_libdir}/znc/modperl.so
%{_libdir}/znc/perleval.pm
%endif # 0%{?with_modperl}
%if 0%{?with_modpython}
%files modpython
%{_libdir}/znc/modpython/
%{_libdir}/znc/modpython.so
%{_libdir}/znc/pyeval.py
%{_libdir}/znc/__pycache__/
%endif # 0%{?with_modpython}
%changelog
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jul 5 2019 Nick Bebout <nb@fedoraproject.org> - 1.7.4-1
- Update to 1.7.4 to fix CVE-2019-12816
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.3-2
- Perl 5.30 rebuild
* Tue Apr 9 2019 Nick Bebout <nb@fedoraproject.org> - 1.7.3-1
- Update to 1.7.3
* Wed Mar 27 2019 Nick Bebout <nb@fedoraproject.org> - 1.7.3-0.1
- Update to 1.7.3-rc1 to fix CVE-2019-9917
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 29 2019 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.7.2-1
- Update to 1.7.2.
- Fix three paths in the manpage (#1624519).
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 1.7.1-4
- Rebuild for ICU 63
* Fri Aug 24 2018 Todd Zullinger <tmz@pobox.com> - 1.7.1-3
- Clean up ancient Fedora and RHEL conditionals
- Remove cruft from %%prep
- Use %%autosetup, %%make_build, and %%make_install macros
- Use https for URL and SOURCE tags
- Check upstream GPG signature in %%prep
- Simplify %%{_libdir}/znc/ file list
- Enable verbose make
- Pass --with-tcl to ensure tclConfig.sh is found
- Remove Group tag
- Use system-wide crypto policy
- Use %%license tag for LICENSE file
- Add ChangeLog.md and NOTICE files to %%doc
- Move znc-buildmod.1 to znc-devel
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-2
- Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies
* Tue Jul 17 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-1
- Update to 1.7.1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 1.7.0-7
- Rebuild for ICU 62
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.7.0-6
- Perl 5.28 rebuild
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.0-5
- Perl 5.28 rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-4
- Rebuilt for Python 3.7
* Fri May 18 2018 Nick Bebout <nb@usi.edu> - 1.7.0-3
- Fix %%files to not use wildcard
* Tue May 15 2018 Pete Walter <pwalter@fedoraproject.org> - 1.7.0-2
- Rebuild for ICU 61.1
* Wed May 2 2018 Nick Bebout <nb@usi.edu> - 1.7.0-1
- Update to 1.7.0
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.6.6-2
- Rebuild for ICU 61.1
* Mon Mar 05 2018 Nick Bebout <nb@usi.edu> - 1.6.6-1
- Update to 1.6.6
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.5-11
- Fix systemd executions/requirements
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.6.5-10
- Rebuilt for switch to libxcrypt
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 1.6.5-9
- Rebuild for ICU 60.1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1.6.5-6
- perl dependency renamed to perl-interpreter
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
* Mon Jun 12 2017 Petr Pisar <ppisar@redhat.com> - 1.6.5-5
- Fix creating /var/lib/znc directory (bug #1402472)
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.5-4
- Perl 5.26 rebuild
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Tue Mar 14 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.5-2
- Apply patch from tibbs to change how /var/lib/znc is created
* Tue Mar 14 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.5-1
- Update to 1.6.5
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.6.4-2
- Rebuild for Python 3.6
* Fri Dec 16 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.4-1
- Update to 1.6.4
* Mon Nov 28 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.4-0.1.rc2
- Update to 1.6.4-rc2
* Wed Nov 02 2016 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.6.3-7
- Have the main package own %%_libdir/znc. Previously the directory was
unowned.
* Fri Oct 07 2016 Eli Young <elyscape@gmail.com> - 1.6.3-6
- Add support for modpython on EPEL >= 7
* Fri Oct 07 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.3-5
- Fix bug 1367810
* Fri Oct 07 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.3-4
- Clean up conditionals, use upstream systemd unit file
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.3-3
- Perl 5.24 rebuild
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.6.3-2
- rebuild for ICU 57.1
* Wed Apr 06 2016 Nick Bebout <nb@fedoraproject.org> - 1.6.3-1
- Update to 1.6.3
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Nov 16 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.2-1
- Update to 1.6.2
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.6.1-2
- rebuild for ICU 56.1
* Mon Aug 3 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.1-1
- Update to 1.6.1
* Fri Jun 19 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.0-5
- Revert change to ZNC path - bz#1179832 and bz#1148639
* Tue Jun 09 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.0-4
- Add ZNC path to znc.service - bz#1179832
- Fix command to enable cyrus sasl - bz#1112022
- Add libicu dep to enable charset module - bz#1202033
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.0-3
- Perl 5.22 rebuild
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.6.0-2
- Rebuilt for GCC 5 C++11 ABI change
* Mon Feb 23 2015 Nick Bebout <nb@fedoraproject.org> - 1.6.0-1
- Update to 1.6.0
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.4-7
- Perl 5.20 rebuild
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Aug 03 2014 Björn Esser <bjoern.esser@gmail.com> - 1.4-5
- skip the python-subpkg on EPEL <= 7
- replaced %%define with %%global
- removed %%defattr, since it is not needed for recent releases
- conditionalized stuff for el <= 5
- small cleanups
- purged unused patches
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
* Mon Apr 14 2014 Nick Bebout <nb@fedoraproject.org> - 1.2-3
- Fix potential crash bug when adding channels
* Mon Nov 11 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-2
- Enable PIE, Fix systemd description, use systemd macros
* Mon Nov 11 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-1
- Upgrade to 1.2
* Fri Oct 25 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.4.rc2
- Upgrade to 1.2-rc2
* Thu Sep 26 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.3.beta1
- Upgrade to 1.2-beta1
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.2-0.2.alpha1
- Perl 5.18 rebuild
* Sun Jul 28 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.1.alpha1
- Upgrade to 1.2-alpha1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.0-3
- Perl 5.18 rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Nov 13 2012 Nick Bebout <nb@fedoraproject.org> - 1.0-1
- Update to 1.0
* Thu Oct 18 2012 Nick Bebout <nb@fedoraproject.org> - 1.0-0.2.beta1
- Update to 1.0-beta1
* Thu Sep 13 2012 Nick Bebout <nb@fedoraproject.org> - 1.0-0.1.alpha1
- Update to 1.0-alpha1
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.206-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Apr 16 2012 Nick Bebout <nb@fedoraproject.org> - 0.206-1
- Upgrade to 0.206
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.204-4
- Rebuilt for c++ ABI breakage
* Mon Jan 23 2012 Nick Bebout <nb@fedoraproject.org> - 0.204-2
- Add init script for EPEL
* Mon Jan 23 2012 Nick Bebout <nb@fedoraproject.org> - 0.204-1
- Update to 0.204 to fix security issue CVE-2012-0033
* Mon Jan 09 2012 Nick Bebout <nb@fedoraproject.org> - 0.202-2
- Add glibc-devel, openssl-devel, c-ares-devel to requires for
- znc-devel so znc-buildmod will work
* Sun Sep 25 2011 Nick Bebout <nb@fedoraproject.org> - 0.202-1
- Update to 0.202
* Tue Aug 23 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-1
- Update to 0.200
* Mon Aug 15 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-0.5.rc1
- Don't create the znc user on Fedora 14 and lower and on EPEL
* Mon Aug 15 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-0.4.rc1
- Change znc's homedir to /var/lib/znc
* Sun Aug 14 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-0.3.rc1
- Re-add modpython, it somehow got disabled accidentally
- Also re-add modperl, it works now
* Sun Aug 14 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-0.2.rc1
- Create /home/znc upon install
* Sat Aug 13 2011 Nick Bebout <nb@fedoraproject.org> - 0.200-0.1.rc1
- Update to 0.200-rc1
* Sat Aug 6 2011 Nick Bebout <nb@fedoraproject.org> - 0.2-0.2.beta1
- Update to 0.2-beta1, disable perl for now
* Fri Aug 5 2011 Nick Bebout <nb@fedoraproject.org> - 0.2-0.1.alpha1
- Update to 0.2-alpha1
* Mon Aug 1 2011 Nick Bebout <nb@fedoraproject.org> - 0.099-0.1.20110801git
- Update to latest git
* Sat Apr 2 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-2
- Add provides for ZNC::Module to znc-modperl
* Tue Mar 29 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-1
- Update to znc-0.098
* Sat Mar 12 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.3.rc1
- Update to znc-0.098-rc1
* Wed Mar 02 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.2.beta
- Update to znc-0.098-beta
* Wed Feb 23 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.1.alpha1
- Update to znc 0.098-alpha1
* Tue Feb 15 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-8.20110215git
- Update to latest git
* Wed Feb 09 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-7.svn2277
- Update to svn2277
* Mon Jan 24 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-6.svn2272
- Update to svn2272
* Mon Jan 17 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-5.svn2269
- Update to svn2269
* Fri Jan 7 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-4.svn2255
- Update to svn2255
* Mon Jan 3 2011 David Malcolm <dmalcolm@redhat.com> - 0.097-3.svn2214
- rebuild for newer python3 (see rhbz#666429)
* Fri Dec 24 2010 Nick Bebout <nb@fedoraproject.org> - 0.097-2.svn2214
- Patch has been upstreamed, update to svn2214
* Wed Dec 22 2010 Nick Bebout <nb@fedoraproject.org> - 0.097-1.svn2213
- Update to znc 0.097-svn2213 which also adds modpython
* Sun Nov 7 2010 Nick Bebout <nb@fedoraproject.org> - 0.096-2
- Build TCL module, move modperl and modtcl to separate subpackages
* Sat Nov 6 2010 Nick Bebout <nb@fedoraproject.org> - 0.096-1
- Update to znc 0.096
* Fri Sep 10 2010 Nick Bebout <nb@fedoraproject.org> - 0.094-1
- Update to znc 0.094
* Tue Aug 10 2010 Nick Bebout <nb@fedoraproject.org> - 0.093-2.svn2101
- Update to znc 0.093.svn2101 to fix CVE-2010-2812 and CVE-2010-2934
* Tue Aug 3 2010 Nick Bebout <nb@fedoraproject.org> - 0.093-1.svn2098
- Update to znc 0.093 svn2098
* Wed Jul 14 2010 Nick Bebout <nb@fedoraproject.org> - 0.092-1
- Update to znc 0.092
* Wed Jun 16 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-2
- Backport r2026 of ZNC subversion repo to fix bug 603915
- NULL pointer dereference flaw leads to segfault under certain conditions
* Sun Jun 06 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-1
- Update to znc 0.090
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-0.1.rc1
- Update to znc 0.090-rc1
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-7.svn2004
- Update to znc 0.089.svn2004
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-6.svn2000
- Re-enable saslauth
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-5.svn2000
- Re-enable modperl
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-4.svn2000
- Update to znc 0.089.svn2000
* Sun Apr 25 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-3.svn1944
- Update to znc 0.089.svn1944
* Wed Apr 7 2010 Nick Bebout <nb@fedoraproject.org> - 0.081-2.svn1897
- Update to znc 0.081.svn1897
* Mon Mar 29 2010 Nick Bebout <nb@fedoraproject.org> - 0.081-1.svn1850
- Update to znc 0.081.svn1850
* Thu Feb 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.080-1
- Update to znc 0.080
* Wed Dec 30 2009 Nick Bebout <nb@fedoraproject.org> - 0.078-1
- Update to znc 0.078
* Sun Dec 13 2009 Nick Bebout <nb@fedoraproject.org> - 0.078-0.1.rc1
- Update to znc 0.078.rc1
* Mon Dec 7 2009 Nick Bebout <nb@fedoraproject.org> - 0.077-1.svn1672
- Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. (r1647)
- Users cloned via the admin module no longer automatically connect into IRC. (r1653)
- Inform new clients about their /away status. (r1655)
- The "BUG" messages from route_replies can now be turned off via /msg *route_replies silent yes. (r1660)
- Rewrite znc.conf on SIGUSR1. (r1666)
- ISpoofFormat now supports ExpandString. (r1670)
- Allow specifing port and password for delserver. (r1640)
- Write the config file on restart and shutdown. (r1641)
- Disable c-ares if it is not found unless --enable-c-ares was used. (r1644) (r1645)
- blockuser was missing an admin check. (r1648)
- Sometimes, removing a server caused znc to lose track of which server it is connected to. (r1659)
- Include a more portable header for uint32_t in SHA256.h. (r1665)
- Fixed cases where ZNC didn't properly block PONG replies to its own PINGs. (r1668)
- Fixed a possible crash if a client disconnected before an auth module was able to verify the login. (r1669)
- Away allowed to accidentally execute IRC commands. (r1672)
- Comment out some weird code in Client.cpp. (r1646)
- Remove connect_throttle since it's obsoleted by fail2ban. (r1649)
- Remove outdated sample znc.conf. (r1654)
- route_replies now got a higher timeout before it generates a "BUG" message. (r1657)
- Documented the signals on which znc reacts better. (r1667)
- New module hook OnIRCConnecting(). (r1638)
- Remove obsolete CUtils::GetHashPass(). (r1642)
- A module's GetDescription() now returns a C-String. (r1661) (r1662)
- When opening a module, check the version number first and don't do anything on a mismatch. (r1663)
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.076-3
- rebuild against perl 5.10.1
* Fri Sep 25 2009 Nick Bebout <nb@fedoraproject.org> - 0.076-2
- Fix missing dist tag
* Fri Sep 25 2009 Nick Bebout <nb@fedoraproject.org> - 0.076-1
- Upgrade to ZNC 0.076
- http://en.znc.in/wiki/ChangeLog/0.076
* Fri Aug 28 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-8.svn1613
- Rebuild with new openssl and svn 1613
- build 0.075-7.svn1610 existed but I had to remove it from the spec because
- the date was earlier than the date tmraz build the new openssl one
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 0.075-6.svn1608
- rebuilt with new openssl
* Thu Aug 20 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-5.svn1608
- Upgrade to svn 1608
* Tue Aug 18 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-4.20090818svn1602
- Upgrade to svn 1602
* Sat Aug 8 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-3.20090807svn1594
- Fix source filename
* Fri Aug 7 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-2.20090807svn1594
- Fix broken source tarball
* Fri Aug 7 2009 Nick Bebout <nb@fedoraproject.org> - 0.075-1.20090807svn1594
- Upgrade to svn 1594
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.074-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jul 23 2009 Nick Bebout <nb@fedoraproject.org> - 0.074-1
- Update to 0.074
* Wed Jul 22 2009 Nick Bebout <nb@fedoraproject.org> - 0.072-3
- Fix date in changelog, disable c-ares
* Wed Jul 22 2009 Nick Bebout <nb@fedoraproject.org> - 0.072-2
- Backport patch to fix webadmin skins issue introduced in 0.072
* Wed Jul 22 2009 Nick Bebout <nb@fedoraproject.org> - 0.072-1
- Upgrade to 0.072 of ZNC, fixes security issue in bug # 513152
* Sun Jul 12 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-7
- Fix License: to be GPLv2 with exceptions
* Sat Jul 11 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-6
- Fix permissions error in %%prep, not in source
* Sat Jul 11 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-5
- Fix permissions error on q.cpp and add LICENSE.OpenSSL
* Sat Jul 11 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-4
- Remove switch to enable debug, fix %%files section
* Fri Jul 10 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-3
- Move fixfreenode and log into separate znc-extra package
- Move awayping into separate znc-awayping package
* Thu Jul 9 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-2
- Include modules with main package
* Wed Jul 8 2009 Nick Bebout <nb@fedoraproject.org> - 0.070-1
- Initial Fedora package based on 0.070 of upstream